-
Notifications
You must be signed in to change notification settings - Fork 16
/
_pkgdown.yml
107 lines (104 loc) · 2.38 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
url: https://pkg.mitchelloharawild.com/distributional
template:
params:
bootswatch: cosmo
includes:
in_header: |
<script defer data-domain="pkg.mitchelloharawild.com/distributional" src="https://track.mitchelloharawild.com/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Methods
desc: >
Methods for interacting with distributions.
contents:
- density.distribution
- cdf.distribution
- generate.distribution
- quantile.distribution
- likelihood.distribution
- hilo.distribution
- hilo
- is_hilo
- hdr.distribution
- hdr
- is_hdr
- support.distribution
- family.distribution
- parameters.distribution
- mean.distribution
- median.distribution
- variance
- variance.distribution
- covariance
- covariance.distribution
- skewness.distribution
- kurtosis.distribution
- is_distribution
- title: Continuous distributions
desc: >
Continuous probability distributions.
contents:
- dist_beta
- dist_burr
- dist_cauchy
- dist_chisq
- dist_exponential
- dist_f
- dist_gamma
- dist_gev
- dist_gh
- dist_gk
- dist_gpd
- dist_gumbel
- dist_hypergeometric
- dist_inverse_exponential
- dist_inverse_gamma
- dist_inverse_gaussian
- dist_logistic
- dist_lognormal
- dist_multivariate_normal
- dist_normal
- dist_pareto
- dist_student_t
- dist_studentized_range
- dist_uniform
- dist_weibull
- title: Discrete distributions
desc: >
Discrete probability distributions.
contents:
- dist_bernoulli
- dist_binomial
- dist_categorical
- dist_geometric
- dist_logarithmic
- dist_multinomial
- dist_negative_binomial
- dist_poisson
- dist_poisson_inverse_gaussian
- title: Miscellaneous distributions
desc: >
Degenerate and non-standard probability distributions.
contents:
- dist_degenerate
- dist_missing
- dist_percentile
- dist_sample
- dist_wrap
- title: Distribution modifiers
desc: >
Modifiers which change the nature of a distribution.
contents:
- dist_inflated
- dist_mixture
- dist_transformed
- dist_truncated
- title: Object constructors
desc: >
Constructor functions for developers to use in extending the package.
contents:
- new_dist
- new_hilo
- new_hdr
- new_support_region