theil_sen_trend_test: Function to test a time series with the Theil-Sen estimator.

Description Usage Arguments Value Author(s) See Also

Description

Function to test a time series with the Theil-Sen estimator.

Usage

1
2
theil_sen_trend_test(df, variable = "value", deseason = FALSE,
  auto_correlation = FALSE)

Arguments

df

Data frame.

variable

Variable name to test.

deseason

Should the time series be deseaonsalised before the trend test is conducted?

auto_correlation

Should auto correlation be considered in the estimates?

Value

Data frame.

Author(s)

Stuart K. Grange

See Also

TheilSen


skgrange/normalweatherr documentation built on May 23, 2019, 9:34 a.m.