Lecture 4 Flashcards

1
Q

Model Comparison: Which model would you trust more?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

R², AIC, and Model Fitting

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Calibration in Models

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why Calibration is Needed

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Parameter Sensitivity

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Calibration Techniques

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Measurement of Deviation

What are the key metrics used to measure deviation in model performance?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Mean Absolute Error (MAE)

What does it represent?

A
  • MAE takes the absolute value of errors, treating all errors equally.
  • RMSE squares the errors, penalizing larger errors more heavily.

Interpretation:

  • MAE gives the average size of the error in the same units as the data.
  • RMSE emphasizes larger deviations, making it more sensitive to outliers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Mean Absolute Percent Error (MA%E)

What does it indicate?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Root Mean Square Error (RMSE)

what does it emphasize?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Allometric Relationships

A

Power laws describe how one variable changes as a power of another. They are fundamental in understanding relationships across a wide range of natural and human systems, from metabolic rates to city sizes and wealth distributions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Automatic Calibration Algorithms

A

“minima” is desirable in this context because it represents the point at which the Residual Sum of Squares (RSS) is minimized.

  • The global minimum is the point where RSS is minimized across the entire parameter space, resulting in the best possible model fit.
  • A local minimum, however, might trap the optimization process if the algorithm converges there, leading to suboptimal parameter values and a less accurate model.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Nash-Sutcliffe Efficiency

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Model Optimization

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Efficiency and Model Usefulness

17
Q

What is the purpose of calibration?

A

To adjust parameters to minimize the difference between model predictions and observed data.

18
Q

What steps are involved in calibration?

A
  • Choose initial parameter values.
  • Iteratively adjust parameters to minimize errors.
  • Evaluate the fit using metrics like R-squared and RMSE.
19
Q

What is cross-validation?

A

A method that divides datasets into training and testing subsets for evaluation.

20
Q

What is k-fold cross-validation?

A

A repeated cross-validation process that reduces bias and improves reliability.