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
The draft PR #453 which recreates some analysis features of primarycensoreddist, but has run into problems due to numerical stability problems with taking AD through censored_pmf function.
Change the integration problem into an IVP problem and solve using an ODE solver; this might be better in terms of getting gradients since adjoint methods are important in ODE problems.
The text was updated successfully, but these errors were encountered:
The draft PR #453 which recreates some analysis features of
primarycensoreddist
, but has run into problems due to numerical stability problems with taking AD throughcensored_pmf
function.A series of methods to try and address this:
Integrals.jl
so we can try more methods. #459censored_pmf
to promote grad stability. #460The text was updated successfully, but these errors were encountered: