nlmixr2 / rxode2

rxode2
https://nlmixr2.github.io/rxode2/
GNU General Public License v3.0
30 stars 7 forks source link

Handle logit/expit probit/probitInv at boundaries similar to `log` #796

Closed mattfidler closed 1 month ago

mattfidler commented 1 month ago
log(0)
#> [1] -Inf
log(-1)
#> Warning in log(-1): NaNs produced
#> [1] NaN

Created on 2024-09-25 with reprex v2.1.1