Scoring Result
constructor(name: String, distribution: ContinuousDistributionIfc, estimationResult: EstimationResult, rvType: RVParametersTypeIfc, scores: List<Score>)
Parameters
name
a string representation of the fitted distribution with parameters and shift (if applicable).
distribution
the object representing the continuous distribution that was fit and scored
estimation Result
the estimation results for the parameter estimation of the fitted distribution
rv Type
the type of the associated random variable (its family)
scores
a list containing the scores for each metric that the distribution was evaluated on. This is the raw (untransformed) value of the metric (not on a common scale).