Learn R Programming

climtrends (version 1.0.6)

TietjenMoore: Tietjen Moore statistic

Description

TietjenMoore returns the Tietjen Moore statistic.

Usage

TietjenMoore(dataSeries,k)

Arguments

dataSeries
time series of climate data
k
number of outliers

Value

The Tietjen Moore statistic.

Source

NIST/SEMATECH e-Handbook of Statistical Methods, 2013 http://www.itl.nist.gov/div898/handbook/

References

NIST/SEMATECH e-Handbook of Statistical Methods, 2013 http://www.itl.nist.gov/div898/handbook/

Examples

Run this code
TietjenMoore(c(2, 4, 6, 7, 11, 21, 81, 90, 105, 121), 2)

Run the code above in your browser using DataLab