|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjphase.fit.ContPhaseFitter
jphase.fit.MomentsContPhaseFitter
public abstract class MomentsContPhaseFitter
This class defines the behaviour for a class that implements a moment matching algorithm for fitting data to a Continuous Phase-Type distribution
Field Summary | |
---|---|
protected double |
m1
|
protected double |
m2
|
protected double |
m3
|
Fields inherited from class jphase.fit.ContPhaseFitter |
---|
data, var |
Constructor Summary | |
---|---|
MomentsContPhaseFitter(double[] data)
|
|
MomentsContPhaseFitter(double m1,
double m2,
double m3)
|
Method Summary |
---|
Methods inherited from class jphase.fit.ContPhaseFitter |
---|
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 MomentsContPhaseFitter(double[] data)
data
- public MomentsContPhaseFitter(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 |