A measure of deviation for Circular Data
Returns a measure of spread associated with the circular median of a vector of circular data.
meandeviation(x, na.rm = FALSE)
See equation (2.33) at pag. 36 in Fisher (1993)
for its definition. In the case the circular median is not defined, that
is, every angle is a median axis, the mean deviation is not reported and
set to NA
.
Returns a measure of spread associated with the circular median of a vector of circular data.
Claudio Agostinelli and Alessandro Gagliardi
N.I. Fisher (1993) Statistical Analysis of Circular Data, Cambridge University Press.
x <- rvonmises(n=100, mu=circular(0), kappa=1) meandeviation(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.