Command in Script for Data Comparison

2 vues (au cours des 30 derniers jours)
Lasfitri Rosanty Sinaga
Lasfitri Rosanty Sinaga le 30 Juin 2021
Hi Everyone,
I need really help.
I have already command in Script for Fit Data (Parameterfitting the model and data) by multiple parameter-fitting (n>1) and now I want to compare the identified model to measured data so I can get any values such as RMSE, AIC and BIC through the same command window. Usually I use the Task Data Comparison in the Fit Data-Tool using Simbiology, but I want to apply this through the script.
Would you mind helping me to find which command should I write on the script to implement the Task Data Comparison in so I can get the value such as RMSE, AIC and BIC?
Thank you in advance.

Réponse acceptée

Arthur Goldsipe
Arthur Goldsipe le 30 Juin 2021
Hi,
Are you using the functions sbiofit or sbiofitmixed? If so, you will find RMSE, AIC, and BIC as properties on the first output returned from these functions. Specifically, AIC and BIC are the names of properties on this object. For results form sbiofit, MSE is the name of the relevant property. For sbiofitmixed, you can look at resultsObject.stats.rmse. You can read more about these results objects on their reference pages (NLMEResults for sbiofitmixed and LeastSquaresResults for sbiofit).
-Arthur
  1 commentaire
Lasfitri Rosanty Sinaga
Lasfitri Rosanty Sinaga le 20 Juil 2021
This is literally a big help. Thank you very very much for your answer!
_Lasfitri

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Import Data dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by