Searched refs:stddev (Results 1 – 11 of 11) sorted by relevance
29 assert(p.stddev() == 1); in main()36 assert(p.stddev() == 1); in main()43 assert(p.stddev() == 5); in main()
44 assert(d.stddev() == 1); in main()50 assert(d.stddev() == 1); in main()56 assert(d.stddev() == 5.25); in main()
29 assert(d.stddev() == 10); in main()
30 assert(p.stddev() == .125); in main()
31 assert(p.stddev() == 6); in main()
63 double x_var = sqr(d.stddev()); in main()
65 double x_var = sqr(p.stddev()); in main()
49 result_type stddev() const {return __stddev_;} in stddev() function95 result_type stddev() const {return __p_.stddev();} in stddev() function159 return _Up * __p.stddev() + __p.mean(); in operator()173 __os << __x.mean() << __sp << __x.stddev() << __sp << __x._V_hot_;
49 result_type s() const {return __nd_.stddev();} in s()237 result_type s() const {return __nd_.stddev();}240 param_type param() const {return param_type(__nd_.mean(), __nd_.stddev());}
81 const auto stddev = StatisticsStdDev(v); in StatisticsCV() local84 return stddev / mean; in StatisticsCV()
1113 explicit param_type(result_type mean = 0, result_type stddev = 1);1116 result_type stddev() const;1123 explicit normal_distribution(RealType mean = 0.0, RealType stddev = 1.0); // before C++201125 explicit normal_distribution(RealType mean, RealType stddev = 1.0); // C++201135 result_type stddev() const;1183 explicit lognormal_distribution(RealType mean = 0.0, RealType stddev = 1.0); // before C++201185 explicit lognormal_distribution(RealType mean, RealType stddev = 1.0); // C++20