Example NumMatrix makeGaussianMatrix 001
|
Notes and Hints Note, The Gaussian matrix contains one row for each independent variable and
an extra column for the dependent variable. Each cell in the Gaussian matrix
is the statistical cross correlation of the specified independent variable
(row index) with the specified correlation variable (col index). The final
column of the Gaussian matrix is the statistical cross correlation of the
dependent variable with each of the independent variables.
1 5 -3 3
9 5 -3 11
9 51 -3 57
2 11 -3 10)) Returns:
Returns:
Returns:
555.0 2776.0 -210.0 3121.0
-27.0 -210.0 45.0 -192.0 )
Here are examples of the makeGaussianMatrix function at work.
Matrix makeGaussianMatrix 001 | NumMatrix makeGaussianMatrix 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
makeGramMatrix(#void) | matrixGaussianEliminate(#void) | matrixGaussianSubstitute(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
NumMatrix
Integer
Analytic Information Server (AIS)AIS Component Systems
|