![]() |
![]()
| ![]() |
![]()
NAMEr.quantile - Compute quantiles using two passes. KEYWORDSraster, algebra, statistics, percentile, quantile SYNOPSISr.quantile
Flags:Parameters:
DESCRIPTIONr.quantile computes quantiles in a manner suitable for use with large amounts of data. It is using two passes. NOTESQuantiles are calculated following algorithm 7 from Hyndman and Fan (1996), which is also the default in R and numpy. EXAMPLECalculation of elevation quantiles (printed to standard-out):
g.region raster=elevation -p r.quantile input=elevation percentiles=0.1,1,10,25,50,75,90,99,99.9 The output of r.quantile can be used for quantile
classification:
g.region raster=elevation -p r.quantile elevation quantiles=5 -r --quiet | r.recode elevation \ REFERENCES
SEE ALSOr.mode, r.quant, r.recode, r.series, r.stats, r.stats.quantile, r.stats.zonal, r.statistics, r.univar, v.rast.stats AUTHORSGlynn Clements
SOURCE CODEAvailable at: r.quantile source code (history) Latest change: Thursday Jan 26 14:10:26 2023 in commit: cdd84c130cea04b204479e2efdc75c742efc4843 Main index | Raster index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|