Home
last modified time | relevance | path

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

/dports/biology/gcta/gcta_1.26.0_src/
H A Doption.cpp97 int mphen = 1, mphen2 = 2, reml_mtd = 0, MaxIter = 100; in option() local
563 reml_mtd = atoi(argv[++i]); in option()
564 cout << "--reml-alg " << reml_mtd << endl; in option()
565 if (reml_mtd < 0 || reml_mtd > 2) throw ("\nError: --reml-alg should be 0, 1 or 2.\n"); in option()
999 if(reml_mtd != 0) pter_gcta->set_reml_mtd(reml_mtd); in option()
1118 …ff, grm_adj_fac, dosage_compen, m_grm_flag, pred_rand_eff, est_fix_eff, reml_mtd, MaxIter, reml_pr… in option()
1120 …ff, grm_adj_fac, dosage_compen, m_grm_flag, pred_rand_eff, est_fix_eff, reml_mtd, MaxIter, reml_pr… in option()
H A Dgcta.h109 …sage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, int MaxIter, vec…
117 void set_reml_mtd(int reml_mtd);
120 …sage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, int MaxIter, vec…
H A Dbivar_reml.cpp15 …sage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, int MaxIter, vec… in fit_bivar_reml() argument
20 _reml_mtd = reml_mtd; in fit_bivar_reml()
H A Dest_hsq.cpp35 void gcta::set_reml_mtd(int reml_mtd) in set_reml_mtd() argument
37 _reml_mtd = reml_mtd; in set_reml_mtd()
171 …sage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, int MaxIter, vec… in fit_reml() argument
173 _reml_mtd = reml_mtd; in fit_reml()