This commit is contained in:
2018-10-24 11:13:06 +02:00
parent be74c1eac7
commit 61f8a9ccce
3 changed files with 25 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
use statrs::distribution::{Normal, Univariate, Continuous};
use statrs::distribution::{Continuous, Normal, Univariate};
const S2PI: f64 = 2.50662827463100050242E0;
@@ -137,7 +137,6 @@ pub fn icdf(x: f64) -> f64 {
ndtri(x)
}
#[cfg(test)]
mod tests {
use super::*;