You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, mostly replacing separate declaration and assignment to a one-liner. I was aiming to get this fixed wherever we do this in the user guide but fixing it in any chapter would be more than welcome!
Summary:
Example: https://mc-stan.org/docs/2_26/stan-users-guide/QR-reparameterization-section.html
The transformed data could be rewritten from
to
So removing deprecated syntax and use shorter and cleaner sytnax where possible.
Essentialy what @andrjohns did in stan-dev/example-models#190.
This is a good issue for anyone looking to contribute but doesnt know where to start.
The text was updated successfully, but these errors were encountered: