Effacer les filtres
Effacer les filtres

I have 2 time series data, one is real data another is my plant model output, how can I calculate percentage of fitness?

1 vue (au cours des 30 derniers jours)
Hello Every body. I have two time series data, one is model output another one real datas, please guide me how it possible calculate fitness percentage? Best Regards.
  2 commentaires
John BG
John BG le 13 Sep 2016
do you want us to guess your data? or you would not mind making a sample available here, attach a sample to your question or to a comment
mostafa
mostafa le 14 Sep 2016
Hello, It is not require attach any files, you can suppose 2 time series data and suppose how it possible find fittness of them. It not require guess, just suppose...

Connectez-vous pour commenter.

Réponse acceptée

s.p4m
s.p4m le 14 Sep 2016
You could use the compare comand.
For example
[y,fit,x0] = compare(timeseries_real,timeseries_model);
fit should be the value you seek.

Plus de réponses (0)

Catégories

En savoir plus sur Linear Model Identification dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by