Description Usage Arguments Value Author(s) References Examples
Density the Asymmetric Triangular circular distribution.
1 | dasytriangular(x, rho)
|
x |
a vector. The object is coerced to class |
rho |
concentration parameter of the distribution. rho must be between 0 and 1/pi. |
dasytriangular
gives the density.
Claudio Agostinelli
Mardia (1972) Statistics for Directional Data, Wiley. Pag. 52
1 2 | ff <- function(x) dasytriangular(x, rho=0.3)
curve.circular(ff, shrink=1.2, join=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.