Check if estimated parameter vector is within reasonable bounds. Check the Beta bounds that depend on uncertainty: outside if (beta > 100 and sdBeta >= beta)

LRC_isParameterInBounds(theta, sdTheta, RRefNight, ctrl)

Arguments

theta

numeric vector of parameters

sdTheta

numeric vector of standard deviation of parameters

RRefNight

numeric scalar: night-time based estimate of basal respiration

ctrl

list of further controls

Value

logical scalar: TRUE if parameters are within bounds, FALSE otherwise