[GRASS-dev] compare a DCELL and FCELL question

2021-01-23 Thread ming han
Hi Everyone I tried to compare if grids in two rasters are the same, one raster is FCELL and another raster is DCELL. I got different result when I int both raster first before comparing them; and when I float() both raster first before I comparing them Is there any reason for this? Thanks

Re: [GRASS-dev] r.stats.quantile: does the 50th percentile equal to the median?

2021-01-23 Thread nik
Thank you Markus! --- On 2021-01-23 21:20, Markus Metz wrote: On Fri, Jan 22, 2021 at 2:51 PM wrote: Hi devs, does the default `percentiles=50` in `r.stats.quantile` equal to the median? Is the definition exclusive or inclusive? The median is commonly defined as the 50% percentile, the

Re: [GRASS-dev] r.stats.quantile: does the 50th percentile equal to the median?

2021-01-23 Thread Markus Metz
On Fri, Jan 22, 2021 at 2:51 PM wrote: > > Hi devs, > > does the default `percentiles=50` in `r.stats.quantile` equal to the > median? > Is the definition exclusive or inclusive? The median is commonly defined as the 50% percentile, the "middle" item of a sorted dataset. See