public class MomentsACPHFit extends MomentsContPhaseFitter
Constructor and Description |
---|
MomentsACPHFit(double[] data) |
MomentsACPHFit(double m1,
double m2,
double m3)
This constructor does not allow the determination
of any parameter of the fit process
|
Modifier and Type | Method and Description |
---|---|
ContPhaseVar |
fit()
Solves the equation system to get the
parameters of the distribution,
if the moments are feasible
|
int |
getSize(double n2,
double n3)
Computes the minimum number of phases needed
to represent the tuple of the normalized moments
|
getLogLikelihood
public MomentsACPHFit(double[] data)
public MomentsACPHFit(double m1, double m2, double m3)
public ContPhaseVar fit()
fit
in interface PhaseFitter
fit
in class ContPhaseFitter
PhaseFitter.fit()
public int getSize(double n2, double n3)
n2
- Second normalized momentn3
- Third normalized moment