-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_pkgdown.yml
53 lines (48 loc) · 1.41 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
destination: docs
home:
title: Dynamic Factor Models for R
# template:
# bootstrap: 5
articles:
- title: Introduction to dfms
desc: Provides a walk-through of all main features
contents:
- introduction
right:
- icon: fa-github
href: https://github.com/SebKrantz/dfms
reference:
- title: "Information Criteria"
desc: "Choose the number of factors and the lag-order of the factor VAR."
- contents:
- ICr
- title: "Fit a Dynamic Factor Model"
desc: "DFM estimation via the EM algorithm and PCA, and various methods inspect the model and extract results."
- contents:
- DFM
- print.dfm
- summary.dfm
- plot.dfm
- as.data.frame.dfm
- residuals.dfm
- title: "Forecasting"
desc: "Forecast both the factors and the data, and methods to visualize forecasts and extract results."
- contents:
- predict.dfm
- title: "Fast Stationary Kalman Filtering and Smoothing"
desc: "Optimized Armadillo C++ implementations of the stationary Kalman Filter and Smoother."
- contents:
- SKF
- FIS
- SKFS
- title: "Helper Functions"
desc: "Fast VAR, matrix inverses, imputation/removal of missing values in multivariate time series, and convergence check for EM algorithm."
- contents:
- .VAR
- tsnarmimp
- ainv
- em_converged
- title: "Data"
desc: "Euro area macroeconomic data from Banbura and Modugno (2014), and 3 DFM specifications considered in their paper."
- contents:
- BM14_Models