Skip to content

Notations on transitions #24

@choisy

Description

@choisy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions