Uses of Interface
jphase.fit.PhaseFitter

Packages that use PhaseFitter
jphase.fit Provides capabilities for fitting Phase type distribution parameters from data. 
 

Uses of PhaseFitter in jphase.fit
 

Classes in jphase.fit that implement PhaseFitter
 class ContPhaseFitter
          This class defines the behaviour that any class for fitting data to a Continuous Phase-Type distribution should have
 class DiscPhaseFitter
          This class defines the behaviour that any class for fitting data to a Discrete Phase-Type distribution should have
 class EMHyperErlangFit
          This class implements the Maximum Likelihood method proposed by Thümmler, Buchholz and Telek in "A novel approach for fitting probability distributions to real trace data with the EM algorithm", 2005.
 class EMHyperExpoFit
          This class implements the Maximum Likelihood method proposed by Khayari, Sadre and Haverkort in "Fitting world-wide web request traces with the EM algorithm", 2003.
 class EMPhaseFit
          This class implements the Maximum Likelihood method proposed by Asmussen, Nerman and Olsson in "Fitting Phase-type Distributions via the EM algorithm", 1996.
 class MLContPhaseFitter
          This class defines the behaviour for a class that implements a maximum likelihood algorithm for fitting data to a Continuous Phase-Type distribution
 class MLDiscPhaseFitter
          This class defines the behaviour for a class that implements a maximum likelihood algorithm for fitting data to a Discrete Phase-Type distribution
 class MomentsACPH2Fit
          This class implements the Matching Moments method proposed by Telek and Heindl in "Matching Moments for Acyclic discrete and continuous Phase-Type distributions of Second order", 2002.
 class MomentsACPHFit
          * This class implements the Matching Moments method proposed by Bobbio, Horvath and Telek in "Matching threee moments with minimal acyclic Phase-Type distributions", 2005.
 class MomentsADPH2Fit
          This class implements the Matching Moments method proposed by Telek and Heindl in "Matching Moments for Acyclic discrete and continuous Phase-Type distributions of Second order", 2002.
 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
 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
 class MomentsECCompleteFit
          This class implements the Matching Moments method proposed by Osogami and Harchol in "Closed form solutions for mapping general distributions to quasi-minimal PH distributions", 2005.
 class MomentsECPositiveFit
          This class implements the Matching Moments method proposed by Osogami and Harchol in "Closed form solutions for mapping general distributions to quasi-minimal PH distributions", 2005.