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
ERROR: MethodError: no method matching __gamma_inc_inv(::ForwardDiff.Dual{...}, ::ForwardDiff.Dual{...}, ::Bool)
Is there somewhere an implementation for such a derivative ? I guess the routines for the inverse of the gamma incomplete function are based on numerical root finding, so it that even possible ?
The text was updated successfully, but these errors were encountered:
We could add a chain rule for the derivative with respect to the second argument, but ForwardDiff doesn't support ChainRules (unless you also import https://github.com/ThummeTo/ForwardDiffChainRules.jl, which we don't currently do here).
I am hitting the following issue :
Is there somewhere an implementation for such a derivative ? I guess the routines for the inverse of the gamma incomplete function are based on numerical root finding, so it that even possible ?
The text was updated successfully, but these errors were encountered: