フィルターのクリア

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 Center および File ExchangeLinear Model Identification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by