tor.minus: Toroidal subtraction

Description Usage Arguments Value References See Also Examples

View source: R/tor.minus.R

Description

tor.minus computes angular subtraction bewtween n x d toroidal data and a d dimensional vector.

Usage

1

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

ang.minus

Examples

1
2
3
data <- ILE[1:200, 1:2]
Mu1 <- c(4.5, 3)
tor.minus(data, Mu1)

ClusTorus documentation built on Jan. 4, 2022, 5:07 p.m.