Documentation

LeanPool.SemicircleLaw

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 #