smpl.stat.stat

Functions

fft(y)

fft(y,t,sp,freq) = Compute the FFT of y.

mean(n)

Return mean of n with combined error of variance and unvertainties of n.

no_dist(N)

Return N with no uncertainties.

noisy(x[, mean, std])

Add gaussian noise to x.

normalize(ydata)

Return normalized ydata.

novar_mean(n)

Return mean of n with only the uncertainties of n and no variance.

poisson_dist(N)

Return N with added poissonian uncertainties.

unv(arr)

Return the nominal values of the numbers in NumPy array arr.

unv_lambda(f)

Returns a function which applies unv() on the result of f.

usd(arr)

Return the standard deviations of the numbers in NumPy array arr.