Learn R Programming

FGN (version 2.0-12)

NileFlowCMS: Annual flow of Nile River at Aswan, 1871-1945

Description

This is average annual flow of the Nile River below the Aswan Dam. The units are CMS (cubic meters per second).

Usage

data(NileFlowCMS)

Arguments

Format

The format is: Time-Series [1:75] from 1870 to 1944: 3958 3370 3485 3438 3702 ...

Source

Hipel, K.W. and McLeod, A.I., (2005). Time Series Modelling of Water Resources and Environmental Systems. Electronic reprint of our book orginally published in 1994. http://www.stats.uwo.ca/faculty/aim/1994Book/.

Examples

Run this code
#Plot the time series
data(NileFlowCMS)
ts.plot(NileFlowCMS)

#Hurst K estimate
HurstK(NileFlowCMS)

Run the code above in your browser using DataLab