K {infoDecompuTE} | R Documentation |
Averaging Matrix
Description
Construct a n-by-n averaging matrix.
Usage
K(n)
Arguments
n |
a numeric describes the dimension of the averaging matrix. |
Value
This function returns a n \times n
square matrix with all
elements equal 1/n.
Author(s)
Kevin Chang
References
John J, Williams E (1987). Cyclic and computer generated Designs. Second edition. Chapman & Hall.
Examples
K(10)
[Package infoDecompuTE version 0.6.2 Index]