Uses of Class
jline.lang.processes.APH
Packages that use APH
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
Port of BuTools library for phase-type distributions and MAP processes.
This package provides an implementation of SolverLN.
-
Uses of APH in jline.lang.processes
Methods in jline.lang.processes that return APHModifier and TypeMethodDescriptionstatic APHAPH.fit(double mean, double scv, double skew) Replayer.fitAPH()static APHAPH.fitCentral(double mean, double var, double skew) static APHAPH.fitMeanAndSCV(double mean, double scv) static APHAPH.fitRawMoments(double m1, double m2, double m3) Fits an APH distribution from the first three raw moments. -
Uses of APH in jline.lang.workflow
Methods in jline.lang.workflow that return APH -
Uses of APH in jline.lib.butools
Methods in jline.lib.butools that return APHModifier and TypeMethodDescriptionstatic APHAPHFrom3Moments.APHFrom3Moments(double[] moms) static APHAPHFrom3Moments.APHFrom3Moments(double[] moms, int maxSize) static APHAPHFrom3Moments.APHFrom3Moments(double[] moms, int maxSize, double prec) -
Uses of APH in jline.solvers.ln
Fields in jline.solvers.ln with type parameters of type APH