diff options
author | xiangzhou | 2014-09-20 11:51:03 -0400 |
---|---|---|
committer | xiangzhou | 2014-09-20 11:51:03 -0400 |
commit | 1f35ffa0806f5f0d70f31f3894cfd1ef816c2fdb (patch) | |
tree | 2dc0724fd56152b9d174c4aa5c2562a72d042d59 /vc.h | |
parent | 05307b545d60931d265f0c81c0ed67b97321e076 (diff) | |
download | pangemma-1f35ffa0806f5f0d70f31f3894cfd1ef816c2fdb.tar.gz |
version 0.95alpha
Diffstat (limited to 'vc.h')
-rw-r--r-- | vc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,7 @@ class VC { public: // IO related parameters string file_out; + string path_out; vector<double> v_sigma2; vector<double> v_se_sigma2; @@ -72,6 +73,7 @@ public: // Main functions void CopyFromParam (PARAM &cPar); void CopyToParam (PARAM &cPar); + void CalcVChe (const gsl_matrix *K, const gsl_matrix *W, const gsl_vector *y); void CalcVCreml (const gsl_matrix *K, const gsl_matrix *W, const gsl_vector *y); }; |