Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Mar 16, 2021
1 parent 492229f commit 4aac038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmdstan/diagnose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int main(int argc, const char *argv[]) {
std::cout << bad_rhat_names.back() << std::endl;

std::cout << "Such high values indicate incomplete mixing and biased"
<< "estimation." << std::endl
<< " estimation." << std::endl
<< "You should consider regularizating your model"
<< " with additional prior information or a more"
<< " effective parameterization." << std::endl
Expand Down
2 changes: 1 addition & 1 deletion src/test/interface/example_output/mix.nom
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Such low values indicate that the effective sample size estimators may be biased

The following parameters had split R-hat greater than 1.05:
mu[1], mu[2], theta
Such high values indicate incomplete mixing and biasedestimation.
Such high values indicate incomplete mixing and biased estimation.
You should consider regularizating your model with additional prior information or a more effective parameterization.

Processing complete.

0 comments on commit 4aac038

Please sign in to comment.