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
Currently our framework sets their initial value via prior_none() which then uses Stans default process of drawing an initial value from a Uni(-2, 2) distribution.
prior_none() is required in order to get the current code to create an initial value without inserting an additional prior Stan statement. Potentially as a future improvement it would be good to remove prior_none() entirely and enable an additional argument to suppress inclusion of the Stan code from the existing prior_x() functions so that you can set initial values more easily.
The text was updated successfully, but these errors were encountered:
Several parameters have their distributions fixed via the hierarchical distribution for example:
Currently our framework sets their initial value via
prior_none()
which then uses Stans default process of drawing an initial value from aUni(-2, 2)
distribution.prior_none()
is required in order to get the current code to create an initial value without inserting an additional prior Stan statement. Potentially as a future improvement it would be good to removeprior_none()
entirely and enable an additional argument to suppress inclusion of the Stan code from the existingprior_x()
functions so that you can set initial values more easily.The text was updated successfully, but these errors were encountered: