Asymmetric Triangular Density Function
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 1/pi. |
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.