Skip to content
Xiang Zhu edited this page Aug 9, 2016 · 8 revisions

Model Fitting based on Markov chain Monte Carlo

The details of the model fitting algorithms are available here.

Model Fitting based on Variational Bayes

Miscellaneous

  • compute_pve.m
    compute the estimated PVE (or SNP heritability, defined in Guan and Stephens (2011)) based on GWAS summary data.

  • band_storage.m
    convert a symmetric, banded matrix to a compact matrix in such a way that only the main diagonal and the nonzero superdiagonals are stored.