Jn {DCCA} | R Documentation |
Creates a n
by n
lower triangular matrix with all non-zero entries equal to one.
Jn(n = 2)
n |
number of rows and columns in the J matrix. |
an n
by n
lower triangular matrix with all non-zero entries equal to one. This is an auxiliary function.
J = Jn(n = 3)
J