Home
last modified time | relevance | path

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

/dports/biology/gcta/gcta_1.26.0_src/
H A Doption.cpp99 …bool reml_flag = false, pred_rand_eff = false, est_fix_eff = false, blup_snp_flag = false, no_cons… in option() local
560 est_fix_eff = true; in option()
968 …if (est_fix_eff) cout << "Warning: the option --reml-est-fix option is disabled in this analysis."… in option()
1118 …n2, grm_cutoff, grm_adj_fac, dosage_compen, m_grm_flag, pred_rand_eff, est_fix_eff, reml_mtd, MaxI… in option()
1120 …en, grm_cutoff, grm_adj_fac, dosage_compen, m_grm_flag, pred_rand_eff, est_fix_eff, reml_mtd, MaxI… in option()
H A Dgcta.h109 …_grm_fac, int dosage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, …
120 …_grm_fac, int dosage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, …
243 …void reml(bool pred_rand_eff, bool est_fix_eff, vector<double> &reml_priors, vector<double> &reml_…
H A Dest_hsq.cpp171 …_grm_fac, int dosage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, … in fit_reml() argument
422 …reml(pred_rand_eff, est_fix_eff, reml_priors, reml_priors_var, prevalence, -2.0, no_constrain, no_… in fit_reml()
616 void gcta::reml(bool pred_rand_eff, bool est_fix_eff, vector<double> &reml_priors, vector<double> &… in reml() argument
654 if (est_fix_eff) _b = Xt_Vi_X_i * (Vi_X.transpose() * _y); in reml()
732 if (est_fix_eff) { in reml()
793 if (est_fix_eff) { in reml()
H A Dbivar_reml.cpp15 …_grm_fac, int dosage_compen, bool m_grm_flag, bool pred_rand_eff, bool est_fix_eff, int reml_mtd, … in fit_bivar_reml() argument
288 …reml(pred_rand_eff, est_fix_eff, reml_priors, reml_priors_var, prevalence, prevalence2, no_constra… in fit_bivar_reml()