powered by
tor.minus computes angular subtraction bewtween n x d toroidal data and a d dimensional vector.
tor.minus
tor.minus(data, mu)
n x d matrix of toroidal data
a d-dimensinal vector
angular subtraction bewtween n x d toroidal data and a d dimensional vector.
Jung, S., Park, K., & Kim, B. (2021). Clustering on the torus by conformal prediction. The Annals of Applied Statistics, 15(4), 1583-1603.
ang.minus
# NOT RUN { data <- ILE[1:200, 1:2] Mu1 <- c(4.5, 3) tor.minus(data, Mu1) # }
Run the code above in your browser using DataLab