Uses of Class
jline.lang.processes.Erlang
Packages that use Erlang
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
-
Uses of Erlang in jline.lang.processes
Methods in jline.lang.processes that return ErlangModifier and TypeMethodDescriptionstatic ErlangErlang.fitMeanAndOrder(double mean, long numPhases) Creates an Erlang distribution fitted to the specified mean and number of phases.static ErlangErlang.fitMeanAndSCV(double mean, double SCV) Creates an Erlang distribution fitted to the specified mean and squared coefficient of variation.static ErlangErlang.fitMeanAndStdDev(double mean, double stdDev) Creates an Erlang distribution fitted to the specified mean and standard deviation.