roll_min_d: Finds the least fractional differentiation order subject to...

Description Usage Arguments Value Examples

Description

Finds the least fractional differentiation order subject to fun returning less than threshold for a rolling window.

Usage

1

Arguments

x

A time series. Either a numberic vector or an 'xts' object.

width

The number of observations included in each window.

by

The number of observations between each run.

...

Other parameters to be passed to zoo::rollapply and min_d.

Value

An 'xts' object with the time series of 'd'.

Examples

1
## Not run: roll_min_d(x, width = 252, by = 1)

luisdamiano/LeastFracDiff documentation built on May 10, 2019, 3:18 a.m.