aggregate function stddev

From: Kemin Zhou <kemin(dot)zhou(at)ferring(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: aggregate function stddev
Date: 2004-09-08 21:11:38
Message-ID: 413F758A.80306@ferring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Implementers:

Just noticed that the postgres stddev is the stddev_sample formula.
There are two different ways to calculate this value.
Their difference is very small with large samle size. It would be nice
to distinguish the two different versions.

I also noticed that oracle has stddev_sample and stddev_population.
This is just a wish list.

Kemin

**********************************************************************
Proprietary or confidential information belonging to Ferring Holding SA or to one of its affiliated companies may be contained in the message. If you are not the addressee indicated in this message (or responsible for the delivery of the message to such person), please do not copy or deliver this message to anyone. In such case, please destroy this message and notify the sender by reply e-mail. Please advise the sender immediately if you or your employer do not consent to e-mail for messages of this kind. Opinions, conclusions and other information in this message represent the opinion of the sender and do not necessarily represent or reflect the views and opinions of Ferring.
**********************************************************************

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Theo Galanakis 2004-09-08 23:39:15 Re: Isnumeric function?
Previous Message Oliver Elphick 2004-09-08 18:11:51 Re: Isnumeric function?