Home
last modified time | relevance | path

Searched refs:VVg_remle_null (Results 1 – 4 of 4) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dmvlmm.h48 vector<double> VVg_remle_null, VVe_remle_null, VVg_mle_null; variable
H A Dparam.h178 vector<double> VVg_remle_null, VVe_remle_null, VVg_mle_null; variable
H A Dmvlmm.cpp102 cPar.VVg_remle_null = VVg_remle_null; in CopyToParam()
3072 VVg_remle_null.push_back(gsl_matrix_get(Hessian, c, c)); in AnalyzeBimbam()
3512 VVg_remle_null.push_back(gsl_matrix_get(Hessian, c, c)); in AnalyzePlink()
4065 VVg_remle_null.push_back(gsl_matrix_get(Hessian, c, c)); in AnalyzeBimbamGXE()
4511 VVg_remle_null.push_back(gsl_matrix_get(Hessian, c, c)); in AnalyzePlinkGXE()
H A Dgemma.cpp3425 outfile << tab(j) << safe_sqrt(cPar.VVg_remle_null[c]); in WriteLog()