powered by
MLE angle (maximum density) using a circular distribution kernel with specified concentration
circular_mode(x, ...)
numeric
numeric. A vector of angles (in degrees) from which the estimate is to be computed.
parameters passed to circular_density()
circular_density()
N.I. Fisher (1993) Statistical Analysis of Circular Data, Cambridge University Press.
set.seed(20250411) x <- rvm(10, 0, 100) # Mode of von Mises kernel density (the default) circular_mode(x) # Mode of wrapped Cauchy kernel density circular_mode(x, kernel = "wrappedcauchy")
Run the code above in your browser using DataLab