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