pub fn erf(x: f64) -> f64
Expand description
Error function (f64)
Calculates an approximation to the “error function”, which estimates the probability that an observation will fall within x standard deviations of the mean (assuming a normal distribution).