irt: Item Response Theory functions for use in computerized adaptive testing

[ bsd3, library, math ] [ Propose Tags ]
Versions [RSS] 0.2.0.0, 0.2.0.1
Dependencies ad (>=4.2 && <4.4), base (>=4.7 && <4.10), data-default-class (>=0.1 && <0.2), statistics (>=0.13 && <0.14) [details]
License BSD-3-Clause
Copyright 2014-2017 Elliot Robinson
Author Elliot Robinson
Maintainer elliot.robinson@argiopetech.com
Category Math
Home page https://github.com/argiopetech/irt
Uploaded by ElliotRobinson at 2017-08-03T17:18:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1496 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-03 [all 1 reports]

Readme for irt-0.2.0.1

[back to package description]

IRT

A Haskell library providing Item Response Theory functions for use in computerized adaptive testing. Provided functionality is similar to the CAT portions of the catIrt R library, though only the binary-response model is currently supported.

IRT bucks the standard trend of starting Haskell libraries/executables with 'H', since hirt already exists.