PPCorrelation Scoring Model
class PPCorrelationScoringModel(var empDistType: EmpDistType = EmpDistType.Continuity1, val domain: Interval = Interval(-1.0, 1.0)) : PDFScoringModel
This scoring model represents the linear correlation of a P-P plot for a fitted distribution. The correlation 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, domain: Interval = Interval(-1.0, 1.0))
Properties
Link copied to clipboard
Indicates if the lower limit of the domain may be adjusted during scaling processes
Link copied to clipboard
Indicates if the upper limit of the domain may be adjusted during scaling processes
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard