If I have an unbiased ellipsoid with a known covariance, is there a way I can use that covariance matrix to transform all known points on the given ellipsoid to trace a sphere instead?
2026-03-25 07:49:02.1774424942
Use Covariance Matrix to Convert Ellipsoid to Sphere?
135 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LINEAR-ALGEBRA
- An underdetermined system derived for rotated coordinate system
- How to prove the following equality with matrix norm?
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- Why is necessary ask $F$ to be infinite in order to obtain: $ f(v)=0$ for all $ f\in V^* \implies v=0 $
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Summation in subsets
- $C=AB-BA$. If $CA=AC$, then $C$ is not invertible.
- Basis of span in $R^4$
- Prove if A is regular skew symmetric, I+A is regular (with obstacles)
Related Questions in 3D
- Visualization of Projective Space
- Approximate spline equation with Wolfram Mathematica
- Three-Dimensional coordinate system
- Volume of sphere split into eight sections?
- Largest Cube that fits the space between two Spheres?
- Is $ABC$ similar with $A'B'C'$, where $A', B', C'$ are the projections of $A, B, C $ on a plane $\pi $.
- Intersection of a facet and a plane
- Distance from center of sphere to apex of pyramid?
- Looking for hints on the below 3D geometry problem.
- Finding the Euler angle/axis from a 2 axes rotation but that lies on the original 2 axes' plane
Related Questions in COVARIANCE
- Let $X, Y$ be random variables. Then: $1.$ If $X, Y$ are independent and ...
- Correct formula for calculation covariances
- How do I calculate if 2 stocks are negatively correlated?
- Change order of eigenvalues and correspoding eigenvector
- Compute the variance of $S = \sum\limits_{i = 1}^N X_i$, what did I do wrong?
- Bounding $\text{Var}[X+Y]$ as a function of $\text{Var}[X]+\text{Var}[Y]$
- covariance matrix for two vector-valued time series
- Calculating the Mean and Autocovariance Function of a Piecewise Time Series
- Find the covariance of a brownian motion.
- Autocovariance of a Sinusodial Time Series
Related Questions in SPHERES
- Name of some projection of sphere onto $\mathbb{R}^2$
- Deriving the Equation for Finding the Area of a Sphere
- Trilaterating 2D cartesian coordinates, without Z
- How many points define a sphere of unknown radius?
- Generate uniformly distributed points in n-dimensional sphere
- Arc length of curve of intersection between cylinder and sphere
- What are the tangent planes of the sphere B, which contains the line L?
- Find an equation of the curve that is the intersection of the sphere.
- Need help figuring out what I did wrong in solving for equation of sphere (and finding radius/center).
- Writing an Expression for the Volume of a Spherical Shell
Related Questions in ELLIPSOIDS
- Atlas for the ellipsoid
- Boyd & Vandenberghe, example 2.12 — image of the unit Euclidean ball under affine mapping
- How to prove that this set is an ellipsoid?
- Relationship between "Ellipsoid" and "Quadratic Form"?
- Plotting an ellipsoid using eigenvectors and eigenvalues
- Calculate $\int_{S_A} x^T B x \, dx$ where $S_A$ is an ellipsoid
- Enveloping cone of an ellipsoid with vertex $P$ has parabolic sections by plane $z=0$. Locus of $P$?
- Find the total mass and COM of a body
- What is the volume of an ellipsoid?
- Line-Ellipsoid Intersection
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
To obtain a sphere you want all of the eigenvalues to be made equal. Left-multiply your datapoints (vectors) by $PDP^{-1}$, where $P$ is a matrix whose columns are the eigenvectors of your covariance matrix $\Sigma$, and $D$ is a diagonal matrix whose $k$th diagonal entry is equal to the required rescaling factor for the eigenvalue associated with $k$th column of $P$. That is:
$$\vec{v}_\text{new} = PDP^{-1}\vec{v}$$
and $$ D = k\Lambda^{-1}$$ $k$ is your desired universal eigenvalue and $\Lambda$ is the diagonal eigenvalue matrix associated with $P$.
Equation of canonical $n$-dimensional hyperellipsoid:
$$\sum \frac{x_i^2}{\alpha_i^2}=1$$
Volume of $n$-dimensional hyperellipsoid:
$$V=\frac{\pi^{\frac{n}{2}}}{\Gamma\left(\frac{n}{2}+1\right)}\prod_j\alpha_j$$
For a uniform distribution over the hyperellipsoid, the marginal distribution over R.V. $X_i$:
$$\begin{align}f_{X_i}(x_i) &= \int_{-\infty}^{\infty}\int_{-\infty}^{\infty}\cdots\int_{-\infty}^{\infty} f(x_1,x_2,\cdots,x_n)dx_1dx_2\cdots dx_{i-1} dx_{i+1} \cdots dx_n\\ &= \int_{-\infty}^{\infty}\int_{-\infty}^{\infty}\cdots\int_{-\infty}^{\infty} \frac{\Gamma\left(\frac{n}{2}+1\right)}{\pi^{\frac{n}{2}}\prod_j\alpha_j }dx_1dx_2\cdots dx_{i-1} dx_{i+1} \cdots dx_n\\ &=\frac{\Gamma\left(\frac{n}{2}+1\right)}{\pi^{\frac{n}{2}}\prod_j\alpha_j }\frac{(\alpha_i^2-x_i^2)^{\frac{n-1}{2}}\pi^{\frac{n-1}{2}}}{\Gamma\left(\frac{n-1}{2}+1\right)\alpha_i^{n-1}}\prod_{j\neq i}\alpha_j,\text{ ($(n-1)$-dimensional hyperellipsoid volume at $x_i$)}\\ &= \frac{(\alpha_i^2-x_i^2)^{\frac{n-1}{2}}\Gamma\left(\frac{n}{2}+1\right)}{\pi^{\frac{1}{2}}\alpha_i^{n}\Gamma\left(\frac{n+1}{2}\right)} \end{align}$$
Variance of the marginal distribution over $X_i$:
$$\begin{align} \int_{-\alpha_i}^{\alpha_i} \frac{\Gamma\left(\frac{n}{2}+1\right)}{\pi^{\frac{1}{2}}\alpha_i^{n}\Gamma\left(\frac{n+1}{2}\right)} x_i^2(\alpha_i^2-x_i^2)^{\frac{n-1}{2}} dx_i &= \frac{\Gamma\left(\frac{n}{2}+1\right)}{\pi^{\frac{1}{2}}\alpha_i^{n}\Gamma\left(\frac{n+1}{2}\right)} \frac{\pi^{\frac{1}{2}} {\alpha_i}^{n + 2} \Gamma\left(\frac{n+1}{2}\right)}{2 \Gamma\left(\frac{n}{2} + 2\right)}\\ &=\frac{\Gamma\left(\frac{n}{2}+1\right){\alpha_i}^{ 2}}{2 \Gamma\left(\frac{n}{2} + 2\right)} \\ &= \frac{2{\alpha_i}^{ 2}}{2 (n+2)}\\ &= \frac{\alpha_i^2}{n+2} \end{align}\\ $$
Therefore the $i$th semiaxis has length:
$$\alpha_i=\sigma_i\sqrt{n+2}$$
where $\sigma_i$ is the standard deviation in the $i$th (orthogonal) direction.
So by multiplying the square root of the $i$th eigenvalue of the $n\times n$ covariance matrix by $\sqrt{n+2}$ you get an approximation of the $i$th semi-axis length.