File: angular.deviation.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 (43 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
\name{angular.deviation}
\title{A measure of deviation for Circular Data}
\alias{angular.deviation}

\description{
Returns the square root of twice one minus the mean resultant length divided by the sample size of a vector of circular data.
}

\usage{
angular.deviation(x, na.rm = FALSE)
}

\arguments{
  \item{x}{a vector. The object is coerced to class
    \code{\link{circular}}.}
  \item{na.rm}{logical, indicating if \code{\link{NA}}'s should be
    omitted.}
}

\value{
Returns the square root of twice one minus the mean resultant length divided by the sample size.
}

\author{Claudio Agostinelli}

\references{
Batschelet, E. (1981) Circular Statistics in Biology. Academic Press, London.
 
Jammalamadaka, S. Rao and SenGupta, A. (2001). Topics in Circular Statistics, Section 1.3, World Scientific Press, Singapore.

Zar, J.H. (2010) Biostatistical Analysis. Fifth edition. Pearson
Educational International.}

\seealso{
\code{\link{sd.circular}}, \code{\link{angular.variance}}, \code{\link{mean.circular}}, \code{\link{rho.circular}} and \code{\link{summary.circular}}.
}

\examples{
x <- rvonmises(n=100, mu=circular(0), kappa=1)
angular.deviation(x)
}

\keyword{univar}