About

Metadata

  • Last updated , by IvanLabath
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: ivan@hirt.ksp.sk

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    pl3 (off by default)

    Compile for 3PL model, doesn't support JML yet. Model needs to be selected at compile time.

Readme

Program for fitting Item Response Theory (IRT) two (2PL) and three (3PL) parameter logistic models.

Implements Joint Maximum Likelihood (JML) algorithm (currently only supported in 2PL model) and via generic function optimization using L-BFGS-B (both 2PL and 3PL).

Calculates item parameter and subject ability estimates and log likelihood statistics. For contestant abilities supports error estimates via Fisher information, and via two algorithms of the author, namely bootstrap and Bayes a posteriori probability.

Supports outputting coordinate list for a plot of Bayes a posteriori probability of individual subject abilities.

Part of a masters thesis of the author "http://people.ksp.sk/~ivan/irt/ebook.pdf" .

As a side note, it is currently a lacking proper documentation and user friendliness.