Description Usage Arguments Value Author(s) Source References Examples
FindOutliersTietjenMooreTest returns the position of the values
outside the allowed range by a criteria based on the Tietjen Moore test.
1  | FindOutliersTietjenMooreTest(dataSeries,k,alpha=0.05)
 | 
dataSeries | 
 time series of climate data  | 
k | 
 number of outliers  | 
alpha | 
 significance level  | 
Vector with the positions of the outliers.
Jose Gama
NIST/SEMATECH e-Handbook of Statistical Methods, 2013 http://www.itl.nist.gov/div898/handbook/
NIST/SEMATECH e-Handbook of Statistical Methods, 2013 http://www.itl.nist.gov/div898/handbook/
1 2 3  | x <- c(-1.40, -0.44, -0.30, -0.24, -0.22, -0.13, -0.05, 0.06, 0.10, 0.18,
 0.20, 0.39, 0.48, 0.63, 1.01)
FindOutliersTietjenMooreTest(x, 2)
 | 
$T
[1] 0.2919994
$Talpha
       5% 
0.3173515 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.