1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
\name{camp}
\alias{camp}
\title{
Mount Campito Yearly Treering Data, -3435--1969.
}
\description{
Contains annual tree-ring measurements from Mount Campito from 3426 BC
through 1969 AD.
}
\usage{
data(camp)
}
\format{
A univariate time series with 5405 observations. The object is of
class \code{"ts"}.
}
\details{
This series is a standard example for the concept of long memory time
series.
The data was produced and assembled at the Tree Ring Laboratory at the
University of Arizona, Tuscon.
}
\source{
Time Series Data Library:
\url{https://robjhyndman.com/TSDL/}
}
\keyword{datasets}
|