-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm confused again about the first model in the README. In particular, if I understand well, when you use mathexpr(), the distribution that is implicitly assumed is an exponential one right? In that case, that would be much nicer if we could write
"V -> IV" = exponential(beta * 0.3 * V * (I + IV) / N)
instead of
"V -> IV" = mathexpr(beta * 0.3 * V * (I + IV) / N)
And, again, I don't think we need mathexpr() and constant() in this package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels