Learn R Programming

fda (version 6.2.0)

zerobasis: Orthonormal Matrix with Columns Summing to Zero

Description

The matrix is k by k-1, columns are orthonormal and sum to zero. This matrix is used when quantities are unchanged to adding a constant, such as in multinomial data modelling.

Usage

zerobasis(k)

Value

A k by k-1 matrix with orthonormal columns that sum to zero.

Arguments

k

A positive integer greater than one.

Details

There are many ways of generating these matrix. This functions uses the discrete Fourier series less the constant vector.

References

Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.

Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.

Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.

See Also

smooth.surp, eval.surp