cost_coupled_onestep {biogrowth}R Documentation

Residuals of the coupled Baranyi model

Description

Residuals of the coupled Baranyi model

Usage

cost_coupled_onestep(p, this_data, known)

Arguments

p

a numeric vector of model parameters. Must have entries logN0, logNmax, logC0, b and Tmin

this_data

a tibble (or data.frame) with three columns: logN (microbial concentration; in logCFU/TIME), temp the temperature and time the storage time

known

a numeric vector of known model parameters

Value

the vector of model residuals


[Package biogrowth version 1.0.6 Index]