Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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 comentarios
John BG
John BG el 13 de Sept. de 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 el 14 de Sept. de 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...

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Linear Model Identification 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