|
Chapter Contents |
Previous |
Next |
| Language Reference |
computes the generalized inverse
where matrix is a numeric matrix or literal.
The GINV function creates the Moore-Penrose generalized inverse of matrix. This inverse, known as the four-condition inverse, has these properties:
If G = GINV(A) then
Least-squares regression for the model

b=ginv(x)*y;as the estimate of
Projection matrices can be formed by specifying GINV(X)*X (row space) or X*GINV(X) (column space).
See Rao and Mitra (1971) for a discussion of properties of this function.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.