Questions: System Identification Using Least-Squares Methods

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An engineer applies least-squares system identification to a linear system, using a step-function input. The resulting H^T·H matrix is singular, making the normal equations unsolvable. What is the most likely cause?

AThe measurement noise is too high, corrupting H^T·H
BA step input is not persistently exciting — it only excites the DC (zero frequency) component and fails to probe the system's dynamic modes, making some columns of H linearly dependent
CThe model order is too low; adding more parameters would make H^T·H invertible
DThe sampling rate is too fast, causing aliasing that corrupts the regressor matrix
Question 2 Multiple Choice

You increase the regularization parameter λ in ridge regression from 0.01 to 10 for a system identification problem. What effect does this have?

AThe estimates become unbiased and the variance decreases — both improve simultaneously
BThe estimates become more biased (shrunk toward zero) but less sensitive to noise — a bias-variance tradeoff
CThe estimates become less biased and more sensitive to noise — trading variance for accuracy
DRegularization has no effect on bias; it only improves the numerical conditioning of H^T·H
Question 3 True / False

Least-squares system identification formulates the parameter estimation problem as an overdetermined linear system y ≈ Hθ, which typically has more equations than unknowns.

TTrue
FFalse
Question 4 True / False

If the system being identified is nonlinear, least-squares estimation will fail to produce any useful model.

TTrue
FFalse
Question 5 Short Answer

Why must the input signal be 'persistently exciting' for least-squares system identification to succeed, and what happens if this condition is violated?

Think about your answer, then reveal below.