Description Usage Arguments Value Examples
View source: R/ErrorMeasures.R
NMSE = 1/n (∑_{t=0}^{n} (y_t-y_hat_t)^2)/(var(y_t))
1  | 
y | 
  | 
y_hat | 
  | 
normalizing_variance | 
  | 
result_type | 
  | 
According to the value of result_type:
measure -> NMSE computed according to the formula
raw -> Vector containing one NMSE for each time step
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.