public abstract class ContPhaseFitter extends java.lang.Object implements PhaseFitter
| Constructor and Description |
|---|
ContPhaseFitter(double[] data)
Constructor of the fitter from a data array
|
| Modifier and Type | Method and Description |
|---|---|
abstract ContPhaseVar |
fit()
Executes the fitting procedure to find the parameter set
|
double |
getLogLikelihood() |
public ContPhaseFitter(double[] data)
data - array with data to perform the fitting procedurespublic double getLogLikelihood()
public abstract ContPhaseVar fit()
PhaseFitterfit in interface PhaseFitterPhaseFitter.fit()