Uses of Class
jline.lang.processes.HyperExp
Packages that use HyperExp
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
-
Uses of HyperExp in jline.lang.processes
Methods in jline.lang.processes that return HyperExpModifier and TypeMethodDescriptionstatic HyperExpHyperExp.fit(ContinuousDistribution dist, String method) Fit a hyperexponential to the ccdf ofdistITSELF at points spread over decades of time scale, rather than to its moments (HyperexpFitLongtail, Feldmann and Whitt 1998).static HyperExpHyperExp.fitMeanAndSCV(double mean, double scv) static HyperExpHyperExp.fitMeanAndSCVBalanced(double mean, double scv) Fit distribution with given squared coefficient of variation and balanced means i.e., p/mu1 = (1-p)/mu2