Chapter 6 Flashcards

1
Q

What are the for types of minima?

A
  • Global Minimum
  • Strict Global Minimum
  • Local Minimum
  • Strict Local Minimum
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three types of cost functions?

A
  • Linear
  • Quadratic
  • Non-Linear
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the four types of constraints?

A
  • Unconstrained
  • Non-Linear Equality Constr.
  • Non-Linear Inequality. Constr.
  • Box Constraints
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the feasible set in optimization?

A

The region where possible solutions may be found

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

What is the Newton Raphson Algorithm?

A

An iterative algorithm in optimization that solves the problem of non-linear equation resulting from the minimum gradient condition

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

What are limitations of the Newton Raphson Algorithm?

A
  • Assumes convexity of cost function
  • Strongly dependent on starting values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are possible remedies to limitations of Newton Raphson?

A

Step size control and BFGS Hessian approximation

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

What is output sensitivity?

A

The measure for the influence of a parameter on the model output

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

What are the Pros and Cons of Sensitivity Equations?

A

Pros:
- Exact, no mistakes
- Relatively fast

Cons:
- All analytical derivatives of mode have to be computed
- No differentiable functions
- Not flexible with change in model structure
- Decrease in computational time might be negligible for complex, non-linear system

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

What are the pros and cons of finite differences?

A

Pros:
- Flexible
- Easy to implement since no analytic derivatives need to be calculated

Cons:
- Inexact due to round off errors
- Big computational burden in case of many parameters
- Bad choice of perturbation error can deteriorate accuracy

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

What are the basic steps for implementing maximum likelihood methods?(5)

A
  1. Choose starting value
  2. Compute system response
  3. Compute residuals and residual covariance matrix
  4. Compute parameter update with one of the non-linear optimization algorithms
  5. Iterate until convergance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are three methods for computing parameter updates for maximum likelihood methods?

A

Output error method
Filter error method
Equation error method

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

What two things are used to maximize the maximum likelihood function?

A

Parameters and Residual Covariance Matrix

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

What is the iterative two step approach for maximizing the maximum likelihood function?

A

Optimize with parameters fixed

Optimize with residual covariance matrix fixed

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

What are the two approaches for computing output sensivtivities?

A
  • Finite difference approximations
  • Solutions to Sensitivity Equations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How are solutions to non-linear model equations computed?

A

Multi-step integration methods

17
Q

What are the assumptions of the output error method?

A
  • No process noise
  • Only additive, independent gaussian measurement noise
  • inputs are measurable without error, exogenous i.e. independent of system outputs ((no feedback controller!)) and sufficiently and adequately varied to excite the various modes of the dynamical system
18
Q

What kind of noise does the output error method consider?

A

additive, white, and Gaussian measurement noise

19
Q

What can be problematic for output error methods>

A

correlated parameters

data with significant process noise

20
Q

What are the assumptions for the equation error method?

A
  • inputs measurable without error
  • all states measurable without error
  • All state derivatives measurable with additive measurement noise
21
Q

What are the properties of system for equation error method?

A

It is NOT necessary to integrate any state equations; the problem becomes static!