public class MomentsACPH2Fit extends MomentsContPhaseFitter
| Modifier and Type | Field and Description |
|---|---|
static double |
precision
TODO get precision
precision for calculations and convergence criterion
|
| Constructor and Description |
|---|
MomentsACPH2Fit(double[] data) |
MomentsACPH2Fit(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()
Executes the fitting procedure to find the parameter set
|
getLogLikelihoodpublic static double precision
public MomentsACPH2Fit(double[] data)
public MomentsACPH2Fit(double m1,
double m2,
double m3)
public ContPhaseVar fit()
PhaseFitterfit in interface PhaseFitterfit in class ContPhaseFitterPhaseFitter.fit()