For each species, returns the rate at which food is not assimilated.
This is calculated as
$$U_i = (1 - \alpha_i) Q_i$$
where \(\alpha_i\) is the assimilation efficiency of species \(i\)
and \(Q_i\) is the consumption rate of species \(i\) (calculated with
getConsumption
).
See also
Other rate functions:
getConsumption()
,
getDietMatrix()
,
getEcotrophicEfficiency()
,
getGonadicProduction()
,
getM0B()
,
getM2B()
,
getMetabolicRespiration()
,
getOffspringProduction()
,
getProduction()
,
getReproductiveLoss()
,
getRespiration()
,
getSomaticProduction()
,
getTotalProduction()
,
getZB()