circular (version 0.4-93)

asytriangular: Asymmetric Triangular Density Function

Description

Density the Asymmetric Triangular circular distribution.

Usage

dasytriangular(x, rho)

Arguments

x

a vector. The object is coerced to class circular.

rho

concentration parameter of the distribution. rho must be between 0 and \(1/pi\).

Value

dasytriangular gives the density.

References

Mardia (1972) Statistics for Directional Data, Wiley. Pag. 52

Examples

Run this code
# NOT RUN {
ff <- function(x) dasytriangular(x, rho=0.3)
curve.circular(ff, shrink=1.2, join=TRUE)

# }

Run the code above in your browser using DataLab