Package jdistlib
Class CopulaFitResult
java.lang.Object
jdistlib.CopulaFitResult
Result of fitting one copula family to pseudo-observations.
-
Method Details
-
getFamily
-
getCopula
-
getLogLikelihood
public double getLogLikelihood() -
getObservations
public int getObservations() -
getParameters
public int getParameters() -
getDiagnostics
-
getStatus
-
getMessage
-
message
-
isSuccess
public boolean isSuccess() -
aic
public double aic() -
bic
public double bic()
-