centring | R Documentation |
This function operates a centering of the QTS around the geometric mean of its quaternions. This is effectively achieved by left-multiplying each quaternion by the inverse of their geometric mean.
centring(x, standardize = FALSE, keep_summary_stats = FALSE)
x |
An object of class |
standardize |
A boolean specifying whether to standardize the QTS in
addition to centering it. Defaults to |
keep_summary_stats |
A boolean specifying whether the mean and standard
deviation used for standardizing the data should be stored in the output
object. Defaults to |
If keep_summary_stats = FALSE
, an object of class qts
in which
quaternions have been centered (and possibly standardized) around their
geometric mean. If keep_summary_stats = TRUE
, a list with three
components:
qts
: an object of class qts
in which quaternions have been centered
(and possibly standardized) around their geometric mean;
mean
: a numeric vector with the quaternion Fréchet mean;
sd
: a numeric value with the quaternion Fréchet standard deviation.
centring(vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.