public class MomentsECCompleteFit extends MomentsContPhaseFitter
| Constructor and Description |
|---|
MomentsECCompleteFit(double[] data) |
MomentsECCompleteFit(double m1,
double m2,
double m3) |
| Modifier and Type | Method and Description |
|---|---|
ContPhaseVar |
fit()
Fits a Phase Type distribution from a set of moments with the
Complete method described by Osogami et al.
|
double[] |
getParam()
Solves the equation system to get the parameters of the distribution,
if the moments are feasible
|
getLogLikelihoodpublic MomentsECCompleteFit(double[] data)
public MomentsECCompleteFit(double m1,
double m2,
double m3)
public ContPhaseVar fit()
fit in interface PhaseFitterfit in class ContPhaseFitterPhaseFitter.fit()public double[] getParam()