powered by
ang.minus computes element-wise angular subtraction defined as $$x - y := Arg(exp(i(x-y)))$$
ang.minus
ang.minus(x, y)
angular data(scalar or vector) whose elements are in \([0, 2\pi)\)
returns a scalar or a vector whose elements are in \([-\pi, \pi)\).
Jung, S., Park, K., & Kim, B. (2021). Clustering on the torus by conformal prediction. The Annals of Applied Statistics, 15(4), 1583-1603.
# NOT RUN { x <- c(pi/2, 0) y <- c(pi, pi/3) ang.minus(x, y) # }
Run the code above in your browser using DataLab