PPSSEScoringModel

class PPSSEScoringModel(var empDistType: EmpDistType = EmpDistType.Continuity1) : PDFScoringModel(source)

This scoring model represents the sum of squared errors of a P-P plot for a fitted distribution. The sum of squared errors between the empirical probabilities and the theoretical probabilities for the data set is computed and returned as the score.

Constructors

Link copied to clipboard
constructor(empDistType: EmpDistType = EmpDistType.Continuity1)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun newInstance(): PPSSEScoringModel