SpuriousMemory

Test for the null hypothesis of fractional integration against spurious long memory

Overview

Detecting spurious long memory in time series using the method of Qu (2011). Distinguishes between true stationary long memory and spurious long memory caused by level shifts or smooth trends.

Example

library(SpuriousMemory)

# Data
data(RV5min)

result <- Longmemorytest(RV5min, demean = TRUE, alpha = 0.05)

References