Learn R Programming

feasts (version 0.4.1)

coef_hurst: Hurst coefficient

Description

Computes the Hurst coefficient indicating the level of fractional differencing of a time series.

Usage

coef_hurst(x)

Value

A numeric value.

Arguments

x

a vector. If missing values are present, the largest contiguous portion of the vector is used.

Author

Rob J Hyndman