powered by
Calculate cetroid size from a configuration or a sample of configurations.
centroid.size(x)
Centroid size(s)
For a single configuration k x m matrix or complex k-vector
For a sample of configurations k x m x n array or k x n complex matrix
Ian Dryden
Dryden, I.L. and Mardia, K.V. (2016). Statistical Shape Analysis, with applications in R (Second Edition). Wiley, Chichester.
data(mice) centroid.size(mice$x[,,1])
Run the code above in your browser using DataLab