Package jdistlib
Class NumericalDistributionBuildResult
java.lang.Object
jdistlib.NumericalDistributionBuildResult
Analysis plus the result of attempting to construct a numerical distribution.
-
Method Details
-
getAnalysis
-
canBuild
public boolean canBuild() -
getFailure
-
build
Returns the constructed distribution or throws with the retained cause. -
toJson
Returns the analysis and construction outcome as versioned JSON.
-