Home
last modified time | relevance | path

Searched refs:cdfInv (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dstat.hpp605 double cdfInv(double percentile);
618 double cdfInv(double percentile);
630 double cdfInv(double percentile);
644 double cdfInv(double percentile);
658 double cdfInv(double percentile);
669 double cdfInv(double percentile);
683 double cdfInv(double percentile);
697 double cdfInv(double percentile);
711 double cdfInv(double percentile);
726 double cdfInv(double percentile);
[all …]
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dstat.cpp1776 double CFixed::cdfInv(double /*percentile*/) in cdfInv() function in CFixed
1829 double CUniform::cdfInv(double percentile) in cdfInv() function in CUniform
1882 double CNormal::cdfInv(double percentile) in cdfInv() function in CNormal
1906 double CLogNormal::cdfInv(double percentile) in cdfInv() function in CLogNormal
1934 double CExponential::cdfInv(double percentile) in cdfInv() function in CExponential
1968 double CWeibull::cdfInv(double percentile) in cdfInv() function in CWeibull
2002 double CPareto::cdfInv(double percentile) in cdfInv() function in CPareto
2018 return cdfInv(gsl_ran_flat(rng, 0.0, 1.0)); in sample()
2039 double CGPareto::cdfInv(double percentile) in cdfInv() function in CGPareto
2073 double CGamma::cdfInv(double percentile) in cdfInv() function in CGamma
[all …]
H A Dscenario.cpp929 double pause_duration = distribution->cdfInv(0.99); in scenario()