Package jline.lib.butools.dmap
Class RandomDMAPKt
-
- All Implemented Interfaces:
public final class RandomDMAPKt
-
-
Method Summary
-
-
Method Detail
-
randomDMAP
final static Pair<Matrix, Matrix> randomDMAP(Integer order, Double mean, Integer zeroEntries, Integer maxTrials, Double prec, Random random)
Returns a random discrete Markovian arrival process.
- Parameters:
order- The size of the DMAPmean- The mean inter-arrival time of the DMAP (default: 10.zeroEntries- The number of zero entries in the D0 and D1 matrices (default: 0)maxTrials- Maximum number of trials to find a proper DMAP (default: 1000)prec- Numerical precision for checking irreducibility (default: 1e-7)random- Random number generator- Returns:
Pair of (D0, D1) matrices of the DMAP
-
-
-
-