Skip to content

PostgreSQL median function of floating point arrays ignoring nans

License

Notifications You must be signed in to change notification settings

tony-12345/pg_nanmedian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C 88.5%
  • Makefile 11.5%