irt-0.2.0.0: Math/IRT/MLE/Internal/MLEResult.hs
module Math.IRT.MLE.Internal.MLEResult where
data MLEResult = MLEResult { theta :: !Double
, info :: !Double
, sem :: !Double
} deriving (Show)