[GRASS-git] [OSGeo/grass] 44949f: r.quantile, r.stats.quantile, lib/stats: fix quant...
Markus Metz
noreply at github.com
Sat Jan 29 02:15:04 PST 2022
Branch: refs/heads/releasebranch_8_0
Home: https://github.com/OSGeo/grass
Commit: 44949faf5cadad73ee152fc98eaf79e0ca6b56dd
https://github.com/OSGeo/grass/commit/44949faf5cadad73ee152fc98eaf79e0ca6b56dd
Author: Markus Metz <33666869+metzm at users.noreply.github.com>
Date: 2022-01-29 (Sat, 29 Jan 2022)
Changed paths:
M lib/stats/c_percentile.c
M raster/r.neighbors/testsuite/test_r_neighbors.py
M raster/r.quantile/main.c
M raster/r.quantile/r.quantile.html
M raster/r.stats.quantile/main.c
M raster/r.stats.quantile/r.stats.quantile.html
Log Message:
-----------
r.quantile, r.stats.quantile, lib/stats: fix quantile algorithm (#2108)
* use type 7 algorithm of Hyndman and Fan (1996) for quantiles, as is the default in R and numpy
* update manuals for `r.quantile`, `r.stats.quantile`
* sync `r.stats quantile` to `r.quantile`
* update test results for `r.neighbors`
More information about the grass-commit
mailing list