Wiener process¶
quantflow.sp.wiener.WienerProcess
pydantic-model
¶
Bases: StochasticProcess1D
Fields:
-
sigma(float)
characteristic_exponent
¶
sample
¶
sample_from_draws
¶
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