graphld.likelihood

May 22, 2026 · View on GitHub

Gaussian likelihood functions for GWAS summary statistics under an infinitesimal model.

Model

The likelihood of GWAS summary statistics under an infinitesimal model is:

βN(0,D)\beta \sim N(0, D)

zβN(n1/2Rβ,R)z|\beta \sim N(n^{1/2}R\beta, R)

where:

  • β\beta is the effect-size vector in s.d-per-s.d. units
  • DD is a diagonal matrix of per-variant heritabilities
  • zz is the GWAS summary statistic vector
  • RR is the LD correlation matrix
  • nn is the sample size

Precision-Premultiplied Statistics

The likelihood functions operate on precision-premultiplied GWAS summary statistics:

pz=n1/2R1zN(0,M),M=D+n1R1pz = n^{-1/2} R^{-1}z \sim N(0, M), \quad M = D + n^{-1}R^{-1}

For model context and practical interpretation, see the Likelihood Functions guide.

::: graphld.likelihood options: show_root_heading: true members_order: source