Skip to main content

from_iter

Function from_iter 

Source
pub fn from_iter<I>(quantile: f64, iter: I) -> f64
where I: Iterator<Item = f64>,