ab2phth {perARMA} | R Documentation |
Fourier representation of real matrix
Description
The function ab2phth
transforms an input matrix
a
of size containing the sine and cosine
coefficients in the real Fourier series representation,
to the
output matrix
phi
according to
for
and
.
The inverse transformation is implemented in
phth2ab
function.
Usage
ab2phth(a)
phth2ab(phi)
Arguments
a |
matrix of |
phi |
matrix of |
Value
martix phi
or a
for ab2phth
or phth2ab
, respectively.
Author(s)
Harry Hurd
See Also
makepar
, makeparma
, parma_ident
Examples
m=matrix(seq(0,11),3,4)
ab<-ab2phth(m)
phi=ab$phi
phth2ab(phi)
[Package perARMA version 1.7 Index]