Hurst: Hurst coefficient estimation

Description Usage Arguments Value Examples

Description

Hurst coefficient estimation.

Usage

1
Hurst(Q)

Arguments

Q

vector or annualized time series object. Net inflows or streamflow totals.

Value

Returns an estimate of the Hurst coefficient, H (0.5 < H < 1).

Examples

1
2
Q_annual <- aggregate(resX$Q_Mm3) #convert monthly to annual data
Hurst(Q_annual)

Example output

[1] 0.5742449

reservoir documentation built on May 2, 2019, 5:52 a.m.

Related to Hurst in reservoir...