Wigner Semicircle Distribution #
Source: url:https://www.math.ucsd.edu/~tkemp/247A.Notes.pdf
Authors: FredRaj3
Status: verified
Main declarations: LeanPool.SemicircleLaw.integral_semicirclePDFReal_eq_one
Tags: probability, random-matrix-theory, distributions
MSC: 60B20, 60E05
Mathematical overview #
The Wigner semicircle distribution is the limiting spectral distribution of a
Wigner random matrix, scaled by 1 / √n. It is supported on [-2√v, 2√v],
where v is the variance, with density
f(x) = 1 / (2 π v) · √(4 v - (x - μ) ^ 2)
for x ∈ [μ - 2√v, μ + 2√v]. The semicircle law is Theorem 2.3 in Todd Kemp's
Random Matrix Theory notes.
Main results #
LeanPool.SemicircleLaw.semicirclePDFReal— the real-valued probability density function of the semicircle distribution.LeanPool.SemicircleLaw.semicirclePDF— theℝ≥0∞-valued pdf.LeanPool.SemicircleLaw.integral_semicirclePDFReal_eq_one— the density integrates to one for nonzero variance.LeanPool.SemicircleLaw.semicircleReal— the semicircle measure onℝ, parametrized by meanμand variancev.LeanPool.SemicircleLaw.semicircleReal_map_add_const— translating the measure translates the mean.LeanPool.SemicircleLaw.semicircleReal_map_const_mul— scaling the measure by a nonzero constant scales the mean and variance parameters.LeanPool.SemicircleLaw.memLp_id_semicircleReal— the identity has all finiteLᵖmoments under a semicircle distribution.