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

1 次查看(过去 30 天)
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 个评论
John BG
John BG 2016-9-13
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 2016-9-14
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...

请先登录,再进行评论。

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Model Identification 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by