asytriangular | R Documentation |
Density the Asymmetric Triangular circular distribution.
dasytriangular(x, rho)
x |
a vector. The object is coerced to class |
rho |
concentration parameter of the distribution. rho must be
between 0 and |
dasytriangular
gives the density.
Claudio Agostinelli
Mardia (1972) Statistics for Directional Data, Wiley. Pag. 52
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.