findOutliers.zscore: Find outliers based on the z-score

Description Usage Arguments Value Author(s) Examples

Description

FindOutliersZscore returns the position of the values outside the allowed range by a criteria based on the z-score, abs(Z)>coef. FindOutliersModifiedZscore uses the modified z-score.

Usage

1
FindOutliersZscore(dataSeries, coef=2.5)

Arguments

dataSeries

time series of climate data

coef

coefficient

Value

Vector with the positions of the outliers.

Author(s)

Jose Gama

Examples

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

Example output


climtrends documentation built on May 29, 2017, 11:58 p.m.