Rdocumentation
powered by
Learn R Programming
infoDecompuTE (version 0.5.1)
mJ: Identity Matrix Minus Averging Matrix
Description
Construct a square matrix which the identity matrix minus the averging matrix.
Usage
mJ(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 averging matrix.
Examples
Run this code
mJ(
10
)
Run the code above in your browser using
DataLab