You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've been playing with QInfer for it's minimum volume enclosing_ellipse algorithm. It seems there is some bug with the in_ellipsoid function, for which no point used to compute the ellispoid are inside it.
Here's a snippet with the data I used. I have no idea whether it makes sense, but using A instead of it's inverse in the distance computation seem to give a better fit distance (although some points would still be outside of the ellispe).
Hello,
I've been playing with QInfer for it's minimum volume enclosing_ellipse algorithm. It seems there is some bug with the
in_ellipsoid
function, for which no point used to compute the ellispoid are inside it.Here's a snippet with the data I used. I have no idea whether it makes sense, but using
A
instead of it's inverse in the distance computation seem to give a better fit distance (although some points would still be outside of the ellispe).Output:
The text was updated successfully, but these errors were encountered: