J {infoDecompuTE} | R Documentation |
Identity Matrix Minus Averaging Matrix
Description
Construct a square matrix which the identity matrix minus the averging matrix.
Usage
J(n)
Arguments
n |
a numeric describes the dimension of the square matrix. |
Value
This function return a square matrix which the identity matrix minus the averaging matrix.
Author(s)
Kevin Chang
Examples
J(10)
[Package infoDecompuTE version 0.6.2 Index]