Skip to main content

mean

Function mean 

Source
pub fn mean(array: &ArrayRef, ctx: &mut ExecutionCtx) -> VortexResult<Scalar>
Expand description

Compute the arithmetic mean of an array.

See Mean for details.