Home
last modified time | relevance | path

Searched refs:pve_null (Results 1 – 6 of 6) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmmdap.h43 double pve_null; variable
H A Dbslmm.h47 double pve_null; variable
H A Dparam.h175 double pve_null, pve_se_null, pve_total, se_pve_total; variable
H A Dbslmm.cpp62 pve_null = cPar.pve_null; in CopyFromParam()
395 cHyp.h = pve_null; in InitialMCMC()
H A Dgemma.cpp2738 cPar.pve_null, cPar.pve_se_null); in BatchRun()
2924 CalcPve(eval, UtW, Uty, cPar.l_remle_null, cPar.trace_G, cPar.pve_null, in BatchRun()
3034 CalcPve(eval, UtW, Uty, cPar.l_remle_null, cPar.trace_G, cPar.pve_null, in BatchRun()
3391 outfile << "## pve estimate in the null model = " << cPar.pve_null in WriteLog()
H A Dparam.cpp1252 cout << "pve estimate =" << pve_null << endl; in PrintSummary()