<< PutRasterValue Raster analysis RasterCalculator >>

CLaRiNet 0.1 beta >> Raster analysis > RasterCDF

RasterCDF

Computes zonal quantiles in a raster

Calling Sequence

Q = RasterCDF ( handle_ras , handle_msk , P )

Arguments

handle_ras

integer: handle on the raster to be sampled

handle_msk

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.

P

Matrix containing the frequencies (non-excedence probabilities) for which the quantiles must be computed.

Q

Output: matrix of size size(F) containing the quantiles associated with requested frequencies.

Description

Computes zonal quantiles in a raster.

Examples

See Also

Authors

<< PutRasterValue Raster analysis RasterCalculator >>