| dmgfd_fit_single_fallback | R Documentation |
Fit single-curve fallback
dmgfd_fit_single_fallback(
method,
x,
y,
x_pred,
fixed_a_value = NA_real_,
fix_a_to_observed_max = FALSE,
start_value_double_gompertz_parameters,
start_value_double_richards_parameters
)
method |
Original double method. |
x |
Observed season-day values. |
y |
Observed cumulative growth values. |
x_pred |
Prediction season-day values. |
fixed_a_value |
Optional fixed asymptote. |
fix_a_to_observed_max |
Logical fixed-asymptote flag. |
start_value_double_gompertz_parameters |
Double-Gompertz starts. |
start_value_double_richards_parameters |
Double-Richards starts. |
List with pred and params.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.