Description Usage Arguments Value Author(s) Examples
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.
1  | FindOutliersZscore(dataSeries, coef=2.5)
 | 
dataSeries | 
 time series of climate data  | 
coef | 
 coefficient  | 
Vector with the positions of the outliers.
Jose Gama
1  | FindOutliersZscore(c(2, 4, 6, 7, 11, 21, 81, 90, 105, 121))
 | 
integer(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.