findOutliers.trimmed.means: Find outliers based on trimmed means

Description Usage Arguments Value Author(s) Examples

Description

FindOutliersTrimmedMeans returns the position of the values outside the allowed range by a criteria based on trimmed means.

Usage

1
FindOutliersTrimmedMeans(dataSeries, percentTrim=0.1, coef=3)

Arguments

dataSeries

time series of climate data

percentTrim

percentage to trim

coef

coefficient

Value

Vector with the positions of the outliers.

Author(s)

Jose Gama

Examples

1
FindOutliersTrimmedMeans(c(2, 4, 6, 7, 11, 21, 81, 90, 105, 121))

climtrends documentation built on May 2, 2019, 5:53 p.m.