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
I have found a couple problems that need to be addressed for distributional parameters.
Fitting character distributional parameters - See the second calibration example in example("fit_distr_params") where user specified distributional parameter sd_var received the default transformation but the variable name prevents values from being back transformed in the coefficient table.
This also affects setting priors on distributional parameters, see this vignette example here where my_var gets different transformations for each prior term in the objective function.
Missing prior location parameter - an absent location parameter for a prior on a parameter doesn't generate a warning or error. See example below. The objective function is missing this prior term but parameters beta and distr_params_sd_beta still show up in the coefficient table.
I have found a couple problems that need to be addressed for distributional parameters.
example("fit_distr_params")
where user specified distributional parametersd_var
received the default transformation but the variable name prevents values from being back transformed in the coefficient table.my_var
gets different transformations for each prior term in the objective function.beta
anddistr_params_sd_beta
still show up in the coefficient table.The text was updated successfully, but these errors were encountered: