View source: R/ellipsoidTransform.R
ellipsoidTransform | R Documentation |
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
.
ellipsoidTransform(x, SigSqrt, mu)
x |
the vector of data points to be transformed |
SigSqrt |
the inverse of the covariance matrix |
mu |
the vector of means of the ellipse |
A vector of transformed data points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.