On approximation of solutions of stochastic delay differential equations via randomized Euler scheme

Paweł Przybyłowicz,Yue Wu,Xinheng Xie
2023-06-15
Abstract:We investigate existence, uniqueness and approximation of solutions to stochastic delay differential equations (SDDEs) under Carathéodory-type drift coefficients. Moreover, we also assume that both drift $f=f(t,x,z)$ and diffusion $g=g(t,x,z)$ coefficient are Lipschitz continuous with respect to the space variable $x$, but only Hölder continuous with respect to the delay variable $z$. We provide a construction of randomized Euler scheme for approximation of solutions of Carathéodory SDDEs, and investigate its upper error bound. Finally, we report results of numerical experiments that confirm our theoretical findings.
Numerical Analysis
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is about the existence, uniqueness, and approximation methods of solutions to Stochastic Delay Differential Equations (SDDEs). Specifically, the authors focus on the numerical solutions of SDDEs under the condition of Carathéodory - type drift coefficient, and propose an approximation method based on the randomized Euler scheme. ### Core Problems of the Paper 1. **Existence and Uniqueness**: Prove the existence and uniqueness of strong solutions to SDDEs under specific conditions (such as the drift term and the diffusion term satisfying Lipschitz continuity and Hölder continuity). 2. **Accuracy of the Approximation Method**: Propose and analyze a randomized Euler scheme to approximately solve SDDEs, and give an upper bound estimate of the error of this method. 3. **Verification by Numerical Experiments**: Verify the validity of theoretical results through numerical experiments, and show the performance of the randomized Euler scheme in practical applications. ### Specific Contents - **Model Form**: \[ dX(t)=f(t, X(t), X(t - \tau))dt + g(t, X(t), X(t - \tau))dW(t) \] where \(X(t)=x_0\) for \(t\in[-\tau, 0]\), and it is assumed that the drift term \(f\) and the diffusion term \(g\) satisfy certain continuity and measurability conditions. - **Main Contributions**: - Prove that under the given conditions, the strong solutions of SDDEs exist and are unique, and have Hölder regularity. - Conduct a strict error analysis, indicating the upper bound of the error when the randomized Euler scheme is used to approximately solve SDDEs. - Provide Python code implementation and verify the theoretical results through numerical experiments. ### Summary This paper aims to solve the numerical solution problem of SDDEs under complex conditions, especially how to effectively perform numerical approximation when the drift term and the diffusion term have irregular characteristics. By introducing the randomized Euler scheme, the authors not only provide theoretical guarantees but also verify the effectiveness of the method through experiments. This provides a new and effective tool for dealing with stochastic differential equations with time delays.