Finds the kurtosis for a distribution of raster or matrix
values (Sku). Kurtosis represents the peakedness
of the raster surface height distribution. Height
is measured as the value of a raster/matrix and may not
necessarily represent actual height.
Usage
sku(x, excess = TRUE)
Value
A numeric value representing kurtosis.
Arguments
x
A raster or matrix.
excess
Logical, defaults to TRUE. If
TRUE, excess kurtosis is calculated. If FALSE,
kurtosis is calculated as the difference from the
normal distribution.