8000 GitHub - segasai/pg_nanmedian: PostgreSQL median function of floating point arrays ignoring nans
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

segasai/pg_nanmedian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

Contributors 2

  •  
  •  
0