Clear Filters
Clear Filters

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

1 view (last 30 days)
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 Comments
John BG
John BG on 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 on 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...

Sign in to comment.

Accepted Answer

s.p4m
s.p4m on 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.

More Answers (0)

Categories

Find more on Linear Model Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!