Calculate theoretical yield infimum
calculate_yield_infimum(
type = c("estimate", "lower", "upper"),
general_fit_coeffs,
general_fit_var_cov_mat = NULL,
conf_int = 0.95
)Numeric value of yield infimum.
Type of yield calculation. Can be "estimate", "lower", or "upper".
Generalised fit coefficients matrix.
Generalised variance-covariance matrix.
Curve confidence interval, 95% by default.