Girish Mahajan (Editor)

Fractional Brownian motion

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Fractional Brownian motion

In probability theory, fractional Brownian motion (fBm), also called a fractal Brownian motion, is a generalization of Brownian motion. Unlike classical Brownian motion, the increments of fBm need not be independent. fBm is a continuous-time Gaussian process BH(t) on [0, T], which starts at zero, has expectation zero for all t in [0, T], and has the following covariance function:

Contents

E [ B H ( t ) B H ( s ) ] = 1 2 ( | t | 2 H + | s | 2 H | t s | 2 H ) ,

where H is a real number in (0, 1), called the Hurst index or Hurst parameter associated with the fractional Brownian motion. The Hurst exponent describes the raggedness of the resultant motion, with a higher value leading to a smoother motion. It was introduced by Mandelbrot & van Ness (1968).

The value of H determines what kind of process the fBm is:

  • if H = 1/2 then the process is in fact a Brownian motion or Wiener process;
  • if H > 1/2 then the increments of the process are positively correlated;
  • if H < 1/2 then the increments of the process are negatively correlated.
  • The increment process, X(t) = BH(t+1) − BH(t), is known as fractional Gaussian noise.

    There is also a generalization of fractional Brownian motion: n-th order fractional Brownian motion, abbreviated as n-fBm. n-fBm is a Gaussian, self-similar, non-stationary process whose increments of order n are stationary. For n = 1, n-fBm is classical fBm.

    Like the Brownian motion that it generalizes, fractional Brownian motion is named after 19th century biologist Robert Brown; fractional Gaussian noise is named after mathematician Carl Friedrich Gauss.

    Background and definition

    Prior to the introduction of the fractional Brownian motion, Lévy (1953) used the Riemann–Liouville fractional integral to define the process

    B H ( t ) = 1 Γ ( H + 1 / 2 ) 0 t ( t s ) H 1 / 2 d B ( s )

    where integration is with respect to the white noise measure dB(s). This integral turns out to be ill-suited to applications of fractional Brownian motion because of its over-emphasis of the origin (Mandelbrot & van Ness 1968, p. 424).

    The idea instead is to use a different fractional integral of white noise to define the process: the Weyl integral

    B H ( t ) = B H ( 0 ) + 1 Γ ( H + 1 / 2 ) { 0 [ ( t s ) H 1 / 2 ( s ) H 1 / 2 ] d B ( s ) + 0 t ( t s ) H 1 / 2 d B ( s ) }

    for t > 0 (and similarly for t < 0).

    The main difference between fractional Brownian motion and regular Brownian motion is that while the increments in Brownian Motion are independent, the opposite is true for fractional Brownian motion. This dependence means that if there is an increasing pattern in the previous steps, then it is likely that the current step will be increasing as well. (If H > 1/2.)

    Self-similarity

    The process is self-similar, since in terms of probability distributions:

    B H ( a t ) | a | H B H ( t ) .

    This property is due to the fact that the covariance function is homogeneous of order 2H and can be considered as a fractal property. Fractional Brownian motion is the only self-similar Gaussian process.

    Stationary increments

    It has stationary increments:

    B H ( t ) B H ( s ) B H ( t s ) .

    Long-range dependence

    For H > ½ the process exhibits long-range dependence,

    n = 1 E [ B H ( 1 ) ( B H ( n + 1 ) B H ( n ) ) ] = .

    Regularity

    Sample-paths are almost nowhere differentiable. However, almost-all trajectories are Hölder continuous of any order strictly less than H: for each such trajectory, for every T > 0 and for every ε > 0 there exists a constant c such that

    for 0 < s,t < T.

    Dimension

    With probability 1, the graph of BH(t) has both Hausdorff dimension and box dimension of 2−H.

    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 semimartingales.

    Frequency-domain interpretation

    Just as Brownian motion can be viewed as white noise filtered by s 1 (i.e. integrated), fractional Brownian motion is white noise filtered by s H 1 / 2 (corresponding to fractional integration).

    Sample paths

    Practical computer realisations of an fBm can be generated, although they are only a finite approximation. 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 an fBm with Hurst parameter 0.75.

    Two realisations are shown below, each showing 1000 points of an fBm, the first with Hurst parameter 0.15, the second with Hurst parameter 0.55, and the third with Hurst parameter 0.95. The higher Hurst parameter is, the more smooth the curve will be.

    Method 1 of simulation

    One can simulate sample-paths of an fBm using methods for generating stationary Gaussian processes with known covariance function. The simplest method relies on the Cholesky decomposition method of the covariance matrix (explained below), which on a grid of size n has complexity of order O ( n 3 ) . A more complex, but computationally faster method is the circulant embedding method of Dietrich & Newsam (1997).

    Suppose we want to simulate the values of the fBM at times t 1 , , t n using the Cholesky decomposition method.

  • Form the matrix Γ = ( R ( t i , t j ) , i , j = 1 , , n ) where R ( t , s ) = ( s 2 H + t 2 H | t s | 2 H ) / 2 .
  • Compute Σ the square root matrix of Γ , i.e. Σ 2 = Γ . Loosely speaking, Σ is the "standard deviation" matrix associated to the variance-covariance matrix Γ .
  • Construct a vector v of n numbers drawn independently according to a standard Gaussian distribution,
  • If we define u = Σ v then u yields a sample path of an fBm.
  • In order to compute Σ , we can use for instance the Cholesky decomposition method. An alternative method uses the eigenvalues of Γ :

  • Since Γ is symmetric, positive-definite matrix, it follows that all eigenvalues λ i of Γ satisfy λ i 0 , ( i = 1 , , n ).
  • Let Λ be the diagonal matrix of the eigenvalues, i.e. Λ i j = λ i δ i j where δ i j is the Kronecker delta. We define Λ 1 / 2 as the diagonal matrix with entries λ i 1 / 2 , i.e. Λ i j 1 / 2 = λ i 1 / 2 δ i j .
  • Note that the result is real-valued because λ i 0 .

  • Let v i an eigenvector associated to the eigenvalue λ i . Define P as the matrix whose i -th column is the eigenvector v i .
  • Note that since the eigenvectors are linearly independent, the matrix P is inversible.

  • It follows then that Σ = P Λ 1 / 2 P 1 because Γ = P Λ P 1 .
  • Method 2 of simulation

    It is also known that

    B H ( t ) = 0 t K H ( t , s ) d B ( s )

    where B is a standard Brownian motion and

    K H ( t , s ) = ( t s ) H 1 2 Γ ( H + 1 2 ) 2 F 1 ( H 1 2 ; 1 2 H ; H + 1 2 ; 1 t s ) .

    Where 2 F 1 is the Euler hypergeometric integral.

    Say we want simulate an fBm at points 0 = t 0 < t 1 < < t n = T .

  • Construct a vector of n numbers drawn according to a standard Gaussian distribution.
  • Multiply it component-wise by √(T/n) to obtain the increments of a Brownian motion on [0, T]. Denote this vector by ( δ B 1 , , δ B n ) .
  • For each t j , compute
  • The integral may be efficiently computed by Gaussian quadrature. Hypergeometric functions are part of the GNU scientific library.

    References

    Fractional Brownian motion Wikipedia