Closed rosskempner closed 3 years ago
hi @paul-buerkner, do you need more information for this post to be helpful? If so please let me know.
Also, please note that I sent this over to the bayesplot issue forum and they sent me to you, since they believe this was an issue in brms before it gets to bayesplot.
Thank you! I get what the problem is. The error is not a bug but the error message is not helpful. Basically, it should say, that posterior predictions for this model cannot be evaluated.
Got it thanks! might that be due to NA values due to too wide parameters or values less than zero.
What are some things we need to watch out for with the exguassian()?
The reason is simply that the quantile function of the exgaussian is non-analytical (to my current knowledge) and hence we have no qexgaussian
function, which is required for truncation evaluation.
This makes sense, since without truncation pp_check() works. Does this imply that we can not use truncation feature with exgaussian()?
Just not posterior_predict in the truncated exgaussian case.
Am Mo., 23. Nov. 2020 um 14:27 Uhr schrieb rosskempner < notifications@github.com>:
This makes sense, since without truncation pp_check() works. Does this imply that we can not use truncation feature with exgaussian()?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/paul-buerkner/brms/issues/1046#issuecomment-732161191, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCW2AB4OT356RBPCFIYM6TSRJPL3ANCNFSM4T6ED4TQ .
thanks!
posterior_predict with exgaussian should now work as brms will now use (slow but working) rejection sampling when the quantile function is unavailable.
Hello, I am fitting an exgaussian() model and experiencing an issue when it comes to using pp_check() on the brmsfit.
The fitting process works, plotting works and summary on the brms fit object works but an error comes at pp_check, Below is the error message :
Operating System: MAC OS Catalina brms Version: 2.14.0++