PDFScoring Model
abstract class PDFScoringModel(val name: String, val domain: Interval = Interval(0.0, Double.MAX_VALUE), val allowLowerLimitAdjustment: Boolean = true, val allowUpperLimitAdjustment: Boolean = true) : Metric
Computes a score to indicate the quality of fit for the proposed continuous distribution for the supplied data