Weighted Stats

Поиск
Список
Период
Сортировка
От David Fetter
Тема Weighted Stats
Дата
Msg-id 20151102234644.GA31118@fetter.org
обсуждение исходный текст
Ответы Re: Weighted Stats
Список pgsql-hackers
Folks,

I'd like to add weighted statistics to PostgreSQL.  While the included
weighted_avg() is trivial to calculate using existing machinery, the
included weighted_stddev_*() functions are not.

I've only done the float8 versions, but if we decide to move forward,
I'd be delighted to add the rest of the numeric types and maybe others
as make sense.

What say?

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: Rework access method interface
Следующее
От: YuanyuanLiu
Дата:
Сообщение: Re: Why not to use 'pg_ctl start -D ../data' to register posgtresql windows service