-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
_pkgdown.yml
143 lines (135 loc) · 3.6 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
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
142
143
url: https://mc-stan.org/posterior
destination: docs
development:
mode: auto
template:
params:
bootswatch: cosmo
navbar:
title: "posterior"
left:
- icon: fa-home fa-lg
href: index.html
- text: "Vignettes"
href: articles/index.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
- text: "Other Packages"
menu:
- text: "rstan"
href: https://mc-stan.org/rstan
- text: "cmdstanr"
href: https://mc-stan.org/cmdstanr
- text: "rstanarm"
href: https://mc-stan.org/rstanarm
- text: "bayesplot"
href: https://mc-stan.org/bayesplot
- text: "shinystan"
href: https://mc-stan.org/shinystan
- text: "loo"
href: https://mc-stan.org/loo
- text: "projpred"
href: https://mc-stan.org/projpred
- text: "rstantools"
href: https://mc-stan.org/rstantools
- text: "Stan"
href: https://mc-stan.org
right:
- icon: fa-twitter
href: https://twitter.com/mcmc_stan
- icon: fa-github
href: https://github.com/stan-dev/posterior
- icon: fa-users
href: https://discourse.mc-stan.org/
home:
links:
- text: Ask a question
href: https://discourse.mc-stan.org/
articles:
- title: "Getting started"
desc: >
Installing posterior and using the basic functionality
contents:
- posterior
- title: "rvar: The Random Variable Datatype"
desc: >
An overview of a new datatype introduced by posterior
contents:
- rvar
- title: "Pareto-khat diagnostics"
desc: >
An overview of diagnostics related to Pareto-smoothed importance sampling
contents:
- pareto_diagnostics
reference:
- title: "Overview"
desc: >
Pacakge overview and global options
contents:
- posterior-package
- title: "Draws objects and formats"
desc: >
Create`draws` objects and convert between supported formats
contents:
- starts_with("as_draws")
- starts_with("print")
- variables # will include everything from draws-index.R
- example_draws
- reserved_variables
- title: "Working with draws objects"
desc: >
Functions for modifying `draws` objects and extracting their contents
contents:
- bind_draws
- starts_with("extract")
- merge_chains
- mutate_variables
- set_variables
- order_draws
- split_chains
- subset_draws
- draws-index
- rename_variables
- repair_draws
- resample_draws
- thin_draws
- weight_draws
- weights.draws
- title: "Summarizing and diagnosing draws objects"
desc: >
Compute summary statistics and convergence diagnostics
contents:
- summarise_draws
- diagnostics
- starts_with("ess")
- starts_with("rhat")
- starts_with("mcse")
- starts_with("pareto")
- starts_with("ps")
- quantile2
- rstar
- entropy
- dissent
- modal_category
- title: "Functionality specific to the rvar datatype"
desc: >
The `draws_rvar` format (a structured list of `rvar` objects) has the same
methods (e.g. `bind_draws()`) as the other draws formats. For individual
`rvar` objects themselves, however, posterior provides additional
functionality.
contents:
- chol.rvar
- starts_with("rvar")
- is_rvar
- is_rvar_factor
- as_rvar
- as_rvar_factor
- rdo
- rfun
- draws_of
- diag,rvar-method
- drop,rvar-method
- for_each_draw
- match