Skip to content

Commit 4b9a240

Browse files
committed
update headers
1 parent 0c21222 commit 4b9a240

File tree

1 file changed

+33
-26
lines changed

1 file changed

+33
-26
lines changed

Distributions.md

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ think information is not accurate or not complete, please send an e-mail
3232
to the maintainer or submit an issue or pull request in the GitHub
3333
repository linked above.
3434

35-
[Base functionality:]{#Base}
36-
----------------------------
35+
# [Base functionality:]{#Base}
36+
3737

3838
- Base R provides probability distribution functions `p` *foo* `()`
3939
density functions `d` *foo* `()`, quantile functions `q` *foo* `()`,
@@ -58,8 +58,10 @@ repository linked above.
5858
Pascal-Poisson, Poisson, Poisson-binomial, Poisson-Lindley,
5959
Poisson-Pascal, Polya Aeppli, Thomas, Waring, Yule.
6060

61-
[Discrete univariate distributions:]{#UnivariateDiscrete}
62-
---------------------------------------------------------
61+
# [Discrete distributions:]{#Discrete}
62+
63+
## [Discrete univariate distributions:]{#UnivariateDiscrete}
64+
6365

6466
- *Beta-binomial distribution:* provided in
6567
`r pkg("VGAM", priority = "core")`,
@@ -221,8 +223,8 @@ repository linked above.
221223
Zipf distribution: the Marshall-Olkin Extended Zipf, the
222224
Zipf-Poisson Extreme and the Zipf-Poisson Stopped Sum distributions.
223225

224-
[Discrete multivariate distributions:]{#MultivariateDiscrete}
225-
-------------------------------------------------------------
226+
## [Discrete multivariate distributions:]{#MultivariateDiscrete}
227+
226228

227229
- *Bivariate geometric:* d, r functions provided in
228230
`r pkg("bivgeom")`. `r pkg("BivGeo")`
@@ -257,9 +259,11 @@ repository linked above.
257259
- *Multivariate Ewens distribution:* not yet implemented?
258260
- *Truncated Stick-Breaking distribution:* provided in
259261
`r pkg("LaplacesDemon")`.
262+
263+
# [Continuous distributions:]{#Continuous}
264+
265+
## [Continuous univariate distributions:]{#UnivariateContinuous}
260266

261-
[Continuous univariate distributions:]{#UnivariateContinuous}
262-
-------------------------------------------------------------
263267

264268
- *Arcsine distribution:* implemented in package
265269
`r pkg("distr")`.
@@ -1047,8 +1051,8 @@ repository linked above.
10471051
`r pkg("CaDENCE")` provides the zero-inflated Weibull
10481052
distribution.
10491053

1050-
[Continuous multivariate distributions:]{#MultivariateContinuous}
1051-
-----------------------------------------------------------------
1054+
## [Continuous multivariate distributions:]{#MultivariateContinuous}
1055+
10521056

10531057
- *Bivariate Pareto:* `r pkg("Bivariate.Pareto")` provides
10541058
a random generator for the bivariate Pareto distribution.
@@ -1168,8 +1172,10 @@ repository linked above.
11681172
`r pkg("MultiRNG")`. `r pkg("compositions")`
11691173
provides a random generator on the simplex.
11701174

1171-
[Mixed-type distributions:]{#MixedType}
1172-
---------------------------------------
1175+
# [Other distributions:]{#Other}
1176+
1177+
## [Mixed-type distributions:]{#MixedType}
1178+
11731179

11741180
- *Maxwell-Boltzmann-Bose-Einstein-Fermi-Dirac (MBBEFD) distribution
11751181
:* provided in `r pkg("mbbefd")`.
@@ -1183,8 +1189,8 @@ repository linked above.
11831189
provides the zero-modified normal distribution and the zero-modified
11841190
lognormal distribution.
11851191

1186-
[Mixture of probability laws:]{#Mixture}
1187-
----------------------------------------
1192+
## [Mixture of probability laws:]{#Mixture}
1193+
11881194

11891195
- *Bernoulli-dist mixture:* d, p, q, r functions for
11901196
Bernoulli-exponential, Bernoulli-Gamma, Bernoulli-lognormal,
@@ -1242,8 +1248,8 @@ repository linked above.
12421248
packages provide d, r functions for finite von Mises Fisher
12431249
mixtures.
12441250

1245-
[Compound, composite, discretized, exponentiated and transformation of distributions:]{#Transform}
1246-
--------------------------------------------------------------------------------------------------
1251+
## [Compound, composite, discretized, exponentiated and transformation of distributions:]{#Transform}
1252+
12471253

12481254
- *Absolute value or half distribution:* Half-Cauchy, half normal and
12491255
half-student are implemented both in
@@ -1317,8 +1323,8 @@ repository linked above.
13171323
distribution; `r pkg("LaplacesDemon")` provides a
13181324
generic function in a Bayesian environment.
13191325

1320-
[Moments, skewness, kurtosis and etc:]{#Moments}
1321-
------------------------------------------------
1326+
# [Moments, skewness, kurtosis and etc:]{#Moments}
1327+
13221328

13231329
- *Empirical mean, standard deviation and variance:* base R provides
13241330
`mean()`, `sd()`, `var()` functions to compute the mean, standard
@@ -1393,8 +1399,9 @@ repository linked above.
13931399
truncated or folded of the following multivariate distributions:
13941400
normal, skew normal, extended skew normal and student.
13951401

1396-
[Random matrices:]{#Matrix}
1397-
---------------------------
1402+
1403+
# [Random matrices:]{#Matrix}
1404+
13981405

13991406
- *Huang-Wan distribution:* provided in
14001407
`r pkg("LaplacesDemon")`.
@@ -1453,8 +1460,8 @@ repository linked above.
14531460
- *Zellner distribution:* provided in
14541461
`r pkg("LaplacesDemon")`.
14551462

1456-
[Copulas:]{#Copulas}
1457-
--------------------
1463+
# [Copulas:]{#Copulas}
1464+
14581465

14591466
- *Unified approaches:* The packages
14601467
`r pkg("fCopulae", priority = "core")`,
@@ -1522,8 +1529,8 @@ repository linked above.
15221529
functions for C- and D-vine copulas and
15231530
`r pkg("VineCopula")` for general R-vine copulas.
15241531

1525-
[Random number generators (RNG):]{#Random}
1526-
------------------------------------------
1532+
# [Random number generators (RNG):]{#Random}
1533+
15271534

15281535
- *Basic functionality:* R provides several random number generators
15291536
(RNGs). The random seed can be provided via `set.seed` and the kind
@@ -1590,8 +1597,8 @@ repository linked above.
15901597
package. See the `r view("HighPerformanceComputing")`
15911598
task view for more details.
15921599

1593-
[Miscellaneous:]{#Misc}
1594-
-----------------------
1600+
# [Miscellaneous:]{#Misc}
1601+
15951602

15961603
- *Computation:*
15971604
- *Approximation of d, p, q, r functions:*

0 commit comments

Comments
 (0)