K {infoDecompuTE} | R Documentation |
Construct a n-by-n averaging matrix.
K(n)
n |
a numeric describes the dimension of the averaging matrix. |
This function returns a n \times n
square matrix with all
elements equal 1/n.
Kevin Chang
John J, Williams E (1987). Cyclic and computer generated Designs. Second edition. Chapman & Hall.
K(10)