IQR_outliers | R Documentation |
This function computes interquartile range (IQR) criterion, which can be used as a criterion for outlier detection
IQR_outliers(DistVal, weightIRQ = 1.5)
DistVal |
numeric. vector of distribution of values |
weightIRQ |
numeric. weighting factor applied to IRQ to define lower and upper boundaries for outliers |
outlier_IQR numeric. band numbers of original sensor corresponding to S2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.