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.
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 writeinstead of
And, again, I don't think we need
mathexpr()andconstant()in this package.