Description Usage Arguments Value Functions Examples
View source: R/InvBatschelet.R
The inverse Batschelet distribution, with mean direction mu
,
concentration parameter kp
, and shape (peakedness) parameter
lam
. This is the von Mises based version, without a skewness
parameter.
1 2 3 |
x |
An angle in radians. |
mu |
A mean direction, in radians. |
kp |
Numeric, > 0,the concentration parameter. |
lam |
The shape parameter (peakedness), -1 < |
log |
Logical; whether to return the log of the probability or not. |
n |
The number of random variates to obtain. |
Numeric. For dinvbat
, the probability or log-probability of
angle x given the parameters. For rinvbat
, a vector of random
variates from the inverse Batschelet distribution.
rinvbat
: Random generation
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.