forked from bsvars/bsvars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
59 lines (56 loc) · 1.55 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
54
55
56
57
58
59
url: https://bsvars.github.io/bsvars/
template:
bootstrap: 5
development:
mode: auto
navbar:
structure:
right: [github]
reference:
- title: "bsvars: Bayesian Estimation of Structural Vector Autoregressive Models"
desc: "Browse package information"
- contents:
- bsvars-package
- bsvars
- title: "Data"
desc: "Upload sample data set"
- contents:
- us_fiscal_lsuw
- us_fiscal_ex
- title: "Model specification"
desc: "Choose a model to work with"
- contents:
- matches("specify_bsvar")
- title: "More detailed model specification"
desc: "Adjust or inspect the specified model"
- contents:
- matches("specify_data")
- matches("specify_iden")
- matches("specify_prior")
- matches("specify_start")
- title: "Estimation"
desc: "Run Bayesian estimation of your model and inspect the outputs"
- contents:
- matches("estimate")
- matches("normalise")
- matches("specify_posterior")
- title: "Posterior summaries"
desc: "Analyse the posterior summaries of the posterior estimation outcomes"
- contents:
- matches("summary")
- title: "Forecasting"
desc: "Predict future values of your variables"
- contents:
- matches("forecast")
- title: "Structural analyses"
desc: "Compute interpretable outcomes"
- contents:
- matches("compute")
- title: "Model diagnostics"
desc: "Verify heteroskedasticity and autoregressive parameters (in preparation: structural identification)"
- contents:
- matches("verify")
- title: "Plot your results"
desc: "Prepare beautiful and informative plots for your analyses"
- contents:
- matches("plot")