QQSSEScoringModel

class QQSSEScoringModel(var empDistType: EmpDistType = EmpDistType.Continuity1) : PDFScoringModel

This scoring model represents the sum of squared errors of a Q-Q plot for a fitted distribution. The sum of squared difference between the empirical quantiles and the order statistics 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
Link copied to clipboard
Link copied to clipboard

Functions

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