Tuning of box jenkins model parameters to improve accuracy

1 visualización (últimos 30 días)
John
John el 11 de Mzo. de 2024
Respondida: Sumukh el 23 de Ag. de 2024
i am using bj function to identify my system using
sys = bj(data, nb, nc, nd, nf, nk);
after getting reduced order model using Akaike information criteria AIC, i am unable to achieve accurate results.
Is there any method to "tune the model parameters of bj model to improve the accuracy of the model fit, as we manaually tune the parameters in OE and ARX model.

Respuestas (1)

Sumukh
Sumukh el 23 de Ag. de 2024
Hi John,
The model obtained from “bj” function can be tuned in the same way as the models obtained from “oe” and “arx” functions. The “bj” model returns a “idpoly” object that has the “Fit” struct present in its “Report” property. This provides a quantitative assessment of the model estimated. This can be used to iteratively tune the options passed to the “bj” function, such as the parameters in the array “[nb nc nd nf nk]” and the initial system parameter “init_sys”, to improve the accuracy of the model obtained. You can refer to the following documentation to learn more about the “bj” function input arguments:
Additional estimation options can be passed to the “opt” input argument as “bjOptions” option to further improve the accuracy of the estimated model. You can find more about the various options available here:
I hope this helps with improving your model accuracy.

Categorías

Más información sobre Biotech and Pharmaceutical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by