tor.minus {ClusTorus} | R Documentation |
Toroidal subtraction
Description
tor.minus
computes angular subtraction bewtween n x d toroidal data and
a d dimensional vector.
Usage
tor.minus(data, mu)
Arguments
data |
n x d matrix of toroidal data |
mu |
a d-dimensinal vector |
Value
angular subtraction bewtween n x d toroidal data and a d dimensional vector.
References
Jung, S., Park, K., & Kim, B. (2021). Clustering on the torus by conformal prediction. The Annals of Applied Statistics, 15(4), 1583-1603.
See Also
Examples
data <- ILE[1:200, 1:2]
Mu1 <- c(4.5, 3)
tor.minus(data, Mu1)
[Package ClusTorus version 0.2.2 Index]