pub fn validate_all_finite<I: IntoIterator<Item = f64>>( label: &str, values: I, ) -> Result<(), String>
Public wrapper returning String errors for use outside the estimation module.
String