|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhaseVar | |
---|---|
jphase | This package provides capabilities for modeling Phase type distributions. |
jphase.fit | Provides capabilities for fitting Phase type distribution parameters from data. |
jphase.generator | Provides capabilities for generating random variates from Phase type distributions. |
Uses of PhaseVar in jphase |
---|
Subinterfaces of PhaseVar in jphase | |
---|---|
interface |
ContPhaseVar
|
interface |
DiscPhaseVar
|
Classes in jphase that implement PhaseVar | |
---|---|
class |
AbstractContPhaseVar
|
class |
AbstractDiscPhaseVar
|
class |
DenseContPhaseVar
This class allows the creation and manipulation of Continuous Phase-type distributions represented by dense matrices. |
class |
DenseDiscPhaseVar
This class allows the creation and manipulation of Discrete 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
|
class |
SparseDiscPhaseVar
|
Methods in jphase that return PhaseVar | |
---|---|
PhaseVar |
ErlangCoxianVar.convoExpo(double lambda)
Creates a Dense Continuous Phase Variable that represents the convolution of the original ErlangCoxian distribution and an exponential phase with rate lambda |
PhaseVar |
PhaseVar.copy()
Creates a deep copy of the original Phase-Type Variable |
PhaseVar |
ErlangCoxianVar.mixtureExpo(double lambda,
double p)
Creates a Dense Continuous Phase Variable that represents the mixture of the original ErlangCoxian distribution (p) and an exponential phase with rate lambda (1-p) |
PhaseVar |
PhaseVarSet.varAt(int i)
Returns the variable at index i |
Methods in jphase with parameters of type PhaseVar | |
---|---|
void |
PhaseVarSet.add(PhaseVar var)
|
void |
PhaseVarSet.remove(PhaseVar var)
Remove the specified variable |
Constructors in jphase with parameters of type PhaseVar | |
---|---|
PhaseVarSet(PhaseVar[] vars)
Contructs a new set with specified variables |
|
PhaseVarSet(java.lang.String nam,
PhaseVar[] vars)
Contructs a new set with specified name and variables |
Uses of PhaseVar in jphase.fit |
---|
Methods in jphase.fit that return PhaseVar | |
---|---|
PhaseVar |
PhaseFitter.fit()
Executes the fitting procedure to find the parameter set |
Uses of PhaseVar in jphase.generator |
---|
Fields in jphase.generator declared as PhaseVar | |
---|---|
protected PhaseVar |
PhaseGenerator.var
Phase variable from which the random numbers must be generated |
Methods in jphase.generator that return PhaseVar | |
---|---|
PhaseVar |
PhaseGenerator.getVar()
|
Methods in jphase.generator with parameters of type PhaseVar | |
---|---|
static double |
GeneratorUtils.algorKS(double[] data,
PhaseVar var)
This method implements the KS algorithm proposed by González, Sahni and Franta in "An efficient algorithm for the Kolmogorov-Smirnov and Lilliefors Tests" in ACM Transactions on Mathematical Software, Vol 3, No. |
Constructors in jphase.generator with parameters of type PhaseVar | |
---|---|
PhaseGenerator(PhaseVar var)
Construcs a new PhaseGenerator through its initialization |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |