Home
last modified time | relevance | path

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

/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dstat.hpp704 class CGPareto : public CSample class
707 CGPareto(double shape, double scale, double location);
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dstat.cpp2008 CGPareto::CGPareto(double shape, double scale, double location) in CGPareto() function in CGPareto
2016 double CGPareto::sample() in sample()
2021 int CGPareto::textDescr(char *s, int len) in textDescr()
2025 int CGPareto::timeDescr(char *s, int len) in timeDescr()
2039 double CGPareto::cdfInv(double percentile) in cdfInv()
H A Dscenario.cpp1148 distribution = new CGPareto(shape, scale, location); in parse_distribution()