Examples:
Modules:
mean()
Profiling:
Links:
Versions:
Return mean of n with combined error of variance and unvertainties of n.
n
Data to be averaged.
Mean of n.
>>> n = np.array([1, 2, 3, 4, 5]) >>> mean(n) 3.0+/-1.5811388300841898