Computes zonal quantiles in a raster
Q = RasterCDF ( handle_ras , handle_msk , P )
integer: handle on the raster to be sampled
integer: handle on the raster defining the analysis mask. The first raster will be sampled only where the value of the mask raster is different from its NODATA_value flag.
Matrix containing the frequencies (non-excedence probabilities) for which the quantiles must be computed.
Output: matrix of size size(F)
containing the quantiles associated with requested frequencies.
Computes zonal quantiles in a raster.