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
Hello,
I am trying to use PoiBin for a Maximun Likelihood estimation, but when the PMF is extremely small (e.g. e-15) it sometimes returns negative numbers. These generate an exception in most solvers
The text was updated successfully, but these errors were encountered:
sorry for the late reply. For such small numbers it may indeed be a precision issue. Would you have an example where you have encountered this problem?
Numbers around e-15 could be close to the machine limit of the floating numbers. You can check the smallest representable positive number using numpy.finfo like so:
Hello,
I am trying to use PoiBin for a Maximun Likelihood estimation, but when the PMF is extremely small (e.g. e-15) it sometimes returns negative numbers. These generate an exception in most solvers
The text was updated successfully, but these errors were encountered: