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

View source: R/IQR_outliers.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 applied to IRQ to define lower and upper boundaries for outliers

Value

outlier_IQR numeric. band numbers of original sensor corresponding to S2


jbferet/biodivMapR documentation built on April 12, 2025, 1:32 p.m.