unitroot_kpss: Unit Root Test Statistics

View source: R/features.R

unitroot_kpssR Documentation

Unit Root Test Statistics

Description

unitroot_kpss computes the statistic for the Kwiatkowski et al. unit root test using the default settings for the ur.kpss function. unitroot_pp computes the statistic for the Phillips-Perron unit root test using the default settings for the ur.pp function.

Usage

unitroot_kpss(x, ...)

unitroot_pp(x, ...)

Arguments

x

a univariate time series.

...

Other arguments are passed to the ur.kpss or ur.kpss functions.

Value

A numeric value

Author(s)

Pablo Montero-Manso


robjhyndman/tsfeatures documentation built on July 25, 2024, 3:47 a.m.