Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 421 Bytes

README.rst

File metadata and controls

19 lines (11 loc) · 421 Bytes

Read Me

About the function

This function called calc_axis takes in a NumPy array arr and an :code: axis argument. Depending on the value of :code: axis, the function calculates the mean and standard deviation of the values in the array along a specific axis.

Specification

Input: arr = array-like , x = 0 , 1 , boolean

Output: array-like