Main Content

Error Models

SimBiology® supports the error models described in the following table. For instance, if you assume every observation has a constant amount of noise, use the constant error model, which is the default. Instead, if you assume the error is proportional to the response data, then the proportional error model might be more appropriate.

Error ModelMathematical RepresentationStandard Deviation of Error Model
constant (default)y=f+aεa
proportionaly=f+b|f|ε b|f|
combinedy=f+(a+b|f|)εa+b|f|
exponentialy=fexp(aε) or equivalently,ea21*ea
log(y)=log(f)+aεa
Here, y is the response, f is the function value, ɛ is a standard mean-zero and unit-variance (Gaussian) variable, and a and b are error parameters. For instance, if you assume the error is approximately 5% of each observation, use the proportional error model with b = 0.05. In SimBiology, f typically represents the simulation result.

Related Topics