K: Averaging Matrix

Description Usage Arguments Value Author(s) References Examples

View source: R/K.R

Description

Construct a n-by-n averaging matrix.

Usage

1
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

1
K(10)

infoDecompuTE documentation built on April 14, 2020, 7:08 p.m.