Introduction

The goal of this course is to provide a framework for black-box modelling of I/O dynamical systems and time series. In engineering you usually start from principles and obtain the model. Here we use the data as a source for information to build the model

Stochastic process

The purpose of making predictions/identification on the future behavior of a signal requires taking into account the uncertainty in the model. This leads us to the need for a new concept, the stochastic process , which extends the concept of random variables to signals.

A stochastic process is a infinite sequence of random variables that depend on the outcome of a random experiment.

In this context is important to refresh this stuff:

  • Mean: . Key property of expected value
  • Variance:
  • Covariance:

The covariance function is a useful statistical measure that indicates how two samples of the same stochastic process change together (“covary”). If (for example) the SP is periodic the correlation is very high. Remember also that the covariance between two functions is:

While the formula to compute the correlation function is:

We will focus on Stationary Stochastic Process () which have the following characteristics:

  • “any realization will be a constant outcome”

  • depends only on and can therefore be indicated with . This basically means “it’s not important when you take the samples but only the absolute shift between the two”. Also (always if is stationary) the covariance has these proprieties:

    • positivity
    • not increasing
    • even

To recap the property about eh : the properties of a don’t depend on time . In other words, what happens at time is representative also of what happens at time (no probabilistic difference).

White noise

A White Noise () is a with for all .

A is an unpredictable signal meaning that there is NO CORRELATION between and . Usually, a is defined as . Having them with zero-mean is not mandatory.

The fact that the covariance function is zero everywhere except for the origin is another way to say that the past is not informative to know the future (whiteness property). We will use white noise to represent uncertainty in the model.

Unpredictable by definition.