Skip to content

Commit

Permalink
Updated documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantgirluk committed Aug 21, 2023
1 parent 0a9bbdd commit 9a044b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions aleatory/processes/analytical/bes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BESProcess(SPExplicit):
.. image:: _static/bes_process_drawn.png
A Bessel process :math:`BESProcess^{n}_x` for :math:`n` integer is a continuous stochastic process
A Bessel process :math:`BES^{n}_x` for :math:`n` integer is a continuous stochastic process
:math:`\{X(t) : t \geq 0\}` is characterised as the Euclidian norm of an :math:`n`-dimensional
Brownian motion. That is,
Expand All @@ -31,17 +31,16 @@ class BESProcess(SPExplicit):
dX_t = \frac{(n-1)}{2} \frac{dt}{X_t} + dW_t \ \ \ \ t\in (0,T]
with initial condition :math:`X_0 = x_0\geq0`, where
with initial condition :math:`X_0 = 0`, where
- :math:`n` is an integer
- :math:`W_t` is a standard Brownian Motion.
- :math:`W_t` is a standard one-dimensional Brownian Motion.
:param float dim: the dimension of the process :math:`n`
:param float T: the right hand endpoint of the time interval :math:`[0,T]`
for the process
:param numpy.random.Generator rng: a custom random number generator
:param numpy.random.Generator rng: a custom random number generator
"""

Expand Down

0 comments on commit 9a044b4

Please sign in to comment.