We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fit_method
probability_epidemic()
Follow up from #77 (comment).
At the moment probability_epidemic() proposes two methods to compute the probability: via optim() and via a grid search.
optim()
We should investigate and clarify what the cases where one is better the other is, and document it.
If one option is always better than the other (more performant & more accurate), then it should be presented as the only option to:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow up from #77 (comment).
At the moment
probability_epidemic()
proposes two methods to compute the probability: viaoptim()
and via a grid search.We should investigate and clarify what the cases where one is better the other is, and document it.
If one option is always better than the other (more performant & more accurate), then it should be presented as the only option to:
The text was updated successfully, but these errors were encountered: