The class Combined1c
defines the the residual error variance according
to the formula g(sigma_inter, sigma_slope, c_error, f(x, theta)) = sigma_inter + sigma_slope*f(x,theta)^c_error).
Combined1c objects
are typically created by calls to {Combined1c}
and contain the following slots that are heritated from
the class ModelError:
.Object
:An object of the class ModelError
sigma_inter
:A numeric value giving the sigma inter of the error model.
sigma_slope
:A numeric value giving the sigma slope of the error model.
c_error
:A numeric value giving the exponant c of the error model.