Home
last modified time | relevance | path

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

/dports/biology/gcta/gcta_1.26.0_src/
H A Dbivar_reml.cpp94 int two_tr_comm = 0; in fit_bivar_reml() local
110 if (!tr1_miss && !tr2_miss) two_tr_comm++; in fit_bivar_reml()
120 if (two_tr_comm == 0) { in fit_bivar_reml()
123 } else if ((double) two_tr_comm / (double) _keep.size() < 0.1) { in fit_bivar_reml()