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

Safe HaskellNone
LanguageHaskell2010

Math.IRT.Internal.LogLikelihood

Documentation

class Distribution d => LogLikelihood d where Source #

Minimal complete definition

logLikelihood

Methods

logLikelihood :: (Mode a, Floating a, Scalar a ~ Double) => Bool -> d -> a -> a Source #

Instances

logLikeFunc :: (Distribution d, Mode a, Floating a, Scalar a ~ Double) => (d -> a -> a) -> Bool -> d -> a -> a Source #