|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjphase.fit.DiscPhaseFitter
public abstract class DiscPhaseFitter
This class defines the behaviour that any class for fitting data to a Discrete Phase-Type distribution should have
| Field Summary | |
|---|---|
protected int[] |
data
Non-negative data trace from independent experiments |
protected DiscPhaseVar |
var
Fitted Discrete Phase-Type variable |
| Constructor Summary | |
|---|---|
DiscPhaseFitter(int[] data)
|
|
| Method Summary | |
|---|---|
abstract DiscPhaseVar |
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 DiscPhaseVar var
protected int[] data
| Constructor Detail |
|---|
public DiscPhaseFitter(int[] data)
data - | Method Detail |
|---|
public double getLogLikelihood()
public abstract DiscPhaseVar fit()
PhaseFitter
fit in interface PhaseFitterPhaseFitter.fit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||