-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
83 lines (73 loc) · 1.79 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
url: ~
template:
bootstrap: 5
bootswatch: litera
navbar:
title: "ffp"
left:
- text: "Home"
href: index.html
- text: "Function Reference"
href: reference/index.html
- text: "Vignettes"
href: reference/index.html
menu:
- text: "How does EP Work"
href: articles/how-does-EP-work.html
- text: "Views"
href: articles/views.html
- text: "News"
href: news/index.html
reference:
- title: Full Information
desc: Functions that completely describe a distribution.
contents:
- crisp
- exp_decay
- kernel_normal
- title: Partial Information
desc: Functions that partially describe a distribution.
contents:
- kernel_entropy
- double_decay
- title: Views on the Market
desc: Functions that help to construct the elements of entropy programming.
contents:
- view_on_mean
- view_on_covariance
- view_on_correlation
- view_on_volatility
- view_on_rank
- view_on_copula
- view_on_marginal_distribution
- view_on_joint_distribution
- title: Optimization
desc: Minimum Relative Entropy
contents:
- entropy_pooling
- relative_entropy
- title: Utilities
desc: Functions to manipulate data.
contents:
- bind_probs
- bind_views
- bootstrap_scenarios
- ens
- empirical_stats
- ffp_moments
- half_life
- title: Visualization
desc: Functions to explore `ffp` objects with help of `ggplot2`.
contents:
- autoplot.ffp
- scenario_density
- title: Class
desc: Functions to manipulate `ffp` objects.
contents:
- ffp
- as_ffp
- is_ffp
- title: Data
contents:
- db
- db_tbl