Compute the trimmed standard error of the mean
This function finds the standard error of the mean for given values, ignoring values outside the given limits.
Parameters : | a : array_like
limits : None or (lower limit, upper limit), optional
inclusive : (bool, bool), optional
|
---|---|
Returns : | tsem : float |