Functions to work with distributions as objects
make_distributions
creates a distribution.
make_distribution(name, params, ...) make_exp_distr(rate = 1) make_unif_distr(min = -pi, max = pi) make_vonmises_distr(kappa = 1) make_gamma_distr(shape = 1, scale = 1) random_numbers(x, n = 100, ...) ## S3 method for class 'vonmises_distr' random_numbers(x, n = 100, ...) ## S3 method for class 'amt_distr' random_numbers(x, n = 100, ...)
name |
|
params |
|
... |
none implemented. |
rate |
|
min |
|
max |
|
kappa |
|
shape, scale |
|
x |
|
n |
|
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.