RSM Error Metrics

There are five error metrics available to assess the quality of a surrogate model in the Model tab of the Response Surface node. The commonly used metrics are defined below where ri is taken to be the response of the actual (full) model and fi is the response surface model evaluated at the ith (input) sample index ranging. In the following definitions, i is simply taken to range from 1 to n, however it should be noted that this range may be applied to either the complete dataset or the holdout data if cross-validation is being considered, see Model for more details.

Mean Squared Error

MSE=1ni=1n(rifi)2

Sum of Squared Error

SSE=i=1n(rifi)2

R squared

R2=1i=1n(rifi)2i=1n(rir¯)2

where

r¯=1ni=1nri

is the mean response.

L_infinity norm

L=max|rifi|max|ri|

L_1 norm

L1=i=1n|rifi|i=1n|ri|

L_2 norm

L2=i=1n(rifi)2i=1nri2