Skip to content

Commit

Permalink
Merge pull request #854 from jachymb/patch-1
Browse files Browse the repository at this point in the history
Fix typo in cholesky_factor_cov type name
  • Loading branch information
bob-carpenter authored Jan 20, 2025
2 parents fff7a54 + aec78ea commit ea35854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stan-users-guide/complex-numbers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ can be expressed as follows.
```stan
complex z;
vector[2] mu;
cholesky_cov[2] L_Sigma;
cholesky_factor_cov[2] L_Sigma;
// ...
[get_real(z), get_imag(z)]' ~ multi_normal_cholesky(mu, L_Sigma);
```
Expand Down

0 comments on commit ea35854

Please sign in to comment.