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
When we test the analytical solutions in stan against their R equivalents we sometimes see NANs in the stan output that are 1 in the R output. This indicates some kind of overflow or boundary issue to me.
So far we have seen no evidence of this being an issue when fitting models indicating it might be related to our testing setup pushing towards extreme edge cases but regardless this needs investigation.
The text was updated successfully, but these errors were encountered:
Originally posted by @seabbs in #109 (comment)
When we test the analytical solutions in stan against their R equivalents we sometimes see NANs in the stan output that are 1 in the R output. This indicates some kind of overflow or boundary issue to me.
https://github.com/epinowcast/primarycensored/blob/main/tests/testthat/test-stan-primarycensored_analytical_cdf.R
So far we have seen no evidence of this being an issue when fitting models indicating it might be related to our testing setup pushing towards extreme edge cases but regardless this needs investigation.
The text was updated successfully, but these errors were encountered: