statistics

statistics#

Initialize self. See help(type(self)) for accurate signature.

surface_dynamics.misc.statistics.mean_and_std_dev(l)#

Return the mean and standard deviation of the floatting point numbers in the list l.

The implementation is very naive and should not be used for large list (>1000) of numbers.

Note

mean and std are implemented in Sage but are quite buggy!