tor.minus {ClusTorus} | R Documentation |
tor.minus
computes angular subtraction bewtween n x d toroidal data and
a d dimensional vector.
tor.minus(data, mu)
data |
n x d matrix of toroidal data |
mu |
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.
data <- ILE[1:200, 1:2]
Mu1 <- c(4.5, 3)
tor.minus(data, Mu1)