rbc.stdlib.statistical_functions#
Description
Array API specification for statistical functions.
https://data-apis.org/array-api/latest/API_specification/statistical_functions.html
Functions
|
Calculates the maximum value of the input array x |
|
Calculates the arithmetic mean of the input array x. |
|
Calculates the minimum value of the input array x. |
|
Calculates the product of input array x elements. |
|
Calculates the standard deviation of the input array x. |
|
Calculates the sum of the input array x. |
|
Calculates the variance of the input array x. |