packages feed

irt-0.2.0.0: irt.cabal

name: irt
version: 0.2.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: elliot.robinson@argiopetech.com
homepage: https://github.com/argiopetech/irt
synopsis: A Haskell library providing Item Response Theory functions for use in computerized adaptive testing
category: Math
author: Elliot Robinson
extra-source-files:
    README.md

library
    exposed-modules:
        Math.IRT.Model.OnePLM
        Math.IRT.Model.TwoPLM
        Math.IRT.Model.ThreePLM
        Math.IRT.Model.FourPLM
        Math.IRT.Model.Rasch
        Math.IRT.Model.Generic
        Math.IRT.MLE
        Math.IRT.MLE.Fenced
        Math.IRT.MLE.Truncated
        Math.IRT.MLE.Internal.Generic
        Math.IRT.MLE.Internal.MLEResult
        Math.IRT.Fisher
        Math.IRT.Internal.Distribution
        Math.IRT.Internal.LogLikelihood
    build-depends:
        base >=4.7 && <4.10,
        ad >=4.2 && <4.4,
        data-default-class ==0.1.*,
        statistics ==0.13.*
    default-language: Haskell2010
    default-extensions: TemplateHaskell
    other-extensions: GADTs