Package jline.lib.butools.ph
package jline.lib.butools.ph
Package containing phase-type distribution functions.
Ported from BUTools V2.0.
Functions include:
- MEFromMoments: Create ME distribution from moments
- MomentsFromME/MomentsFromPH: Extract moments from ME/PH distributions
- CdfFromME/CdfFromPH: Cumulative distribution function
- PdfFromME/PdfFromPH: Probability density function
- PH2From3Moments: Create PH(2) from 3 moments
- PH3From5Moments: Create PH(3) from 5 moments
- CanonicalFromPH2/CanonicalFromPH3: Convert to canonical form
- RandomPH: Generate random PH distribution
- SamplesFromPH: Generate random samples
- CheckMERepresentation: Validate ME representation
- CheckPHRepresentation: Validate PH representation
-
ClassesClassDescriptionResult class for MEFromMoments containing both alpha and A.Result class for PH2From3Moments.Result class for PH3From5Moments.Result class for PH representations containing alpha (initial vector) and A (generator matrix).