Adjusted QQCorrelation Scoring Model
class AdjustedQQCorrelationScoringModel(var empDistType: EmpDistType = EmpDistType.Continuity1, domain: Interval = Interval(0.0, 1.0)) : PDFScoringModel
This scoring model represents the linear correlation of a Q-Q plot for a fitted distribution. The correlation 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, domain: Interval = Interval(0.0, 1.0))