What is the cost function in the optimization problem of the pem and greyest functions for multiple outputs?
3 Ansichten (letzte 30 Tage)
Ä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
0 Kommentare
Antworten (1)
Rajiv Singh
am 6 Mai 2013
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Correlation Models finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!