Re: aggregate function stddev

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Kemin Zhou <kemin(dot)zhou(at)ferring(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: aggregate function stddev
Date: 2004-09-10 21:48:30
Message-ID: 200409102148.i8ALmU129696@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Is this a TODO?

---------------------------------------------------------------------------

Josh Berkus wrote:
> Kemin,
>
> > 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.
>
> Note sent to PGSQL-DOCS.
>
> > I also noticed that oracle has stddev_sample and stddev_population.
> > This is just a wish list.
>
> Were you aware that in PostgreSQL you can write your own aggregates? It's
> relatively easy to do.
>
> --
> Josh Berkus
> Aglio Database Solutions
> San Francisco
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Glaesemann 2004-09-11 05:44:02 Re: HOW TO HANDLE ZEROS IN DATE FIELD?
Previous Message andrew 2004-09-10 21:36:45 CREATE RULE ignored, what did I do wrong