Surface Area of Unit Sphere
Paradoxically, surface area first grows, and then starts to decrease as the number of dimensions goes over 7
In[8]:=
In[105]:=
Point of maximum surface area
In[24]:=
Out[24]=
Volume of Unit Sphere
In[1]:=
In[5]:=
Out[5]=
Similar thing happens with volume of unit sphere
In[9]:=
Out[9]=
In[20]:=
In[15]:=
Out[15]=
Fraction in corners
As dimension grows, increasingly large fraction of mass is concentrated in the corners of unit cube (volume outside of the volume contained inside of an inscribed sphere)
Out[39]=
In[43]:=
In[45]:=
Out[45]=
Visualization of multidimensional cube
7 dimensional cube,most 96% of the mass is concentrated in"corners". For a d dimensional cube, square of the diagonal is d, so as the dimension increases, distance from the center of the cube, to the corners goes to infinity (whereas distance to any facet stays constant), so corners become long spikes
E[] for standard Normal
For standard normal(identity covariance matrix, 0 mean), expected norm squared is just d (number of dimenions)
In[22]:=
E[{|X|}] for standard Normal
In[25]:=
In[30]:=
This can be derived by converting to hyperspherical coordinates, and then using integration by parts/setting up a recurrence to integrate x and exp(-)
Using the duplication formula for Gamma function we can rewrite
In[78]:=
Out[78]=
Another simplification
In[79]:=
Out[79]=
Now we can use Stirling's approximation
In[80]:=
Out[80]=
In[101]:=
Distribution of mass as function of radius for standard Normal
In[107]:=
In[114]:=
In[115]:=
Out[115]=
For one dimension, just right half of the standard normal
In[145]:=
For 4 and 16 dimensions, the mass starts to drift right
In[241]:=
In[144]:=
We can use our expression for exact mean of the distribution of {|X|} to find the variance
In[167]:=
Out[167]=
In[168]:=
Here's a numerical simulation to confirm this
In[203]:=
In[214]:=
In[247]:=
Out[247]=
It seems to converge to a value larger than predicted by Chebychev bound (.75) but much smaller than predicted using normality assumption (.95)
Created by Mathematica (May 18, 2006) |