Skip to main content

cdf

pub fn cdf(x: f64, mu: f64, sigma: f64) -> f64
Expand description

Normal cdf with mean mu, std-dev sigma (> 0).