Skip to content

Commit 74913ed

Browse files
authored
Merge pull request #1330 from stan-dev/fix/diagnose-typo
Fix typo in output of bin/diagnose
2 parents eeb725d + f50298f commit 74913ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/cmdstan/diagnose.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ int main(int argc, const char *argv[]) {
203203

204204
std::cout << "Such high values indicate incomplete mixing and biased"
205205
<< " estimation." << std::endl
206-
<< "You should consider regularizating your model"
206+
<< "You should consider regularizing your model"
207207
<< " with additional prior information or a more"
208208
<< " effective parameterization." << std::endl
209209
<< std::endl;

src/test/interface/example_output/div.nom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Rank-normalized split effective sample size satisfactory for all parameters.
1515
The following parameters had rank-normalized split R-hat greater than 1.01:
1616
x[1], x[2], x[3], x[4], x[5]
1717
Such high values indicate incomplete mixing and biased estimation.
18-
You should consider regularizating your model with additional prior information or a more effective parameterization.
18+
You should consider regularizing your model with additional prior information or a more effective parameterization.
1919

2020
Processing complete.

src/test/interface/example_output/mix.nom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Rank-normalized split effective sample size satisfactory for all parameters.
1212
The following parameters had rank-normalized split R-hat greater than 1.01:
1313
mu[1], mu[2], sigma[1], theta
1414
Such high values indicate incomplete mixing and biased estimation.
15-
You should consider regularizating your model with additional prior information or a more effective parameterization.
15+
You should consider regularizing your model with additional prior information or a more effective parameterization.
1616

1717
Processing complete.

0 commit comments

Comments
 (0)