Hurst {reservoir}R Documentation

Hurst coefficient estimation

Description

Hurst coefficient estimation.

Usage

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

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

[Package reservoir version 1.1.5 Index]