Package jdistlib
Class CopulaMeasureResult
java.lang.Object
jdistlib.CopulaMeasureResult
Joint density, mass, or mixed-measure likelihood contribution.
-
Field Details
-
value
public final double value -
logValue
public final double logValue -
absoluteError
public final double absoluteError -
cdfEvaluations
public final int cdfEvaluations
-
-
Method Details
-
getStatus
-
getValue
public double getValue() -
getLogValue
public double getLogValue() -
getAbsoluteError
public double getAbsoluteError() -
getCdfEvaluations
public int getCdfEvaluations() -
getMessage
-
message
-
isSuccess
public boolean isSuccess() -
hasEstimate
public boolean hasEstimate()
-