필터 지우기
필터 지우기

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