mscore::algorithm::utility

Function normal_cdf_range

Source
pub fn normal_cdf_range(
    lower_limit: f64,
    upper_limit: f64,
    mean: f64,
    std_dev: f64,
) -> f64
Expand description

Returns the CDF in the range [sample_start, sample_end] for a Normal(mean, std_dev).