File: asytriangular.Rd

package info (click to toggle)
r-cran-circular 0.5-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: ansic: 464; fortran: 69; sh: 13; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\name{asytriangular}    
\title{Asymmetric Triangular Density Function}
\alias{dasytriangular}

\description{
Density the Asymmetric Triangular circular distribution. 
}

\usage{
dasytriangular(x, rho)
}

\arguments{
\item{x}{a vector. The object is coerced to class \code{\link{circular}}.}
\item{rho}{concentration parameter of the distribution.  rho must be
  between 0 and \eqn{1/pi}.}
}

\value{
\code{dasytriangular} gives the density. 
}

\author{Claudio Agostinelli}

\references{
Mardia (1972) Statistics for Directional Data, Wiley. Pag. 52
}

\examples{

ff <- function(x) dasytriangular(x, rho=0.3)
curve.circular(ff, shrink=1.2, join=TRUE)

}



\keyword{distribution}