Skip to content

janakajain/AML_HW1_Task3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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