Monthly Canadian gas production, billions of cubic metres, January 1960 -
February 2005
Monthly time series of class `tsibble`.
Source
Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D., (2008)
Forecasting with exponential smoothing: the state space approach,
Springer.
Examples
canadian_gas
#> # A tsibble: 542 x 2 [1M]
#> Month Volume
#> <mth> <dbl>
#> 1 1960 Jan 1.43
#> 2 1960 Feb 1.31
#> 3 1960 Mar 1.40
#> 4 1960 Apr 1.17
#> 5 1960 May 1.12
#> 6 1960 Jun 1.01
#> 7 1960 Jul 0.966
#> 8 1960 Aug 0.977
#> 9 1960 Sep 1.03
#> 10 1960 Oct 1.25
#> # ℹ 532 more rows