📄️ NDArray::average
The weighted average of the elements in the array. It allows the user to specify weights
📄️ NDArray::mean
The arithmetic mean of the elements in the array. It computes the sum
📄️ NDArray::median
The median of the elements in the array. It sorts the array, and if the number of elements is odd,
📄️ NDArray::quantile
Computes the specified quantile of the elements in the array. A quantile represents a
📄️ NDArray::std
Calculates the standard deviation of the elements in the array. It is the
📄️ NDArray::variance
Calculates the variance of the elements in the array. It measures the average of the