Skip to main content

evaluate

Function evaluate 

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

Evaluate polyval, optionally computing the prediction interval.