pyguymer3.stddev¶
- pyguymer3.stddev(arr, /, *, dof=0)[source]¶
Find the standard deviation of an array.
This function finds the standard deviation of an array, with optionally specified degrees of freedom.
- Parameters:
arr (numpy.ndarray) – the array
dof (int, default=0) – the degrees of freedom
- Returns:
ans – the standard deviation of the array
- Return type:
Notes
Copyright 2017 Thomas Guymer [1]
References