-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
141 lines (121 loc) · 2.74 KB
/
_pkgdown.yml
File metadata and controls
141 lines (121 loc) · 2.74 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
url: "https://timothymerlin.github.io/koma/"
template:
bootstrap: 5
home:
title: "koma"
description: " Large Scale Macroeconomic Model"
navbar:
structure:
left: [home, reference, articles, changelog]
right: [github]
components:
home:
text: Home
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
href: articles/index.html
changelog:
text: Changelog
href: news/index.html
github:
icon: fab fa-github
aria-label: "koma on GitHub"
href: https://github.com/timothymerlin/koma
reference:
- title: Package overview
contents:
- koma
- title: Core workflow
contents:
- system_of_equations
- is_system_of_equations
- estimate
- forecast
- model_identification
- title: Extended timeseries
contents:
- ets
- as_ets
- as_list
- as_mets
- is_ets
- concat
- rate
- level
- rebase
- type
- title: Datasets
contents:
- small_open_economy
- klein
- title: Utilities
contents:
- summary.koma_estimate
- print.koma_estimate
- plot.koma_forecast
- print.koma_forecast
- init_koma_theme
- generate_sample_data
- format.koma_seq
- print.koma_seq
- model_evaluation
- title: HPD and Diagnostics
contents:
- hdi
- hdi.koma_estimate
- hdi.koma_forecast
- hdr
- hdr.koma_estimate
- hdr.koma_forecast
- summary.koma_estimate_hdi
- summary.koma_estimate_hdr
- summary.koma_forecast
- summary.koma_forecast_hdi
- summary.koma_forecast_hdr
- summary.koma_hdi
- summary.koma_hdr
- print.koma_hdi
- print.koma_hdr
- trace_plot
- acf_plot
- running_mean
- running_mean_plot
- plot.koma_estimate_hdr
- extract.koma_estimate
articles:
- title: "Getting started"
contents:
- koma-getting-started
- title: "Diagnostics"
contents:
- koma-diagnostics
- title: "Equation Syntax"
contents:
- koma-equations
- title: "Extended Time Series"
contents:
- koma-extended-timeseries
- title: "HPD Summaries"
contents:
- koma-hpd
- title: "Parallelization"
contents:
- koma-parallel
- title: "Example: Klein Model"
contents:
- koma-klein
- title: "Example: Small Macro Model"
contents:
- koma-small-macro-model
- title: "Example: Error Correction"
contents:
- koma-error-correction
authors:
- Samad Sarferaz:
href: https://sites.google.com/site/samadsarferaz/home
- Merlin Scherer:
href: https://github.com/TimothyMerlin