Time series prediction: R nearly 1 but MSE very high

1 visualizzazione (ultimi 30 giorni)
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 Commento
dpb
dpb il 30 Dic 2016
Don't think anybody could say anything at all meaningful w/o seeing the data and model...

Accedi per commentare.

Risposta accettata

Greg Heath
Greg Heath il 31 Dic 2016
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

Più risposte (0)

Categorie

Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by