Source Code for "Scalability of the second-order reliability method for stochastic differential equations with multiplicative noise"
T. Schorlepp and T. Grafke, "Scalability of the second-order reliability method for stochastic differential equations with multiplicative noise", arXiv:2502.20114 [stat.CO], February 2025.
The code in this repository can be used to determine the tail probability
with deterministic initial condition
These are the default parameters that were also used in the first section of the paper:
$T = 10$ $\varepsilon = 0.01$ $z = 0.5$ $n_t = 1000$ $\alpha = 1$ $\beta = 5$ $\gamma = 1$ $\delta = 0.1$
The python3 script requires numpy, scipy, matplotlib and JAX. They were tested under Python 3.10.12, numpy 1.26.2, scipy 1.11.4 and matplotlib 3.8.2 and JAX 0.4.21 (compiled on CPU).