Searched refs:std_dev_pct (Results 1 – 2 of 2) sorted by relevance
84 fn std_dev_pct(&self) -> f64; in std_dev_pct() method133 pub std_dev_pct: f64, field151 std_dev_pct: samples.std_dev_pct(), in new()237 fn std_dev_pct(&self) -> f64 { in std_dev_pct() method364 assert_approx_eq!(summ.std_dev_pct, summ2.std_dev_pct); in check()391 std_dev_pct: 2.5549022912, in test_norm2()419 std_dev_pct: 12.6742097933, in test_norm10narrow()447 std_dev_pct: 25.4846418487, in test_norm10medium()475 std_dev_pct: 52.3146817750, in test_norm10wide()518 std_dev_pct: 1.9888308788, in test_norm25verynarrow()[all …]
153 pub fn std_dev_pct(&self) -> A { in std_dev_pct() function