stationary_data: To verify the order of integration of a time series

Description Usage Arguments Value Examples

View source: R/functions.R

Description

This function allows to verify if the time series is stationary or not (consider first differences).

Usage

1

Arguments

ts

A univariate time series of class 'ts' object.

Value

A logical TRUE/FALSE object.

Examples

1
2
3
dataset<-data.frame('something'=c(...))
dataset_ts<-ts(dataset, ...)
stationary_data(dataset_ts[,1])

unimi-dse/9768672c documentation built on Feb. 16, 2020, 5:45 a.m.