Uses of Class
jphase.AbstractDiscPhaseVar

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

Uses of AbstractDiscPhaseVar in jphase
 

Subclasses of AbstractDiscPhaseVar in jphase
 class DenseDiscPhaseVar
          This class allows the creation and manipulation of Discrete Phase-type distributions represented by dense matrices.
 class SparseDiscPhaseVar
           
 

Uses of AbstractDiscPhaseVar in jphase.generator
 

Constructors in jphase.generator with parameters of type AbstractDiscPhaseVar
NeutsDiscPHGenerator(AbstractDiscPhaseVar var)