Probability distribution of extreme points of a Wiener stochastic process

From testwiki
Jump to navigation Jump to search

In the mathematical theory of probability, the Wiener process, named after Norbert Wiener, is a stochastic process used in modeling various phenomena, including Brownian motion and fluctuations in financial markets. A formula for the conditional probability distribution of the extremum of the Wiener process and a sketch of its proof appears in work of H. J. Kusher (appendix 3, page 106) published in 1964.[1] a detailed constructive proof appears in work of Dario Ballabio in 1978.[2] This result was developed within a research project about Bayesian optimization algorithms.

In some global optimization problems the analytical definition of the objective function is unknown and it is only possible to get values at fixed points. There are objective functions in which the cost of an evaluation is very high, for example when the evaluation is the result of an experiment or a particularly onerous measurement. In these cases, the search of the global extremum (maximum or minimum) can be carried out using a methodology named "Bayesian optimization", which tend to obtain a priori the best possible result with a predetermined number of evaluations. In summary it is assumed that outside the points in which it has already been evaluated, the objective function has a pattern which can be represented by a stochastic process with appropriate characteristics. The stochastic process is taken as a model of the objective function, assuming that the probability distribution of its extrema gives the best indication about extrema of the objective function. In the simplest case of the one-dimensional optimization, given that the objective function has been evaluated in a number of points, there is the problem to choose in which of the intervals thus identified is more appropriate to invest in a further evaluation. If a Wiener stochastic process is chosen as a model for the objective function, it is possible to calculate the probability distribution of the model extreme points inside each interval, conditioned by the known values at the interval boundaries. The comparison of the obtained distributions provides a criterion for selecting the interval in which the process should be iterated. The probability value of having identified the interval in which falls the global extremum point of the objective function can be used as a stopping criterion. Bayesian optimization is not an efficient method for the accurate search of local extrema so, once the search range has been restricted, depending on the characteristics of the problem, a specific local optimization method can be used.

Proposition

Let X(t) be a Wiener stochastic process on an interval [a,b] with initial value X(a)=Xa.

By definition of Wiener process, increments have a normal distribution:

for at1<t2b,X(t2)X(t1)N(0,σ2(t2t1)).

Let

F(z)=Pr(minatbX(t)zX(b)=Xb)

be the cumulative probability distribution function of the minimum value of the X(t) function on interval [a,b] conditioned by the value X(b)=Xb.

It is shown that:[1][3][note 1]

F(z)={1for zmin{Xa,Xb},exp(2(zXb)(zXa)σ2(ba))for z<min(Xa,Xb).

Constructive proof

Case zmin(Xa,Xb) is an immediate consequence of the minimum definition, in the following it will always be assumed z<min(Xa,Xb) and also corner case minatbX(t)=min(Xa,Xb) will be excluded.

Let' s assume X(t) defined in a finite number of points tk[a,b],  0kn,  t0=a.

Let Tn  =def  {tk,  0kn,} by varying the integer n be a sequence of sets {Tn} such that TnTn+1 and n=0+Tn be a dense set in [a,b],

hence every neighbourhood of each point in [a,b] contains an element of one of the sets Tn.

Let Δz be a real positive number such that z+Δz<min(Xa,Xb).

Let the event E be defined as: E  =def  (minatbX(t)<z+Δz) (t[a,b]:X(t)<z+Δz) .

Having excluded corner case minatbX(t)=min(Xa,Xb), it is surely P(E)>0.

Let En,  n=0,1,2, be the events defined as: En  =def  (tkTn:z<X(tk)<z+Δz) and let ν be the first k among the tkTn which define En .

Since TnTn+1 it is evidently EnEn+1. Now equation (2.1) will be proved.

(2.1)     E=n=0+En

By the En events definition,n  EnE, hence n=0+EnE . It will now be verified the relation En=0+En hence (2.1) will be proved.

The definition of E, the continuity of X(t) and the hypothesis z<Xa=X(a) imply, by the intermediate value theorem, (t¯[a,b]:z<X(t¯)<z+Δz).

By the continuity of X(t) and the hypothesis that n=0+Tn is dense in [a,b] it is deducted that n¯ such that for tνTn¯ it must be z<X(tν)<z+Δz ,

hence EEn¯n=0+En which implies (2.1).

(2.2)     P(E)=limn+P(En)

(2.2) is deducted from (2.1), considering that EnEn+1 implies that the sequence of probabilities P(En) is monotone non decreasing and hence it converges to its supremum. The definition of events En implies n  P(En)>0P(En)=P(Eν) and (2.2) implies P(E)=P(Eν).

In the following it will always be assumed nν, so tν is well defined.

(2.3)     P(X(b)Xb+2z)P(X(b)X(tν)<Xb+z)

In fact, by definition of En it is z<X(tν), so (X(b)Xb+2z)(X(b)X(tν)<Xb+z).

In a similar way, since by definition of En it is z<X(tν), (2.4) is valid:

(2.4)     P(X(b)X(tν)>Xbz)P(X(b)>Xb)

(2.5)    P(X(b)X(tν)<Xb+z)=P(X(b)X(tν)>Xbz)

The above is explained by the fact that the random variable (X(b)X(tν))N(;  σ2(btν)) has a symmetric probability density compared to its mean which is zero.

By applying in sequence relationships (2.3), (2.5) and (2.4) we get (2.6) :

(2.6)     P(X(b)Xb+2z)P(X(b)>Xb)

With the same procedure used to obtain (2.3), (2.4) and (2.5) taking advantage this time by the relationship X(tν)<z+Δz we get (2.7):

(2.7)     P(X(b)>Xb)P(X(b)X(tν)>XbzΔz)  =  P(X(b)X(tν)<Xb+z+Δz)P(X(b)<Xb+2z+2Δz)

By applying in sequence (2.6) and (2.7) we get:

(2.8) P(X(b)Xb+2z)P(X(b)>Xb) P(X(b)<Xb+2z+2Δz)

From Xb>z+Δz>z, considering the continuity of X(t) and the intermediate value theorem we get X(b)>Xb>z+Δz>zEn ,

which implies P(X(b)>Xb)=P(En,X(b)>Xb).

Replacing the above in (2.8) and passing to the limits: limn+   En(Δz)E(Δz) and for Δz0, event E(Δz) converges to minatbX(t)z

(2.9)     P(X(b)Xb+2z)=P(minatbX(t)z,  X(b)>Xb)

dXb>0, by substituting (Xb) with (XbdXb) in (2.9) we get the equivalent relationship:

(2.10)    P(X(b)Xb+2z+dXb)=P(minatbX(t)z,  X(b)>XbdXb)

Applying the Bayes' theorem to the joint event (minatbX(t)z,  XbdXb<X(b)Xb)

(2.11)     P(minatbX(t)zXbdXb<X(b)Xb)=P(minatbX(t)z,  XbdXb<X(b)Xb) /  P(XbdXb<X(b)Xb)

Let: B =def {X(b)>Xb}, C =def {XbdXb<X(b)Xb}, D =def {X(b)>XbdXb}, A =def  {minatbX(t)z}From the above definitions it follows:

D=BC P(A,D)=P(A,BC)=P(A,B)+P(A,C)P(A,C)=P(A,D)P(A,B)

(2.12)    P(A,C)=P(A,D)P(A,B)

Substituting (2.12) into (2.11), we get the equivalent:

(2.13)P(minatbX(t)zXbdXb<X(b)Xb)=(P(minatbX(t)z,  X(b)>XbdXb)P(minatbX(t)z,  X(b)>Xb))  /  P(XbdXb<X(b)Xb)

Substituting (2.9) and (2.10) into (2.13):

(2.14)    P(minatbX(t)zXbdXb<X(b)Xb)=(P(X(b)Xb+2z+dXb)P(X(b)Xb+2z)/  P(XbdXb<X(b)Xb)

It can be observed that in the second member of (2.14) appears the probability distribution of the random variable X(b), normal with mean Xa e variance σ2(ba).

The realizations Xb and Xb+2z of the random variable X(b) match respectively the probability densities:

(2.15)     P(Xb)dXb=1σ2π(ba)exp(12(XbXa)2σ2(ba))dXb

(2.16)     P(Xb+2z)dXb=1σ2π(ba)exp(12(Xb+2zXa)2σ2(ba))dXb

Substituting (2.15) e (2.16) into (2.14) and taking the limit for dXb0 the thesis is proved:

F(z)=P(minatbX(t)z  |  X(b)=Xb)=

=1σ2π(ba)exp(12(Xb+2zXa)2σ2(ba))dXb    1σ2π(ba)exp(12(XbXa)2σ2(ba))dXb=

=exp(12(Xb+2zXa)2(XbXa)2σ2(ba))=  exp(2  (zXb)(zXa)σ2(ba))

Bibliography

  • A versatile stochastic model of a function of unknown and time varying form - Harold J Kushner - Journal of Mathematical Analysis and Applications Volume 5, Issue 1, August 1962, Pages 150-167.
  • The Application of Bayesian Methods for Seeking the Extremum - J. Mockus, J. Tiesis, A. Zilinskas - IFIP Congress 1977, August 8–12 Toronto.

See also

Notes

Template:Reflist

References

  1. 1.0 1.1 H. J. Kushner, "A New Method of Locating the Maximum Point of an Arbitrary Multipeak Curve in the Presence of Noise", J. Basic Eng 86(1), 97–106 (Mar 01, 1964).
  2. Dario Ballabio, "Una nuova classe di algoritmi stocastici per l'ottimizzazione globale" (A new class of stochastic algorithms for global optimization), University of Milan, Institute of Mathematics, doctoral dissertation presented on July 12th 1978, pp. 29–33.
  3. János D. Pintér, Global Optimization in Action: Continuous and Lipschitz Optimization, 1996 Springer Science & Business Media, page 57.


Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found