CircularTukeyDepth {bpDir} | R Documentation |
Empirical depth ranking based on Tukey’s ranking procedure (Tukey, 1977) adapted to the circular setting (Buttarazzi et al, 2018).
CircularTukeyDepth(x)
x |
numeric; a vector of class |
depth |
a two column matrix of circular observations with corresponding depth value |
median |
the depth-based circular median as an object of class |
iqr |
the depth-based circular inter-quartile range as an object of class |
Davide Buttarazzi
Buttarazzi D., Pandolfo G., Porzio G.C. (2018). A boxplot for circular data, Biometrics.
Tukey, J. W. (1977). Exploratory Data Analysis. MA: AddisonWesley, Reading (UK).
CircularBoxplot
#install.packages("circular")
require(circular)
data1 <- rvonmises(50, circular(pi/2), 5)
CircularTukeyDepth(data1)