srlanalytics / bdfm

Bayesian dynamic factor model estimation and predictive statistics including nowcasting and forecasting
MIT License
5 stars 6 forks source link

Auto log diff detection with single series #76

Closed christophsax closed 5 years ago

christophsax commented 5 years ago
library(bdfm)
m <- dfm(econ_us[,4])

# auto log/diff detection, with:
# logs = c(
#   "log"
# ),
# diffs = c(
#   "diff"
# )