Обсуждение: Outliers of data

Поиск
Список
Период
Сортировка

Outliers of data

От
Robert Fitzpatrick
Дата:
I have a project where it is necessary to determine Outliers of lab
results and looking for some pointers on the best way to handle this
type of calculation with PostgreSQL. Possibly an operator? I have no
experience with that. I found some info on the web for calculating
Outliers, here is one of them...

http://cc.uoregon.edu/cnews/spring2000/outliers.html

--
Robert


Re: [real] Outliers of data

От
Don Isgitt
Дата:

Robert Fitzpatrick wrote:

>I have a project where it is necessary to determine Outliers of lab
>results and looking for some pointers on the best way to handle this
>type of calculation with PostgreSQL. Possibly an operator? I have no
>experience with that. I found some info on the web for calculating
>Outliers, here is one of them...
>
>http://cc.uoregon.edu/cnews/spring2000/outliers.html
>
>
>
Hi Robert,

You may want to consider the R language interface (pl/R); R (the
language) has great tools for detecting and operating on outliers.

Don