GDP | R Documentation |
US GDP (Gross Domestic Product) ranging from from 1950 (Q1) to 2009 (Q4).
GDP
A time series with 268 observations on two
variables. The object is of class ts
.
de Carvalho, M., Rodrigues, P. and Rua, A. (2012) Tracking the US business cycle with a singular spectrum analysis. Economics Letters, 114, 32-35.
de Carvalho, M. and Rua, A. (2017) Real-time nowcasting the US output gap: Singular spectrum analysis at work. International Journal of Forecasting, 33, 185-198.
https://www.maths.ed.ac.uk/~mdecarv/decarvalho2012dsh.html
data(GDP) plot(GDP, ylab = "Gross Domestic Product") ## Not run: if (!require("ASSA")) install.packages("ASSA") data(GDP) fit <- bssa(log(GDP[, 1])) plot(fit) print(fit) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.