Progress-viewer window of system identification meaning

5 visualizaciones (últimos 30 días)
Raymond Wong
Raymond Wong el 9 de Dic. de 2021
Respondida: Aiswarya el 12 de Abr. de 2024 a las 6:26
Hi, I'm using system identification toolbox, but I'm a bit confused with the progress-viewer window. I mark them with the red rectangular. For iteration and cost, it's easy to understand, but for the rest of them, I don't understand, and I fail to find them in documentation. Could someone please help to explain them?

Respuestas (1)

Aiswarya
Aiswarya el 12 de Abr. de 2024 a las 6:26
Hi Raymond,
The progress-viewer window in the image attached seems to be rendered improperly and the fields in the report should be 'Norm of step', 'First-order optimality', 'Improvement Expected', 'Improvement Achieved' and 'Bisections'. An example of the progress-viewer report and its contents is shown in the following example: https://www.mathworks.com/help/ident/ug/data-and-model-objects-in-system-identification-toolbox.html?searchHighlight=progress-viewer&s_tid=srchtitle_support_results_21_progress-viewer#d126e18955.
The report shows values for each iteration until the termination condition is reached. The fields in the report are same as sys.Report.Termination fields, where 'sys' is an "idpoly" object for the model which can be obtained using estimation commands such as 'polyest' function. You can refer to details about the Termination structure given as an attribute of the 'sys' object in the following documentation: https://www.mathworks.com/help/ident/ref/oe.html?searchHighlight=sys.Termination&s_tid=srchtitle_support_results_8_sys.Termination#mw_d084b0be-8be4-452c-a12c-015131387264. While this structure contains the field values after the termination, the report shows the value for each of these fields in each iteration.
Hope this helps!

Categorías

Más información sobre Linear Model Identification en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by