Fractional Brownian motion

Fractional Brownian motion

A normalized fractional Brownian motion (denoted fBm) B^H(t) on [0,T] , Tin mathbb{R} is a continuous-time Gaussian process starting at zero, with mean zero, and having the following correlation function:

:E [B^H(t) B^H(s)] =frac{1}{2} (|t|^{2H}+|s|^{2H}-|t-s|^{2H}),

where H, called the Hurst index or Hurst parameter associated to the fractional Brownian motion, is a real number in [0,1] .

The value of H determines what kind of process the fBm is:
* if H=1/2, the process is in fact a regular Brownian motion;
* if H>1/2, the increments of the process are positively correlated;
* if H<1/2, the increments of the process are negatively correlated.

Properties

elf-similarity

The process is said to be self-similar, since in terms of distributions:::B^H(at)sim |a|^{H}B^H(t).

Stationary increments

It has stationary increments:::B^H(t) - B^H(s)sim B^H(t-s).

Long-range dependence

For H>1/2, the process exhibits long-range dependence, which means that ::sum_{n=1}^infty{E [B^H(1)(B^H(n+1)-B^H(n))] }=infty.

Regularity

Sample-paths are almost nowhere differentiable. Precisely, almost-all trajectories are Hölder continuous of any order strictly less than H : for each trajectory, there exists a constant c such that:: |B^H(t)-B^H(s)| le c |t-s|^{H-varepsilon}for any varepsilon >0.

Integration

As for regular Brownian motion, one can define stochastic integrals with respect to fractional Brownian motion, usually called "fractional stochastic integrals". In general though, unlike integrals with respect to regular Brownian motion, fractional stochastic integrals are not Martingales.

ample paths

Practical computer realisations of fBm can be generated, although obviously they cannot really be fractal. The sample paths chosen can be thought of as showing discrete sampled points on an fBm process. Three realisations are shown below, each with 1000 points of fBm with Hurst parameter 0.75.

Two realisations are shown below, each showing 1000 points of fBm, the first with Hurst parameter 0.95 and the second with Hurst parameter 0.55.

Method 1 of simulation :

One can simulate sample-paths of fBm as any Gaussian process of known covariance. Say we aim to have simulated values at t_1, cdots, t_n.

* Form the matrix Gamma=igl(R(t_i,, t_j), i,j=1,cdots,, nigr) where R(t,s)=(s^{2H}+t^{2H}-|t-s|^{2H})/2.

* Compute a square root of Gamma, say sigma. Use for instance the Cholesky decomposition method.

* Construct a vector of n numbers drawn according a standard gaussian distribution.

* Apply sigma to this vector yields a sample-path of fBm.

Method 2 of simulation :

It is also known that B^H(t)=int_0^t K_H(t,s)dB(s) where B is a standard Brownian motion and K_H(t,s)=frac{1}{Gamma(H+1/2)}(t-s)^{H-1/2};_2F_1(H-1/2;, 1/2-H;; H+1/2;, 1-t/s).See section on Euler Hypergeometric integral for the definition of _2F_1.

Say we want simulate fBm at points 0=t_0< t_1< cdots < t_n=T.

* Construct a vector of n numbers drawn according a standard gaussian distribution.

* Multiply it component-wise by sqrt(T/n) to obtain the increments of a Brownian motion on [0,T] . Denote this vector by (delta B_1, cdots, delta B_n).

* For each t_j, compute B^H(t_j)=frac{n}{T}sum_{i=0}^{j-1} int_{t_i}^{t_{i+1 K_H(t_j,, s), ds delta B_i.

The integral may be efficiently computed by Gaussian quadrature. Hypergeometric functions are part of the GNU scientific library .

See also

* Multifractal: The generalized framework of fBm.

References

:*Beran, J. (1994) "Statistics for Long-Memory Processes", Chapman & Hall. ISBN 0-412-04901-5.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • fractional Brownian motion — A biased random walk. Unlike Standard Brownian Motion, the odds are biased in one direction or the other. It is like playing with loaded dice. Bloomberg Financial Dictionary …   Financial and business terms

  • Geometric Brownian motion — A geometric Brownian motion (GBM) (occasionally, exponential Brownian motion) is a continuous time stochastic process in which the logarithm of the randomly varying quantity follows a Brownian motion, or a Wiener process. It is applicable to… …   Wikipedia

  • fractional noise — A noise which is not completely independent of previous values. See fractional Brownian motion, 1/f noise, white noise. Bloomberg Financial Dictionary …   Financial and business terms

  • Pink noise — This article is about the signal in information theory. For the band, see PINKNOISE. Colors of noise White Pink Red (Brownian) Grey Pink noise or 1/ƒ noise (sometimes also called flicker noise) is a signal or process with a frequency spectrum… …   Wikipedia

  • Detrended fluctuation analysis — In stochastic processes, chaos theory and time series analysis, detrended fluctuation analysis (DFA) is a method for determining the statistical self affinity of a signal. It is useful for analysing time series that appear to be long memory… …   Wikipedia

  • R/S analysis — also: rescaled range analysis The analysis developed by H.E. Hurst to determine long memory effects and fractional Brownian motion. Rescaled range analysis measures how the distance covered by a particle increases as we look at longer and longer… …   Financial and business terms

  • rescaled range analysis — R/S analysis The analysis developed by H.E. Hurst to determine long memory effects and fractional Brownian motion. Rescaled range analysis measures how the distance covered by a particle increases as we look at longer and longer time scales. For… …   Financial and business terms

  • Semimartingale — In probability theory, a real valued process X is called a semimartingale if it can be decomposed as the sum of a local martingale and an adapted finite variation process.Semimartingales are good integrators , forming the largest class of… …   Wikipedia

  • Outline of probability — Probability is the likelihood or chance that something is the case or will happen. Probability theory is used extensively in statistics, mathematics, science and philosophy to draw conclusions about the likelihood of potential events and the… …   Wikipedia

  • Integral — This article is about the concept of integrals in calculus. For the set of numbers, see integer. For other uses, see Integral (disambiguation). A definite integral of a function can be represented as the signed area of the region bounded by its… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”