Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argiopetech/irt
A Haskell library similar in functionality to the CAT portions of the `catIrt` R library
https://github.com/argiopetech/irt
computerized-adaptive-testing haskell haskell-library irt item-response-theory
Last synced: 27 days ago
JSON representation
A Haskell library similar in functionality to the CAT portions of the `catIrt` R library
- Host: GitHub
- URL: https://github.com/argiopetech/irt
- Owner: argiopetech
- License: bsd-3-clause
- Created: 2014-09-08T02:49:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T17:27:43.000Z (over 7 years ago)
- Last Synced: 2024-09-29T17:41:58.646Z (about 1 month ago)
- Topics: computerized-adaptive-testing, haskell, haskell-library, irt, item-response-theory
- Language: Haskell
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.