Time series prediction: R nearly 1 but MSE very high

2 ビュー (過去 30 日間)
Tascha
Tascha 2016 年 12 月 29 日
回答済み: Greg Heath 2016 年 12 月 31 日
Hi,
I am trying to predict future outcome of a nonlineare function using NARX.
My Regression R values are all very close to 1. 0.9998 0.9997 0.997 ....
Although my MSE values are very high, they arer about 10364
The average number of the outputs is: 5600
Thanks a lot!
  1 件のコメント
dpb
dpb 2016 年 12 月 30 日
Don't think anybody could say anything at all meaningful w/o seeing the data and model...

サインインしてコメントする。

採用された回答

Greg Heath
Greg Heath 2016 年 12 月 31 日
The relationship between R and MSE is
R = sqrt( 1 - MSE/mean(var(target',1)))
Therefore the conclusion is that the mean target variance is much greater than 10364
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by