centroid.size {shapes}R Documentation

Centroid size

Description

Calculate cetroid size from a configuration or a sample of configurations.

Usage

centroid.size(x)

Arguments

x

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

Value

Centroid size(s)

Author(s)

Ian Dryden

References

Dryden, I.L. and Mardia, K.V. (2016). Statistical Shape Analysis, with applications in R (Second Edition). Wiley, Chichester.

Examples

data(mice)
centroid.size(mice$x[,,1])

[Package shapes version 1.2.7 Index]