Uses of Class
jphase.AbstractContPhaseVar

Packages that use AbstractContPhaseVar
jphase This package provides capabilities for modeling Phase type distributions. 
jphase.generator Provides capabilities for generating random variates from Phase type distributions. 
 

Uses of AbstractContPhaseVar in jphase
 

Subclasses of AbstractContPhaseVar in jphase
 class DenseContPhaseVar
          This class allows the creation and manipulation of Continuous Phase-type distributions represented by dense matrices.
 class ErlangCoxianVar
          Phase-Type representation of an ErlangCoxian distribution as defined by Osogami and Harchol in "Closed form solutions for mapping general distributions to quasi-minimal PH distributions", 2005.
 class HyperErlangVar
           
 class SparseContPhaseVar
           
 

Uses of AbstractContPhaseVar in jphase.generator
 

Constructors in jphase.generator with parameters of type AbstractContPhaseVar
NeutsContPHGenerator(AbstractContPhaseVar var)