GDP {DATAstudio} | R Documentation |
GDP of the US Economy
Description
US GDP (Gross Domestic Product) ranging from from 1950 (Q1) to 2009 (Q4).
Usage
GDP
Format
A time series with 268 observations on two
variables. The object is of class ts
.
Source
de Carvalho, M., Rodrigues, P. and Rua, A. (2012) Tracking the US business cycle with a singular spectrum analysis. Economics Letters, 114, 32-35.
References
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.
See Also
https://www.maths.ed.ac.uk/~mdecarv/decarvalho2012dsh.html
Examples
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)
[Package DATAstudio version 1.1 Index]