Package jdistlib
Class DistributionAnalysis
java.lang.Object
jdistlib.DistributionAnalysis
Numerical self-consistency checks for a constructed distribution.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetAbsoluteMoment(double order) Returns the requested order's report, or null when it was not requested.doubleReturns the estimated first absolute moment, E[|X|].doubledoubledoublegetMean()doubledoubleReturns the estimated second absolute moment, E[|X|^2].doublebooleanbooleantoJson()Returns a versioned RFC 8259 JSON diagnostic report.
-
Method Details
-
getFindings
-
getNormalizationRelativeError
public double getNormalizationRelativeError() -
getMaximumTailDisagreement
public double getMaximumTailDisagreement() -
getMaximumQuantileRoundTripError
public double getMaximumQuantileRoundTripError() -
getMean
public double getMean() -
getVariance
public double getVariance() -
getFirstAbsoluteMoment
public double getFirstAbsoluteMoment()Returns the estimated first absolute moment, E[|X|]. -
getSecondAbsoluteMoment
public double getSecondAbsoluteMoment()Returns the estimated second absolute moment, E[|X|^2]. -
areMomentsStable
public boolean areMomentsStable() -
getAbsoluteMoments
-
getAbsoluteMoment
Returns the requested order's report, or null when it was not requested. -
hasErrors
public boolean hasErrors() -
hasWarnings
public boolean hasWarnings() -
toJson
Returns a versioned RFC 8259 JSON diagnostic report.
-