aboutsummaryrefslogtreecommitdiff
path: root/vc.h
diff options
context:
space:
mode:
authorxiangzhou2014-09-20 11:51:03 -0400
committerxiangzhou2014-09-20 11:51:03 -0400
commit1f35ffa0806f5f0d70f31f3894cfd1ef816c2fdb (patch)
tree2dc0724fd56152b9d174c4aa5c2562a72d042d59 /vc.h
parent05307b545d60931d265f0c81c0ed67b97321e076 (diff)
downloadpangemma-1f35ffa0806f5f0d70f31f3894cfd1ef816c2fdb.tar.gz
version 0.95alpha
Diffstat (limited to 'vc.h')
-rw-r--r--vc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vc.h b/vc.h
index aed5247..f34d72e 100644
--- a/vc.h
+++ b/vc.h
@@ -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);
};