Package jline.lib.butools.map
Class RandomMMAPKt
-
- All Implemented Interfaces:
public final class RandomMMAPKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellrandomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials, Double prec, Random random)Returns a random continuous marked Markovian arrival process. final static MatrixCellrandomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials, Double prec)Returns a random continuous marked Markovian arrival process. final static MatrixCellrandomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials)Returns a random continuous marked Markovian arrival process. final static MatrixCellrandomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries)Returns a random continuous marked Markovian arrival process. final static MatrixCellrandomMMAP(Integer order, Integer types, Double mean)Returns a random continuous marked Markovian arrival process. final static MatrixCellrandomMMAP(Integer order, Integer types)Returns a random continuous marked Markovian arrival process. -
-
Method Detail
-
randomMMAP
@JvmOverloads() final static MatrixCell randomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials, Double prec, Random random)
Returns a random continuous marked Markovian arrival process.
- Parameters:
order- The size of the MMAPtypes- The number of different arrival typesmean- The mean inter-arrival time of the MMAP (default: 1.zeroEntries- The number of zero entries in the D matrices (default: 0)maxTrials- Maximum number of trials to find a proper MMAP (default: 1000)prec- Numerical precision for checking irreducibility (default: 1e-7)random- Random number generator- Returns:
The D0...Dtypes matrices of the MMAP
-
randomMMAP
@JvmOverloads() final static MatrixCell randomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials, Double prec)
Returns a random continuous marked Markovian arrival process.
- Parameters:
order- The size of the MMAPtypes- The number of different arrival typesmean- The mean inter-arrival time of the MMAP (default: 1.zeroEntries- The number of zero entries in the D matrices (default: 0)maxTrials- Maximum number of trials to find a proper MMAP (default: 1000)prec- Numerical precision for checking irreducibility (default: 1e-7)- Returns:
The D0...Dtypes matrices of the MMAP
-
randomMMAP
@JvmOverloads() final static MatrixCell randomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries, Integer maxTrials)
Returns a random continuous marked Markovian arrival process.
- Parameters:
order- The size of the MMAPtypes- The number of different arrival typesmean- The mean inter-arrival time of the MMAP (default: 1.zeroEntries- The number of zero entries in the D matrices (default: 0)maxTrials- Maximum number of trials to find a proper MMAP (default: 1000)- Returns:
The D0...Dtypes matrices of the MMAP
-
randomMMAP
@JvmOverloads() final static MatrixCell randomMMAP(Integer order, Integer types, Double mean, Integer zeroEntries)
Returns a random continuous marked Markovian arrival process.
- Parameters:
order- The size of the MMAPtypes- The number of different arrival typesmean- The mean inter-arrival time of the MMAP (default: 1.zeroEntries- The number of zero entries in the D matrices (default: 0)- Returns:
The D0...Dtypes matrices of the MMAP
-
randomMMAP
@JvmOverloads() final static MatrixCell randomMMAP(Integer order, Integer types, Double mean)
Returns a random continuous marked Markovian arrival process.
- Parameters:
order- The size of the MMAPtypes- The number of different arrival typesmean- The mean inter-arrival time of the MMAP (default: 1.- Returns:
The D0...Dtypes matrices of the MMAP
-
randomMMAP
@JvmOverloads() final static MatrixCell randomMMAP(Integer order, Integer types)
Returns a random continuous marked Markovian arrival process.
- Parameters:
order- The size of the MMAPtypes- The number of different arrival types- Returns:
The D0...Dtypes matrices of the MMAP
-
-
-
-