|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjphase.fit.DiscPhaseFitter
jphase.fit.MomentsDiscPhaseFitter
public abstract class MomentsDiscPhaseFitter
This class defines the behaviour for a class that implements a moment matching algorithm for fitting data to a Discrete Phase-Type distribution
| Field Summary | |
|---|---|
protected double |
m1
|
protected double |
m2
|
protected double |
m3
|
| Fields inherited from class jphase.fit.DiscPhaseFitter |
|---|
data, var |
| Constructor Summary | |
|---|---|
MomentsDiscPhaseFitter(double m1,
double m2,
double m3)
|
|
MomentsDiscPhaseFitter(int[] data)
|
|
| Method Summary |
|---|
| Methods inherited from class jphase.fit.DiscPhaseFitter |
|---|
fit, getLogLikelihood |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double m1
protected double m2
protected double m3
| Constructor Detail |
|---|
public MomentsDiscPhaseFitter(int[] data)
data -
public MomentsDiscPhaseFitter(double m1,
double m2,
double m3)
m1 - m2 - m3 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||