A stochastic process is a sequence of random variables indexed by set A, . We can get creative with set A, in a Time series it will be time but in a poisson process it can take a ‘spatial meaning. The set A gives the sequence structure through the mathematical structures in the set A such as ordering, closures, etc.

Examples of stochastic processes:

  • Markov Chain
  • Martingale
  • Poisson Process
  • Time series
  • Empirical Process
  • Brownian Motion

A probability distribution over a space of paths. It is easier to do some math with this definition. Here, the graph of a stock evolution is just one realization of the paths random variable. Note that in practice we may not have the joint distribution for real world time series data but we can construct things like random walks from known joint normals.

The goal of studying stochastic processes is to observe the past up to time and be able to make an intelligent prediction about the process in the future. Depending on the process this can be trivial or impossible and anywhere in between.

If our stochastic process is:

It is trivial to predict the future from the past if my stochastic process is:

If our stochastic process is:

Even with randomness introuduced, we can still describe the exact evolution of in this case if we know just one realization of . This is because the sp is dependent.

Here the past can tell us nothing about the future because the sp is random and independent.

In the study of sp’s we are interested in three types of questions:

  • What are the dependencies in the sequence of value? (ie. will knowing the past will help me predict the future
  • What is the long term behaviour? Does the sequence converge to something or just bounce around. Law of large numbers and CLT.
  • What are the boundary events? Events of interest to me, like how often does a stock drop by 10pts.

Discrete

Discrete time stochastic process: at discrete times we observe the respective stock prices .

independence

Any discrete time stochastic process with independent components satisfies the memory-less property.

Proof:

Continuous

Continuous time stochastic process: for continuous we have is a function with solid lines (does not have to be continuous itself though). Can’t express continuity in computers because we can’t express sets of infinite cardinalities, like subsets of the real line, with finite resources.

Multivariate