pub fn evaluate( coefficients: Value, points: Value, rest: &[Value], want_delta: bool, ) -> Result<PolyvalEval, String>
Evaluate polyval, optionally computing the prediction interval.
polyval