Home | Trees | Indices | Help |
|
---|
|
object --+ | _Stdev
Implement standard deviation of the sample as SQL aggregate function. (Uses N-1 variance.) Do it in one pass (see eg http://smallcode.weblogs.us/2006/11/27/calculate-standard-deviation-in-one-pass/ though we may run in an underflow by calculating N/N-1<X^2-<X>^2>.).
Also, we don't check if our arguments are valid as numbers.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 3 22:23:17 2010 | http://epydoc.sourceforge.net |