Skip to main content

validate_all_finite_estimation

Function validate_all_finite_estimation 

Source
pub fn validate_all_finite_estimation<I>(
    label: &str,
    values: I,
) -> Result<(), EstimationError>
where I: IntoIterator<Item = f64>,