public class EMHyperExpoFit extends MLContPhaseFitter
| Modifier and Type | Field and Description |
|---|---|
static double |
precision
Precision for the convergence criterion
in the algorithm
|
static double |
precisionParam
Precision for the convergence criterion in
the coefficient of variance
|
| Constructor and Description |
|---|
EMHyperExpoFit(double[] data) |
| Modifier and Type | Method and Description |
|---|---|
double |
doFitN(double[] data)
This method implements the EM algorithm from the data, with
the specified number of exponential phases
|
DenseContPhaseVar |
fit()
Executes the fitting procedure to find the parameter set
|
getLogLikelihoodpublic static double precision
public static double precisionParam
public DenseContPhaseVar fit()
PhaseFitterfit in interface PhaseFitterfit in class ContPhaseFitterPhaseFitter.fit()public double doFitN(double[] data)
data - non-negative data trace from independent experiments