Analysis of ARMA processes Flashcards

1
Q

time series interpretation

A

many different inputs concur to create a measurable output, but
- the inputs are not measurable
and/or
- each of them has a small influence on the output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to model a time series

A

white noise signal is used as a fictitious, un-measurable input for a Mathematical model that gives the output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

interpretation of the output

A

given N values of the output
{y(1), y(2), … , y(N)}
the interpretation is that these numbers are a finite realization of a stationary stochastic process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

def mean value of a ssp

A
ssp y(t)
my = E[y(t)]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

def covariance function of a ssp

A

ssp y(t)
γy(τ) = E[(y(t)-my)*(y(t-τ)-my)]
τ = 0, +-1, +-2,…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

properties of the covariance function

A

1) non-negativity:
γy(0) > = 0 (variance)

2) variance prevalence:
|γy(τ)| < = γy(0) for any τ

3) symmetry
γy(τ) = γy(-τ) (even function)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

def spectrum of a ssp

A

spectrum of a ssp y(t):
discrete Fourier transform of γy(τ):
Γy(ω) = Σ(τ=-inf,+inf) γy(τ)*e^-jωτ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

properties of the spectrum

A
  • real function of ω
  • non-negative function of ω
  • even function of ω
  • periodic function, with period 2pi
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how to obtain the covariance function from the spectrum

A

inverse discrete Fourier transform

γy(τ) = 1/2pi * int(-pi,pi) Γy(ω)*e^jωτ dω

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

def moving average process

A

A ssp is a moving average process of order n (MA(n)) if
y(t) = c0e(t) + c1e(t-1) + … + cn*e(t-n)
where
e ~ WN(0, λ^2)
c0, c1, … , cn are the coefficients
n is the order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

def auto-regressive process

A

A ssp is an auto-regressive process of order m (AR(m)) if:
y(t) = a1y(t-1) + a2y(t-2) + … + amy(t-m) + c0e(t)
where
e ~ WN(0, λ^2)
a1, a2,…, am, c0 are the coefficients
m is the order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

def ARMA process

A

A ssp is said an Auto Regressive Moving Average process of orders (m,n) (ARMA(m,n)) if
y(t) = a1y(t-1) + a2y(t-2) + … + amy(t-m) + c0e(t) + c1e(t-1) + … + cne(t-n)
where
e ~ WN(0, λ^2)
a1, a2,…, am, c0, c1, … , cn are the coefficients
(m,n) are the orders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

result on stationarity of a stochastic process

A

if y(t) is the output of a system with transfer function W(z), when the input is e(t):
y(t) is stationary if and only if
- e(t) is stationary
- W(z) is asymptotically stable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

general rules on stationarity of MA(n) and AR(m) processes

A

MA(n) processes are characterized by

  • n general zeros
  • n poles in the origin
  • > MA(n) processes are Always stationary

AR(m) processes are characterized by

  • m general poles
  • m zeros in the origin
  • > stationarity is not a priori guaranteed and it should be checked
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

result on the computation of the spectrum of a ssp

A
if v(t) is a ssp, W(z) is an as. stable system, the spectrum of the output y(t) is given byu:
Γy(ω) = Γv(ω) * |W(e^jω)|^2 for any ω app R
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Different equivalent descriptions of ARMA processes

A
  1. time domain (definition)
    y(t) = a1y(t-1) + a2y(t-2) + … + amy(t-m) + c0e(t) + c1e(t-1) + … + cne(t-n)
    e ~ WN(0, λ^2)
  2. transfer function
    y(t) = C(z) / A(z) * e(t)
  3. probabilistic domain
    my,
    γy(τ) τ = 0, +-1, +-2,…
  4. frequency domain
    my,
    Γy(ω) ω app R
17
Q

def stochastic process

A

A stochastic process (SP) is an infinite sequence of random variables, all defined on the same probabilistic space.

18
Q

def mean value of a stochastic process

A

m(t) = E[x(t,s)] = int(Π) x(t,s)pdf(s)ds
where Π is the probabilistic space
pdf(s) is the probability distribution of the random variables

19
Q

def covariance function of a stochastic process

A

γ(t1,t2) = E[ ( x(t1,s)-m(t1) ) * ( x(t2,s)-m(t2) ) ]

20
Q

def stationary stochastic process

A

A stochastic process is said to be stationary (in a wide-sense) if

1) m(t) = m for any t (the mean is a constant)
2) γ(t1,t2) depends only on τ=t1-t2 - > γ(τ)

21
Q

def white noise

A

A SSP x(t) is said to be a white noise if

1) E[x(t)] = μ
2) γ(0) = λ^2
3) γ(τ) = 0 for any τ != 0