Wiener process¶
quantflow.sp.wiener.WienerProcess
pydantic-model
¶
Bases: StochasticProcess1D
Fields:
-
sigma(float)
characteristic_exponent
¶
sample
¶
| PARAMETER | DESCRIPTION |
|---|---|
n
|
Number of paths
TYPE:
|
time_horizon
|
Time horizon
TYPE:
|
time_steps
|
Number of time steps to arrive at horizon
TYPE:
|
Source code in quantflow/sp/wiener.py
sample_from_draws
¶
| PARAMETER | DESCRIPTION |
|---|---|
draws
|
Pre-drawn standard normal increments for the Brownian motion
TYPE:
|
Source code in quantflow/sp/wiener.py
analytical_mean
¶
analytical_variance
¶
analytical_pdf
¶
analytical_cdf
¶
characteristic
¶
Characteristic function at time t for a given input parameter u
The characteristic function represents the Fourier transform of the probability density function
where \(\phi\) is the characteristic exponent, which can be more easily computed for many processes.
| PARAMETER | DESCRIPTION |
|---|---|
t
|
Time horizon
TYPE:
|
u
|
Characteristic function input parameter
TYPE:
|
Source code in quantflow/sp/base.py
convexity_correction
¶
analytical_std
¶
Analytical standard deviation of the process at time t
This has a closed form solution if the process has an analytical variance
marginal
¶
domain_range
¶
frequency_range
¶
Maximum frequency when calculating characteristic functions
Source code in quantflow/sp/base.py
support
¶
Support of the process at time t