minillinim / ellipsoid

Example code for enclosing points in an elipsoid
GNU General Public License v3.0
54 stars 16 forks source link

Ellipsoid that best fits a percentage of the points #2

Closed marnunez closed 5 years ago

marnunez commented 6 years ago

Hi! This method works really nice with my data. However, I was recently asked to get the best ellipsoid that fits 95% of the points. How could this be achieved with the current setup? Can the tolerance be tweaked to fit certain amount of points? Or should I be looking for another method?

minillinim commented 6 years ago

You'll have to forgive me, it's been a long time since I had to solve this problem so I've forgotten most of the maths.