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