Description Usage Arguments Value Examples
Random generation for the Inverse Batschelet mixture distribution.
1 2 | rinvbatmix(n, mus = -1:1, kps = c(50, 25, 10), lams = c(-0.4, 0,
0.6), alphs = c(0.2, 0.2, 0.6))
|
n |
Number of values to sample. |
mus |
Mean directions. |
kps |
Concentration parameters. |
lams |
Lambdas, peakedness parameter, between -1 and 1. Positive values give a peaked density, while negative values give flat-topped densities. . |
alphs |
Mixture weights. |
Numeric vector of n
samples from the Inverse Batschelet
distribution, in radians.
1 | hist(rinvbatmix(1000), breaks = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.