Section 3 Flashcards
What is the difference between the Regression Equation and the Simulation Response?
Both equations are methods of predicting a models output, which is useful in measuring the accuracy of our parameter estimations.
The Regression Equation uses a real value of Y(k-1) so the prediction is only ever a single step.
The Simulation Response recursively uses the predicted values of Y(k-1). Any errors will propagate making the Simulation Response better for testing a model.
Define System Identification
Estimating the parameters; the order, the time delay, and model coefficients.
Define Responce Error
Responce Error is the difference between the real system responce to an input and the estimated model responce to the same input.
e(k) = y(k) - (estimated)y(k)
What is the Responce Error Cost Function?
The Responce Error Cost Function is a measure of the models accuracy compared to a real system.
J = The sum of Responce Error Squared for all values of k.
Numerical Optimisation is used to adjust model parameters to yeild a minimum cost function for Responce Error. What are the pitfalls of this approach?
- Requires computation resources/time
- It may yeild local minimum and not a global minimum value
- Requires initial conditions which may influence the solution.
How do you obtain the inverse of a matrix?
- Obtain the determinent
- Obtain the Cofactor Matrix
- Transpose the cofactor matrix
- Divide the transposed cofactor matrix by the determinent
What is the difference between Responce Error and Equation Error
Both are measures of the difference between a ‘real’ system responce and an estimated systems responce.
However Responce Error estimates the responce with a single step estimate (Regression Equation) whilst Equation Error estimates with Simulation Responce.
Responce Error Cost Functions can be optimised numerically (with a computer).
Equation Error Cost Functions can be analytically solved but noise results in biased parameter estimates.