Home
last modified time | relevance | path

Searched refs:norm_pdf (Results 1 – 20 of 20) sorted by relevance

/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_stats.c356 double norm_pdf(double x) in norm_pdf() function
H A Dcrm114.h453 double norm_pdf(double x);
/dports/www/firefox/firefox-99.0/third_party/rust/rust_decimal/benches/
H A Dlib_benches.rs301 fn norm_pdf(b: &mut ::test::Bencher) { in norm_pdf() function
311 let result = sample.norm_pdf(); in norm_pdf()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/benches/
H A Dlib_benches.rs301 fn norm_pdf(b: &mut ::test::Bencher) { in norm_pdf() function
311 let result = sample.norm_pdf(); in norm_pdf()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/benches/
H A Dlib_benches.rs301 fn norm_pdf(b: &mut ::test::Bencher) { in norm_pdf() function
311 let result = sample.norm_pdf(); in norm_pdf()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/benches/
H A Dlib_benches.rs301 fn norm_pdf(b: &mut ::test::Bencher) {
311 let result = sample.norm_pdf();
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/src/
H A Dmaths.rs107 fn norm_pdf(&self) -> Decimal; in norm_pdf() method
363 fn norm_pdf(&self) -> Decimal { in norm_pdf() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/src/
H A Dmaths.rs107 fn norm_pdf(&self) -> Decimal; in norm_pdf() method
363 fn norm_pdf(&self) -> Decimal { in norm_pdf() method
/dports/misc/orange3/orange3-3.29.1/Orange/preprocess/
H A D_relieff.pyx57 cdef inline double norm_pdf(double x, double mean, double std) nogil: function
112 val = norm_pdf(xj, attr_stats[0, a], attr_stats[1, a])
114 val = norm_pdf(xi, attr_stats[0, a], attr_stats[1, a])
/dports/www/firefox/firefox-99.0/third_party/rust/rust_decimal/src/
H A Dmaths.rs122 fn norm_pdf(&self) -> Decimal; in norm_pdf() method
504 fn norm_pdf(&self) -> Decimal { in norm_pdf() method
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/src/
H A Dmaths.rs122 fn norm_pdf(&self) -> Decimal; in norm_pdf() method
504 fn norm_pdf(&self) -> Decimal { in norm_pdf() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/
H A DVERSION.md165 * Add statistical function support for `powi`, `sqrt`, `exp`, `norm_cdf`, `norm_pdf`, `ln` & `erf` …
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/
H A DVERSION.md165 * Add statistical function support for `powi`, `sqrt`, `exp`, `norm_cdf`, `norm_pdf`, `ln` & `erf` …
/dports/math/py-rvlib/rvlib-0.0.6/rvlib/
H A Dunivariate.py124 def norm_pdf(mu, sigma, x): function
314 return norm_pdf(self.mu, self.sigma, x)
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/
H A DVERSION.md201 * Add statistical function support for `powi`, `sqrt`, `exp`, `norm_cdf`, `norm_pdf`, `ln` & `erf` …
/dports/www/firefox/firefox-99.0/third_party/rust/rust_decimal/
H A DVERSION.md247 * Add statistical function support for `powi`, `sqrt`, `exp`, `norm_cdf`, `norm_pdf`, `ln` & `erf` …
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/tests/
H A Ddecimal_tests.rs3532 assert_eq!(case.1, case.0.norm_pdf()); in test_norm_pdf()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/tests/
H A Ddecimal_tests.rs3532 assert_eq!(case.1, case.0.norm_pdf()); in test_norm_pdf()
/dports/www/firefox/firefox-99.0/third_party/rust/rust_decimal/tests/
H A Ddecimal_tests.rs3685 assert_eq!(case.1, case.0.norm_pdf()); in test_norm_pdf()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/tests/
H A Ddecimal_tests.rs3596 assert_eq!(case.1, case.0.norm_pdf()); in test_norm_pdf()