Uses of Package
jphase.fit

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

Classes in jphase.fit used by jphase.fit
ContPhaseFitter
          This class defines the behaviour that any class for fitting data to a Continuous Phase-Type distribution should have
DiscPhaseFitter
          This class defines the behaviour that any class for fitting data to a Discrete Phase-Type distribution should have
MLContPhaseFitter
          This class defines the behaviour for a class that implements a maximum likelihood algorithm for fitting data to a Continuous Phase-Type distribution
MomentsContPhaseFitter
          This class defines the behaviour for a class that implements a moment matching algorithm for fitting data to a Continuous Phase-Type distribution
MomentsDiscPhaseFitter
          This class defines the behaviour for a class that implements a moment matching algorithm for fitting data to a Discrete Phase-Type distribution
PhaseFitter
          This class defines the behaviour that any class for fitting data to a Phase-Type distribution should have