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
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
How to understand "The variance of the conical frustum with respect to its radius r is equal to the variance of the frustum with respect to x or (by symmetry) y. " #44
How to understand "The variance of the conical frustum with respect to its radius r is equal to the variance of the frustum with respect to x or (by symmetry) y. "in Supplemental Material?
I think
Var(r)=E(r^2)-E(r)^2 where -R<r<R so E(r)=0
E(r^2)=E(x^2+y^2)=E(x^2)+E(y^2)=E(x^2)-E(x)^2+E(y^2)-E(y)^2=Var(x)+Var(y) where E(x)=0 E(y)=0
SO Var(r)=Var(x)+Var(y) rather than Var(r)=Var(x)
Where is my mistake?
How to understand "The variance of the conical frustum with respect to its radius r is equal to the variance of the frustum with respect to x or (by symmetry) y. "in Supplemental Material?
I think
Var(r)=E(r^2)-E(r)^2 where -R<r<R so E(r)=0
E(r^2)=E(x^2+y^2)=E(x^2)+E(y^2)=E(x^2)-E(x)^2+E(y^2)-E(y)^2=Var(x)+Var(y) where E(x)=0 E(y)=0
SO Var(r)=Var(x)+Var(y) rather than Var(r)=Var(x)
Where is my mistake?