-
Notifications
You must be signed in to change notification settings - Fork 41
/
_pkgdown.yml
44 lines (44 loc) · 1.06 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
reference:
- title: "Running a Bayesian AB Test"
desc: >
Construct a Bayesian AB Test object from some data
and priors.
contents:
- bayesTest
- title: "Plotting Distributions"
desc: >
Functions for plotting distributions. Useful for
experimenting with data and choosing priors for your
bayesTest objects.
contents:
- plotBeta
- plotGamma
- plotInvGamma
- plotLogNormal
- plotNormal
- plotPareto
- plotPoisson
- plotNormalInvGamma
- title: "Generics"
desc: >
Generic functions that can help you examine a trained
bayesTest object.
contents:
- plot.bayesTest
- summary.bayesTest
- c.bayesTest
- title: "Helpers"
desc: >
Helper functions for further exploring a trained
bayesTest object.
contents:
- grab
- rename
- combine
- title: "Deploying"
desc: >
Functions to construct and deploy a Bayesian Bandit
from a bayesTest object.
contents:
- banditize
- deployBandit