-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
53 lines (49 loc) · 1.13 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
template:
params:
bootswatch: flatly
ganalytics: G-7Z8WPQX0E6
docsearch:
api_key: '4a0d0a15b437a7d39695290aace8b645'
index_name: 'sovereign'
development:
mode: auto
url: https://tylerjpike.github.io/sovereign/
reference:
- title: Regimes
desc: Functions to classify state
contents:
- '`regimes`'
- title: Model Estimation
desc: Functions to estimate models and forecasts
contents:
- '`VAR`'
- '`RVAR`'
- '`LP`'
- '`RLP`'
- '`covid_volatility_correction`'
- title: Model and Forecast Analysis
desc: Functions to anlayze model and forecasting dynamics
contents:
- '`IRF`'
- '`FEVD`'
- '`HD`'
- title: Plots
desc: Functions to plot model and forecast analysis
contents:
- '`plot_forecast`'
- '`plot_error`'
- '`plot_fevd`'
- '`plot_irf`'
- '`plot_hd`'
navbar:
title: "sovereign"
type: inverse
left:
- icon: fa-home
href: ./index.html
- icon: fa-cog
text: Tools
href: ./reference/index.html
- icon: fa-cogs
text: Workflow
href: ./articles/getting_started.html