GMRESm
GMRESm, or Generalized Multivariate Residual Error Sum of Squares, is a statistical method used to assess the fit of a model in the context of multivariate regression analysis. It is an extension of the traditional residual sum of squares (RSS) used in univariate regression, adapted to handle multiple dependent variables simultaneously.
In multivariate regression, the goal is to model the relationship between a set of dependent variables and
The formula for GMRESm is as follows:
GMRESm = Σ(i=1 to n) Σ(j=1 to m) (Yij - Ŷij)^2
- n is the number of observations,
- m is the number of dependent variables,
- Yij is the observed value of the jth dependent variable for the ith observation,
- Ŷij is the predicted value of the jth dependent variable for the ith observation.
A smaller GMRESm value indicates a better fit of the model to the data, as it implies
GMRESm is a useful tool for comparing the fit of different models in multivariate regression analysis,