Time series prediction: R nearly 1 but MSE very high
2 ビュー (過去 30 日間)
古いコメントを表示
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
2016 年 12 月 30 日
Don't think anybody could say anything at all meaningful w/o seeing the data and model...
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!