>> I had asked you how to calculate this and the variance early last
>> year. One (I think the variance) was two-pass because of the need
>> for the average, but I thought the StdDev would work with the struct.
>Variance is just square of std. dev, no?
No ! Stdev is divided by count, Variance by (count - 1)
It was some time ago, but I thing there is a running function that
can be calculated with one pass. I might be able to dig it up somewhere.
I had it in an excel sheet for learning purposes.
Andreas
pgsql-hackers by date
| Next: | From: David Gould | Date: 1998-06-05 08:15:46 |
| Subject: Re: [HACKERS] Standard Deviation function. |
| Previous: | From: Michael Meskes | Date: 1998-06-05 06:57:33 |
| Subject: Re: [HACKERS] NEW POSTGRESQL LOGOS |