Statistical Functions¶
|
Calculates the maximum value of the input array |
|
Calculates the arithmetic mean of elements in the input array x. |
|
Calculates the minimum value of the input array |
|
Calculates the product of elements in the input array |
|
Calculates the standard deviation of elements in the input array x. |
|
Calculates the sum of elements in the input array |
|
Calculates the variance of elements in the input array x. |
|
Calculates the logarithm of the sum of exponentials of elements in the input array |
|
Calculates the square root of the sum of squares of elements in the input array |