make_distributions
creates a distribution suitable for using it with integrated step selection functions
make_distribution(name, params, vcov = NULL, ...)make_exp_distr(rate = 1)
make_hnorm_distr(sd = 1)
make_lnorm_distr(meanlog = 0, sdlog = 1)
make_unif_distr(min = -pi, max = pi)
make_vonmises_distr(kappa = 1, vcov = NULL)
make_gamma_distr(shape = 1, scale = 1, vcov = NULL)
A list of class amt_distr
that contains the name (name
) and parameters (params
) of a distribution.
[char(1)]
Short name of distribution. See available_distr()
for all currently implemented distributions.
[list]
A named list with parameters of the distribution.
[matrix]
A matrix with variance and covariances.
none implemented.
[double(1)>0]
The rate of the exponential distribution.
[double(1)>0]
The standard deviation of the half-normal distribution.
[double(1)>0]
The standard deviation of the half-normal distribution.
[double(1)>0]
The standard deviation of the half-normal distribution.
[double(1)]
The minimum of the uniform distribution.
[double(1)]
The minimum of the uniform distribution.
[double(1)>=0]
Concentration parameter of the von Mises distribution.
[double(1)>=0]
Shape and scale of the Gamma distribution