MallowsL2ScoringModel

This scoring model represents the Mallows L2 distance between the theoretical probabilities and the observed probabilities based on a histogram of the data. The break points for the histogram are specified by PDFModeler.equalizedCDFBreakPoints()

The Mallows L2 distance is the square root of the mean squared error for the theoretical versus the observed probabilities.

See: http://luthuli.cs.uiuc.edu/~daf/courses/Opt-2017/Combinatorialpapers/EMD.pdf

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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