Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: Why Python 3? Date: Mon, 21 Apr 2014 12:22:24 +1200 Lines: 15 Message-ID: References: <7x8ur1esa5.fsf@ruckus.brouhaha.com> <4uX4v.46265$rL7.31213@en-nntp-16.dc1.easynews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net oYZD9+hAhdc8nwihcCOWYAk/hIUcwocUelVQ8oCUVlZbQjgTp/ Cancel-Lock: sha1:eS8RO6Nd5+4BM3Le/Xg2vJBFYA0= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: <4uX4v.46265$rL7.31213@en-nntp-16.dc1.easynews.com> Xref: csiph.com comp.lang.python:70447 Richard Damon wrote: > If you thing of the Standard Deviation being the Root Mean Norm2 of the > deviations, it has a very similar meaning as to over the reals, a > measure of the "spread" of the values. NumPy appears to handle this: http://docs.scipy.org/doc/numpy/reference/generated/numpy.std.html See the comment on that page about complex numbers. So yes, it is meaningful and apparently people use it. -- Greg