Statistical Functions¶
Array API specification for statistical functions.
A conforming implementation of the array API standard must provide and support the following functions.
Objects in API¶
|
Calculates the cumulative sum of elements in the input array |
|
Calculates the maximum value of the input array |
|
Calculates the arithmetic mean of the input array |
|
Calculates the minimum value of the input array |
|
Calculates the product of input array |
|
Calculates the standard deviation of the input array |
|
Calculates the sum of the input array |
|
Calculates the variance of the input array |