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

Safe HaskellNone
LanguageHaskell2010

Math.IRT.Model.Generic

Documentation

class GenericModel a where Source #

Minimal complete definition

fromRasch, fromOnePLM, fromTwoPLM, fromThreePLM, fromFourPLM

Instances

GenericModel FourPLM Source # 
GenericModel OnePLM Source # 
GenericModel RaschModel Source # 
GenericModel ThreePLM Source # 
GenericModel TwoPLM Source #