evaluate

Function evaluate 

Source
pub fn evaluate(
    coefficients: Value,
    points: Value,
    rest: &[Value],
    want_delta: bool,
) -> Result<PolyvalEval, String>
Expand description

Evaluate polyval, optionally computing the prediction interval.