Description Usage Arguments Value
View source: R/find_best_curve.R
Given a set of possible parameters for the gompertz curve, finds the best candidate, which is the one with the minimal sum of least squared residuals
1 | find_best_curve(grid, obs, parallel = T)
|
grid |
A tibble returned from |
obs |
A vector of observed deaths |
parallel |
Logical. If true, uses parallel processing for speed up. |
A named vector of three values: lamba, mu and a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.