jphase.fit
Class MomentsContPhaseFitter

java.lang.Object
  extended by jphase.fit.ContPhaseFitter
      extended by jphase.fit.MomentsContPhaseFitter
All Implemented Interfaces:
PhaseFitter
Direct Known Subclasses:
MomentsACPH2Fit, MomentsACPHFit, MomentsECCompleteFit, MomentsECPositiveFit

public abstract class MomentsContPhaseFitter
extends ContPhaseFitter

This class defines the behaviour for a class that implements a moment matching algorithm for fitting data to a Continuous Phase-Type distribution

Author:
Juan Fernando Pérez

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

m1

protected double m1

m2

protected double m2

m3

protected double m3
Constructor Detail

MomentsContPhaseFitter

public MomentsContPhaseFitter(double[] data)
Parameters:
data -

MomentsContPhaseFitter

public MomentsContPhaseFitter(double m1,
                              double m2,
                              double m3)
Parameters:
m1 -
m2 -
m3 -