LikelihoodAscent.isFeaturesCorrect

Returns true if for all values in sample exists probability density function from mixture such that isNormal(PDF(value) * (1.0 / sample.length))

interface LikelihoodAscent(T)
const
bool
isFeaturesCorrect
()
if (
isFloatingPoint!T
)

See Also

$(STDREF math, isNormal)

Meta