File: bev.Rd

package info (click to toggle)
tseries 0.10-58-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: fortran: 1,405; ansic: 759; makefile: 67; f90: 21
file content (32 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (4)
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
29
30
31
32
\name{bev}
\alias{bev}
\title{
  Beveridge Wheat Price Index, 1500--1869.
}
\description{
  Contains the well-known Beveridge Wheat Price Index which gives annual
  price data from 1500 to 1869, averaged over many locations in western
  and central Europe.
}
\usage{
data(bev)
}
\format{
  A univariate time series with 370 observations.  The object is of
  class \code{"ts"}.
}
\details{
  This data provides an example of long memory time series which has the
  appearance of being nonstationary in levels and yet also appears
  overdifferenced.  See, e.g., Baillie (1996).
}
\source{
  Time Series Data Library:
  \url{https://robjhyndman.com/TSDL/}
}
\references{
  R. T. Baillie (1996):
  Long Memory Processes and Fractional Integration in Econometrics.
  \emph{Journal of Econometrics}, \bold{73}, 5--59.
}
\keyword{datasets}