Re: Statistics with PostgreSQL - Mailing list pgsql-general

From David Fetter
Subject Re: Statistics with PostgreSQL
Date
Msg-id 20050318184744.GA848@fetter.org
Whole thread Raw
In response to Statistics with PostgreSQL  (Hrishikesh Deshmukh <hdeshmuk@gmail.com>)
List pgsql-general
On Fri, Mar 18, 2005 at 01:37:10PM -0500, Hrishikesh Deshmukh wrote:
> Hi All,
>
> Is there a way to simple statistics like mean/median/mode in
> PostgreSQL.  I have tables like PsetID | IntensityValue. I want to
> find out mean (intensityValue) of some PsetID(s)?!

> Any urls/pointers/books would be a big help.

Hrishi,

For statistics beyond avg() and stddev(), check out PL/R
http://www.joeconway.com/plr/

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

pgsql-general by date:

Previous
From: Hrishikesh Deshmukh
Date:
Subject: Statistics with PostgreSQL
Next
From: "Dann Corbit"
Date:
Subject: Re: Statistics with PostgreSQL