AkaikeInfoCriterionScoringModel

class AkaikeInfoCriterionScoringModel(domain: Interval = DEFAULT_BIG_RANGE) : PDFScoringModel

Computes the Akaike Information Criterion (AIC) based on the data as the score. This assumes that the parameters of the supplied distribution have been estimated from the data and evaluates the likelihood associated with the current parameters of the distribution. The parameters of the distribution are not assumed to have been estimated from a maximum likelihood approach.

Constructors

Link copied to clipboard
constructor(domain: Interval = DEFAULT_BIG_RANGE)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun score(result: EstimationResult): Score