Description Usage Arguments Value
Calculates the MSE between vectors after scaling them. Beware that this error measure is invariant to scaling with negative constants, i.e. the multiplicative inverse of the true functions also receives an error of 0. See http://www2.cs.uidaho.edu/~cs472_572/f11/scaledsymbolicRegression.pdf for details.
1 | smse(x, y)
|
x |
A numeric vector or list. |
y |
A numeric vector or list. |
The NMSE between x
and y
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.