Non-integer Poisson Warning
-
- Senior Member
- Posts: 210
- Joined: Sun Oct 21, 2018 7:09 am
- Vensim version: DSS
Non-integer Poisson Warning
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:
Thank you!Re: Non-integer Poisson Warning
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.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
-
- Senior Member
- Posts: 210
- Joined: Sun Oct 21, 2018 7:09 am
- Vensim version: DSS
Re: Non-integer Poisson Warning
I understand it now. Thanks a lot for the clarification!