https://github.com/cran/tseries
Raw File
Tip revision: 80ab61206dadb688af7b497111cc16cb00ccfff3 authored by Kurt Hornik on 20 February 2012, 00:00:00 UTC
version 0.10-28
Tip revision: 80ab612
ice.river.Rd
\name{ice.river}
\alias{ice.river}
\alias{flow.vat}
\alias{flow.jok}
\alias{prec}
\alias{temp}
\title{
  Icelandic River Data
}
\description{
  Contains the Icelandic river data as presented in Tong (1990),
  pages 432--440.
}
\usage{
data(ice.river)
}
\format{
  4 univariate time series \code{flow.vat}, \code{flow.jok},
  \code{prec}, and \code{temp}, each with 1095 observations and the
  joint series \code{ice.river}.
} 
\details{
  The series are daily observations from Jan. 1, 1972 to Dec. 31, 1974
  on 4 variables: \code{flow.vat}, mean daily flow of Vatnsdalsa river
  (cms), \code{flow.jok}, mean daily flow of Jokulsa Eystri river (cms),
  \code{prec}, daily precipitation in Hveravellir (mm), and mean daily
  temperature in Hveravellir (deg C).

  These datasets were introduced into the literature in a paper by
  Tong, Thanoon, and Gudmundsson (1985).
}
\source{
  Time Series Data Library:
  \url{http://www-personal.buseco.monash.edu.au/~hyndman/TSDL/}
}
\references{
  H. Tong (1990):
  \emph{Non-Linear Time Series, A Dynamical System Approach}.
  Oxford University Press, Oxford.

  H. Tong, B. Thanoon, and G. Gudmundsson (1985):
  Threshold time series modelling of two Icelandic riverflow
  systems.
  \emph{Water Resources Bulletin}, \bold{21}, 651--661.
}
\keyword{datasets}
back to top