tor.minus | 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.
ang.minus
data <- ILE[1:200, 1:2] Mu1 <- c(4.5, 3) tor.minus(data, Mu1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.