pyguymer3.stderr

pyguymer3.stderr(arr, /, *, dof=1)[source]

Find the standard error of an array.

This function finds the standard error of an array, with optionally specified degrees of freedom.

Parameters:
  • arr (numpy.ndarray) – the array

  • dof (int, default=1) – the degrees of freedom

Returns:

ans – the standard error of the array

Return type:

float

Notes

See the SciPy documentation.

Copyright 2017 Thomas Guymer [1]

References