Page 1 of 1

Non-integer Poisson Warning

Posted: Fri Jun 20, 2025 5:37 pm
by aliakhavan89
This is a Lotka-Volterra model with an over-dispersed Poisson as payoff (I've shared a version of this model earlier). What does Vensim do when the event data is non-integer? I get these warnings at the very end of the estimation log:
Screenshot 2025-06-20 at 1.19.59 PM.png
Screenshot 2025-06-20 at 1.19.59 PM.png (703.93 KiB) Viewed 91 times
Thank you!

Re: Non-integer Poisson Warning

Posted: Fri Jun 20, 2025 8:36 pm
by tomfid
It still computes the payoff; fortunately that works because it uses the LogGamma function as a continuous generalization of factorial. Should be harmless, though perhaps we should suppress excessive warnings.

Re: Non-integer Poisson Warning

Posted: Sat Jun 21, 2025 4:33 pm
by aliakhavan89
I understand it now. Thanks a lot for the clarification!