Home
last modified time | relevance | path

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

/dports/biology/gcta/gcta_1.26.0_src/
H A Dgcta.h97 void save_XMat(bool miss_with_mu, bool std);
200 …void std_XMat(MatrixXf &X, eigenVector &sd_SNP, bool grm_xchr_flag, bool miss_with_mu, bool divid_…
201 …popu_file, MatrixXf &X, eigenVector &sd_SNP, bool grm_xchr_flag, bool miss_with_mu, bool divid_by_…
202 void std_XMat_d(MatrixXf &X, eigenVector &sd_SNP, bool miss_with_mu, bool divid_by_std);
330 …void std_XMat_mkl(float* X, vector<double> &sd_SNP, bool grm_xchr_flag, bool miss_with_mu = false,…
331 …void std_XMat_d_mkl(float *X, vector<double> &sd_SNP, bool miss_with_mu = false, bool divid_by_std…
H A Dmkl.cpp75 void gcta::std_XMat_mkl(float *X, vector<double> &sd_SNP, bool grm_xchr_flag, bool miss_with_mu, bo… in std_XMat_mkl() argument
107 } else if (miss_with_mu) X[k] = 0.0; in std_XMat_mkl()
122 else if (miss_with_mu) X[k] = 0.0; in std_XMat_mkl()
128 void gcta::std_XMat_d_mkl(float *X, vector<double> &sd_SNP, bool miss_with_mu, bool divid_by_std) { in std_XMat_d_mkl() argument
164 } else if (miss_with_mu) X[k] = 0.0; in std_XMat_d_mkl()
H A Dpopu_genet.cpp294 …popu_file, MatrixXf &X, eigenVector &sd_SNP, bool grm_xchr_flag, bool miss_with_mu, bool divid_by_… in std_XMat_subpopu() argument
360 else if (miss_with_mu) X(i,j) = 0.0; in std_XMat_subpopu()
377 else if (miss_with_mu) X(i,j) = 0.0; in std_XMat_subpopu()
H A Ddata.cpp1485 void gcta::std_XMat(MatrixXf &X, eigenVector &sd_SNP, bool grm_xchr_flag, bool miss_with_mu, bool d… in std_XMat() argument
1511 else if (miss_with_mu) X(i,j) = 0.0; in std_XMat()
1526 else if (miss_with_mu) X(i,j) = 0.0; in std_XMat()
1532 void gcta::std_XMat_d(MatrixXf &X, eigenVector &sd_SNP, bool miss_with_mu, bool divid_by_std) in std_XMat_d() argument
1570 else if (miss_with_mu) X(i,j) = 0.0; in std_XMat_d()
1590 void gcta::save_XMat(bool miss_with_mu, bool std) in save_XMat() argument
1593 if ( (miss_with_mu || std) && _mu.empty()) calcu_mu(); in save_XMat()
1631 if (miss_with_mu) zoutf << _mu[_include[j]] << ' '; in save_XMat()
1646 if (miss_with_mu) zoutf << _mu[_include[j]] << ' '; in save_XMat()