Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make a diagnositc class #341

Open
shajoezhu opened this issue Jan 4, 2021 · 0 comments
Open

make a diagnositc class #341

shajoezhu opened this issue Jan 4, 2021 · 0 comments

Comments

@shajoezhu
Copy link
Member

Take out from DEploidIO

// Diagnostics
double maxLLKs_;
void setmaxLLKs ( const double setTo ) { this->maxLLKs_ = setTo; }
double meanThetallks_;
void setmeanThetallks ( const double setTo ) { this->meanThetallks_ = setTo; }
double meanllks_;
void setmeanllks ( const double setTo ) { this->meanllks_ = setTo; }
double stdvllks_;
void setstdvllks ( const double setTo ) { this->stdvllks_ = setTo; }
double dicByTheta_;
void setdicByTheta ( const double setTo ) { this->dicByTheta_ = setTo; }
double dicByVar_;
void setdicByVar ( const double setTo ) { this->dicByVar_ = setTo; }
double acceptRatio_;
void setacceptRatio ( const double setTo ) { this->acceptRatio_ = setTo; }

also see #296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant