Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ellipsoidTransform

Apply a normalisation transformation to vectors of data onto ellipsoids


Description

Takes a vector x and transforms the points onto the same geometry of a normalised ellipse given by the inverse of the covariance matrix SigSqrt and the location mu

Usage

ellipsoidTransform(x, SigSqrt, mu)

Arguments

x

the vector of data points to be transformed

SigSqrt

the inverse of the covariance matrix

mu

the vector of means of the ellipse

Value

A vector of transformed data points


SIBER

Stable Isotope Bayesian Ellipses in R

v2.1.6
GPL (>= 2)
Authors
Andrew Jackson and Andrew Parnell
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.