Chapter 7 Flashcards
What is model verification?
MV is the process of confirming that the model implements the assumptions of the conceptual model correctly so that the model is a truthful representation of the theoretical abstraction of the system and the mathematical formulation used to describe it.
What is meant by modularity?
Modularity is the degree to which a system’s components may be separated and recombined, with the benefit of reducing complexity by breaking the system into smaller interrelated compartments.
What else can be done to reduce error?
- structured walk-through to see if the modeller understands moel correctly
- preparing documentation
What is degeneracy testing?
Degeneracy testing consists of checking that the model works for the extreme values of the parameters.
Why are model outputs subject to uncertainties and imprecisions?
- models are simplification of real systems
- there are errors and approximations associated with input data
- input data errors and errors in the model’s structure often interact
What is sensitivity analysis?
Sensistivity analysis allows exploring and quantifying the changes in model output values resulting from changes in model input parameters.
How does uncertainty analysis differ from sensitivity analysis?
Uncertainty analyses make use of probabilistic descriptions of model inputs to derive probability distributions of model predictions.
Uncertainty describe the range of potential outcomes with their associated probability of occurrance.
What are the types of uncertainty?
Knowledge uncertainty:
1. Structural uncertainty - imperfect representation of the process
2. Parameter uncertainty - imperfect knowledge of parameter values
What are random variables?
Variables that cannot be predicted 100% sure. The probability can be described by a probability distribution.
What equation describes sensitivity analysis?
SI = [Y(P_0 + delta_P) - Y(P_0 - delta_P)]/2delta_P
Y= output variable
P= input parameter
SI= sensitivity index
What equation describes elasticity index?
EI_PY = (P_0 / (Y (P_0)))*SI_PY
Elasticity analysis measures the relative change in output Y for a relative change in input P.
What is an assumption of sensitivity analysis?
That the parameter sets are independent
What is model calibration?
Calibration is the step that connects the model with the studied system. Once data is available and model structure has been defined, calibration involves the identification of parameter values.
What is over and underfitting?
When a model is overfitted its prediction follows a particular set of data closely and may fail to fit additional data or predict future observations correctly. Parameter estimation and model evaluation should be separate and independent.
What are identifiable and non identifiable models?
Identifiable models are models which parameters can all be uniquely identified.
Unidentifiable models are models in which at least one parameter is nonidentifiable.