Skip to content

Translate the MinVolEllipse function to R language

Notifications You must be signed in to change notification settings

immaxchen/MinVolEllipse

Repository files navigation

MinVolEllipse

Translate the MinVolEllipse function to R language

Original function is written and shared by Nima Moshtagh at University of Pennsylvania:

https://www.mathworks.com/matlabcentral/fileexchange/9542-minimum-volume-enclosing-ellipsoid

It finds the minimum volume enclosing ellipsoid for a set of data points

Example

See the Rmd file for further information

source("MinVolEllipse.R")
mve = MinVolEllipse(t(df),0.01)
print(mve$center)
print(mve$matrix)

About

Translate the MinVolEllipse function to R language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages