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