What is the cost function in the optimization problem of the pem and greyest functions for multiple outputs?

6 views (last 30 days)
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

Answers (1)

Rajiv Singh
Rajiv Singh on 6 May 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.

Categories

Find more on Linear Model Identification in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!