Factor models#
Factor models summarize many comoving series into a few latent factors and forecast from those, which suits the strong common movement in macro panels.
Pass any model string below as Arm(model=...). Extra names an optional dependency, Scaling flags whether predictors should be standardized, and Tunable counts the hyperparameters the search space exposes.
Model string |
Description |
Input |
Extra |
Scaling |
Recommended preprocessing |
Tunable |
|---|---|---|---|---|---|---|
|
Factor-augmented autoregression. |
supervised |
none |
no |
default |
2 |
|
FAVAR::FAVAR-aligned Bayesian factor-augmented VAR sampler. |
supervised |
none |
no |
default |
2 |
Reference#
Models reference page for
ModelSpec,ModelFit, and fit conventions.