AR Coeff Ph1=1.2;Phi2=-0.3TomDoan wrote:See page 195 of the reference manual (under FREQUENCY).
MA Coeff Theta1=-1.4, Theta2=0.5
I switch AR and MA coefficeints to get FFT of PSI(L) in yt=PSI(L)et
Code: Select all
frequency 1 512
compute scale=0.05^2/(2*%pi)
equation(noconstant, coeffs=||1.4,-0.5,-1.2,0.3||) arma y 2 2
trfunc(equation=arma) 1
set 1= %z(t,1)- %z(1,1)
cmult(scale=scale) 1 1
ctor 1 256
# 1
# result
Code: Select all
equation(noconstant, coeffs=||1.2,-0.3,-1.4,0.5||) arma y 2 2
@armaspectrum arma
but I understand the procedure more
Thank you for help.
ps: %Z(t, Source)