Calculates the standard error of the mean (or standard error of measurement) of the values in the passed array.
Parameters : | a: array like :
axis: int or None, optional. :
ddof: int :
|
---|---|
Returns : | The standard error of the mean in the sample(s), along the input axis : |