forked from segasai/pg_nanmedian
-
Notifications
You must be signed in to change notification settings - Fork 0
PostgreSQL median function of floating point arrays ignoring nans
License
tony-12345/pg_nanmedian
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module provides a set of PostgreSQL functions * double precision nanmedian(double precision[]) * real nanmedian(real []) which return the median of array ignoring NaNs * double precision nanmad(double precision[]) * real nanmad(real []) which return median absolute deviations (MAD) of the arrays (ignoring NaNs)
About
PostgreSQL median function of floating point arrays ignoring nans
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 88.5%
- Makefile 11.5%