A real matrix $X$ is semi-orthogonal if: \begin{align} X^TX = I \end{align} where $^T$ denotes the transpose operator, and $I$ is an identity matrix.
I am currently studying a system $y = Xg$, where $X$ is known, $y$ is known, and $g$ is unknown. We want to estimate $g$ by: \begin{align} \hat{g} = X^T y = X^T X g \end{align}
Notice that if $X^TX = I$, then the estimate is perfect: $\hat{g} = g$.
However, in general $X$ is not semi-orthogonal and the estimate is not perfect. I would like to find a metric that tells me how good the estimate is. I'm thinking of calculating a metric that describes the semi-orthogonality of $X^TX$.
There are all sorts of matrix norms I could apply to calculate a value for $\|X^T X - I \|$, and this would partially capture the extent to which $X$ is not semi-orthogonal. My question is: are many matrix norms equally appropriate in this scenario, or is there some "canonical" metric used for calculating the extent to which a matrix fails to be semi-orthogonal? If you suggest a metric or matrix norm, please explain why your choice is not arbitrary.