IQR_outliers: This function computes interquartile range (IQR) criterion,...

View source: R/Lib_ImageProcess.R

IQR_outliersR Documentation

This function computes interquartile range (IQR) criterion, which can be used as a criterion for outlier detection

Description

This function computes interquartile range (IQR) criterion, which can be used as a criterion for outlier detection

Usage

IQR_outliers(DistVal, weightIRQ = 1.5)

Arguments

DistVal

numeric. vector of distribution of values

weightIRQ

numeric. weighting factor appplied to IRQ to define lower and upper boudaries for outliers

Value

outlier_IQR numeric. band numbers of original sensor corresponding to S2


jbferet/biodivMapR documentation built on Jan. 26, 2024, 10:38 p.m.