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
* Minor updates to PG Sampler
1. Fixed when Design Matrix is initialized
2. Small bug of an empty inflationNodes
3. Added a warning for when infinite design matrix values are constructed.
* Annoying
I forgot to actually switch this one.
* Should be good.
* Inflation nodes fix
-when inflation nodes are computed (outside of check)
-error out if an infinite design matrix value is found on the first round.
stop("Infinite values constructed in the design matrix of the polyagamma sampler. Please consider scaling the covariate or providing the design matrix.\n")
0 commit comments