Home
last modified time | relevance | path

Searched defs:stddev (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dnormal_distribution.h49 result_type stddev() const {return __stddev_;} stddev() function
96 result_type stddev() const {return __p_.stddev();} stddev() function
/freebsd/tools/tools/tscdrift/
H A Dtscdrift.c91 float *stddev; in main() local
/freebsd/sbin/ping/
H A Dmain.c238 double stddev = sqrt(fmax(0, tsumsq / num - avg * avg)); in pr_summary() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7692 double outlier_variance(Estimate<double> mean, Estimate<double> stddev, int n) { in outlier_variance()
7727 auto stddev = &standard_deviation; in analyse_samples() local