Uses of Class
jline.lib.butools.map.MAPRepresentation
Packages that use MAPRepresentation
Package
Description
Package containing Markovian Arrival Process (MAP) functions.
-
Uses of MAPRepresentation in jline.lib.butools.map
Methods in jline.lib.butools.map that return MAPRepresentationModifier and TypeMethodDescriptionstatic MAPRepresentationRandomMAP.randomMAP(int order) static MAPRepresentationRandomMAP.randomMAP(int order, double mean) static MAPRepresentationRandomMAP.randomMAP(int order, double mean, int zeroEntries) static MAPRepresentationRandomMAP.randomMAP(int order, double mean, int zeroEntries, int maxTrials) static MAPRepresentationRandomMAP.randomMAP(int order, double mean, int zeroEntries, int maxTrials, double prec) static MAPRepresentationRandomMAP.randomMAP(int order, double mean, int zeroEntries, int maxTrials, double prec, Random random) Returns a random Markovian arrival process with given mean value.