|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjphase.fit.ContPhaseFitter
public abstract class ContPhaseFitter
This class defines the behaviour that any class for fitting data to a Continuous Phase-Type distribution should have
Field Summary | |
---|---|
protected double[] |
data
Non-negative data trace from independent experiments |
protected ContPhaseVar |
var
Fitted Continuous Phase-Type variable |
Constructor Summary | |
---|---|
ContPhaseFitter(double[] data)
|
Method Summary | |
---|---|
abstract ContPhaseVar |
fit()
Executes the fitting procedure to find the parameter set |
double |
getLogLikelihood()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ContPhaseVar var
protected double[] data
Constructor Detail |
---|
public ContPhaseFitter(double[] data)
data
- Method Detail |
---|
public double getLogLikelihood()
public abstract ContPhaseVar fit()
PhaseFitter
fit
in interface PhaseFitter
PhaseFitter.fit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |