Uses of Class
jline.lang.processes.ME
Packages that use ME
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
-
Uses of ME in jline.lang.processes
Subclasses of ME in jline.lang.processesMethods in jline.lang.processes that return MEModifier and TypeMethodDescriptionstatic MEMEFit.fitMeanAndSCV(double mean, double scv) Fits a matrix exponential with the given mean and SCV, without a phase budget.static MEMEFit.fitMeanAndSCV(double mean, double scv, int maxPhases) Fits a matrix exponential with the given mean and SCV.static MEME.fitMoments(double[] moments) Creates an ME distribution by fitting the given moments.static MEME.fromErlang(int k, double rate) Creates an ME distribution from an Erlang distribution.static MEME.fromExp(double rate) Creates an ME distribution from an exponential distribution.static MEME.fromHyperExp(double[] p, double[] rates) Creates an ME distribution from a HyperExponential distribution.