dmgfd_fit_single_fallback: Fit single-curve fallback

dmgfd_fit_single_fallbackR Documentation

Fit single-curve fallback

Description

Fit single-curve fallback

Usage

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
)

Arguments

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.

Value

List with pred and params.


dendRoAnalyst documentation built on May 20, 2026, 5:07 p.m.