In my research I try to identify parameters defining an equation of ellipsoid. I have 3 unknowns and my ellipse is always centered at the origin but the rotation varies (see attached figure).
I would like to have some method for quantifying how good my identification was knowing the reference parameters.
Initially I thought of Coefficient of Determination, but I'm not sure if it's applicable to that problem. The values I obtain are very close to 1 (the ellipse shown in the figure has R2 = 0.990) so I'm not very confident if this tool is reliable to distinguish between different sets of parameters.
Another idea was to compare areas of each ellipse, but here the problem lies in rotation - the area is conserved through rotation, but clearly two rotated ellipses are not the same. The area between the ellipses is another idea, but here I struggle with integration limits.
Any suggestions how reliably could I quantify accuracy of my parameters?
EDIT: My model is based on 3 parameters: $\sigma_{11}^{y}, \sigma_{22}^{y}, \sigma_{33}^{y}$ And the curve (in $\sigma_{11} - \sigma_{22}$ space) I construct is as follows:
$\left(\frac{\sigma_{11}^{y}}{\sigma_{11}^{y}}\right)^{2} \sigma^{2}_{11} -\left[\left(\frac{\sigma_{11}^{y}}{\sigma_{11}^{y}}\right)^{2} +\left(\frac{\sigma_{11}^{y}}{\sigma_{22}^{y}}\right)^{2}-\left(\frac{\sigma_{11}^{y}}{\sigma_{33}^{y}}\right)^{2}\right] \sigma_{11} \sigma_{22} + \left(\frac{\sigma_{11}^{y}}{\sigma_{22}^{y}}\right)^{2} \sigma^{2}_{22} - \left(\sigma_{11}^{y}\right)^{2} = 0$

As I mentioned in the comment, one way to measure the difference is to integrate (in polar coordinates, e.g., with the origin coinciding with the center of both ellipses) the absolute value of the difference of how far each point lies away from the center.
In other words, if we consider $f(\theta)$ to be the distance of one ellipse from the origin in the angle of $\theta$, and $g(\theta)$ - of the other, we need $$ D_{f,g} = \int_0^{2\pi} \left\|f(\theta) - g(\theta)\right\| \mathrm{d}\theta, $$ where the norm could be $2$-norm or $1$-norm or any other convenient norm.