NDArray::average
public static function average(NDArray|array|float|int $array, NDArray|array|float|int|null $weights = NULL): float|int;
The weighted average of the elements in the array. It allows the user to specify weights for each element to be considered in the computation of the average.
Notes
tip
GPU SUPPORTED
This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.