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 Erlang
    Modifier and Type
    Method
    Description
    static Erlang
    Erlang.fitMeanAndOrder(double mean, long numPhases)
    Creates an Erlang distribution fitted to the specified mean and number of phases.
    static Erlang
    Erlang.fitMeanAndSCV(double mean, double SCV)
    Creates an Erlang distribution fitted to the specified mean and squared coefficient of variation.
    static Erlang
    Erlang.fitMeanAndStdDev(double mean, double stdDev)
    Creates an Erlang distribution fitted to the specified mean and standard deviation.