Package jline.lang.processes
Class MarkedMAP
- All Implemented Interfaces:
Serializable,Copyable
A Marked Markovian Arrival Process
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNormalizes the MarkedMAP so that D0+sum(D_i) rows form a proper infinitesimal generator.double[]sample(int n) Generates random samples from this distribution using default random generator.double[]Generates samples from the MarkedMAP using the specified random generator.Methods inherited from class jline.lang.processes.MarkovModulated
evalACFT, getACFDecayMethods inherited from class jline.lang.processes.Markovian
acf, embedded, embeddedProb, evalCDF, evalCDF, evalLST, evalMeanT, evalVarT, getACF, getEmbedded, getEmbeddedProb, getIDC, getIDI, getInitProb, getMean, getMoments, getMu, getNumberOfPhases, getPhi, getProcess, getRate, getSCV, getSkewness, getSubgenerator, getVar, getVariance, idc, idi, initProb, mean, moments, mu, numberOfPhases, numPhases, phi, process, rate, scv, setMean, setProcess, setRate, skewness, subgenerator, var, varianceMethods inherited from class jline.lang.processes.Distribution
evalProbInterval, getName, getNumParams, getParam, getSupport, isContinuous, isDisabled, isDiscrete, isImmediate, isMarkovian, name, numParams, param, setNumParams, setParam, support
-
Constructor Details
-
MarkedMAP
public MarkedMAP() -
MarkedMAP
-
-
Method Details
-
normalize
public void normalize()Normalizes the MarkedMAP so that D0+sum(D_i) rows form a proper infinitesimal generator. Each row sum should equal zero for a valid generator. -
sample
public double[] sample(int n) Description copied from class:DistributionGenerates random samples from this distribution using default random generator. -
sample
Generates samples from the MarkedMAP using the specified random generator. Returns inter-arrival times with corresponding marks. -
toTimeReversed
-