What is the cost function in the optimization problem of the pem and greyest functions for multiple outputs?
Ältere Kommentare anzeigen
Hi,
I am using the greyest and pem command of the System Identification Toolbox and I am wondering what the cost function in the optimization problem is for multiple outputs.
In general it is 1/2(e^TM^-1e) with M a symmetric weighing matrix. I assume the weighing matrix is in these cases, the identity matrix. Is that correct?
Thank you
Antworten (1)
Rajiv Singh
am 6 Mai 2013
0 Stimmen
The weighting matrix by default is inverse of noise variance which is simultaneously estimated along with the model parameters. If you set the OutputWeight estimation option (see greyestOptions) to eye(ny), where ny is number of outputs, the weighting becomes fixed to Identity matrix.
Kategorien
Mehr zu Linear Model Identification finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!