LogLikelihoodIfc

fun interface LogLikelihoodIfc

Inheritors

Functions

Link copied to clipboard
abstract fun logLikelihood(x: Double): Double

Computes the natural log of the likelihood function at the value x

Link copied to clipboard

Computes the sum of the log-likelihood function evaluated at each observation in the data. Implementations may want to specify computationally efficient formulas for this function.