Local linearization method

From testwiki
Jump to navigation Jump to search

Template:Short description In numerical analysis, the local linearization (LL) method is a general strategy for designing numerical integrators for differential equations based on a local (piecewise) linearization of the given equation on consecutive time intervals. The numerical integrators are then iteratively defined as the solution of the resulting piecewise linear equation at the end of each consecutive interval. The LL method has been developed for a variety of equations such as the ordinary, delayed, random and stochastic differential equations. The LL integrators are key component in the implementation of inference methods for the estimation of unknown parameters and unobserved variables of differential equations given time series of (potentially noisy) observations. The LL schemes are ideals to deal with complex models in a variety of fields as neuroscience, finance, forestry management, control engineering, mathematical statistics, etc.

Background

Differential equations have become an important mathematical tool for describing the time evolution of several phenomenon, e.g., rotation of the planets around the sun, the dynamic of assets prices in the market, the fire of neurons, the propagation of epidemics, etc. However, since the exact solutions of these equations are usually unknown, numerical approximations to them obtained by numerical integrators are necessary. Currently, many applications in engineering and applied sciences focused in dynamical studies demand the developing of efficient numerical integrators that preserve, as much as possible, the dynamics of these equations. With this main motivation, the Local Linearization integrators have been developed.

High-order local linearization method

High-order local linearization (HOLL) method is a generalization of the Local Linearization method oriented to obtain high-order integrators for differential equations that preserve the stability and dynamics of the linear equations. The integrators are obtained by splitting, on consecutive time intervals, the solution x of the original equation in two parts: the solution z of the locally linearized equation plus a high-order approximation of the residual ๐ซ=๐ฑโˆ’๐ณ.

Local linearization scheme

A Local Linearization (LL) scheme is the final recursive algorithm that allows the numerical implementation of a discretization derived from the LL or HOLL method for a class of differential equations.

LL methods for ODEs

Consider the d-dimensional Ordinary Differential Equation (ODE)

d๐ฑ(t)dt=๐Ÿ(t,๐ฑ(t)),tโˆˆ[t0,T],(4.1)

with initial condition ๐ฑ(t0)=๐ฑ0, where ๐Ÿ is a differentiable function.

Let (t)h={tn:n=0,..,N} be a time discretization of the time interval [t0,T] with maximum stepsize h such that tn<tn+1 and hn=tn+1โˆ’tnโ‰คh. After the local linearization of the equation (4.1) at the time step tn the variation of constants formula yields

๐ฑ(tn+h)=๐ฑ(tn)+๐“(tn,๐ฑ(tn);h)+๐ซ(tn,๐ฑ(tn);h),

where

๐“(tn,๐ณn;h)=โˆซ0he๐Ÿ๐ฑ(tn,๐ณn)(hโˆ’s)(๐Ÿ(tn,๐ณn)+๐Ÿt(tn,๐ณn)s)ds

results from the linear approximation, and

๐ซ(tn,๐ณn;h)=โˆซ0he๐Ÿ๐ฑ(tn,๐ณn)(hโˆ’s)๐ n(s,๐ฑ(tn+s))ds,(4.2)

is the residual of the linear approximation. Here, ๐Ÿ๐ฑ and ๐Ÿt denote the partial derivatives of f with respect to the variables x and t, respectively, and ๐ n(s,๐ฎ)=๐Ÿ(s,๐ฎ)โˆ’๐Ÿ๐ฑ(tn,๐ณn)๐ฎโˆ’๐Ÿt(tn,๐ณn)(sโˆ’tn)โˆ’๐Ÿ(tn,๐ณn)+๐Ÿ๐ฑ(tn,๐ณn)๐ณn.

Local linear discretization

For a time discretization (t)h, the Local Linear discretization of the ODE (4.1) at each point tn+1โˆˆ(t)h is defined by the recursive expression [1][2]

๐ณn+1=๐ณn+๐“(tn,๐ณn;hn), with ๐ณ0=๐ฑ0.(4.3)

The Local Linear discretization (4.3) converges with order 2 to the solution of nonlinear ODEs, but it match the solution of the linear ODEs. The recursion (4.3) is also known as Exponential Euler discretization.[3]

High-order local linear discretizations

For a time discretization (t)h, a high-order local linear (HOLL) discretization of the ODE (4.1) at each point tn+1โˆˆ(t)h is defined by the recursive expression [1][4][5][6]

๐ณn+1=๐ณn+๐“(tn,๐ณn;hn)+๐ซ~(tn,๐ณn;hn), with ๐ณ0=๐ฑ0,(4.4)

where r~ is an order ฮฑ (> 2) approximation to the residual r (i.e.,|๐ซ(tn,๐ณn;h)โˆ’๐ซ~(tn,๐ณn;h)|โˆhฮฑ+1). The HOLL discretization (4.4) converges with order ฮฑ to the solution of nonlinear ODEs, but it match the solution of the linear ODEs.

HOLL discretizations can be derived in two ways:[1][4][5][6] 1) (quadrature-based) by approximating the integral representation (4.2) of r; and 2) (integrator-based) by using a numerical integrator for the differential representation of r defined by

d๐ซ(t)dt=๐ช(tn,๐ณn;t,๐ซ(t)), with ๐ซ(tn)=๐ŸŽ,(4.5)

for all tโˆˆ[tk,tk+1], where

๐ช(tn,๐ณn;s,๐ƒ)=๐Ÿ(s,๐ณn+๐“(tn,๐ณn;sโˆ’tn)+๐ƒ)โˆ’๐Ÿ๐ฑ(tn,๐ณn)๐“(tn,๐ณn;sโˆ’tn)โˆ’๐Ÿt(tn,๐ณn)(sโˆ’tn)โˆ’๐Ÿ(tn,๐ณn).


HOLL discretizations are, for instance, the followings:

  • Locally Linearized Runge Kutta discretization[6][4]

๐ณn+1=๐ณn+๐“(tn,๐ณn;hn)+hnโˆ‘j=1sbj๐คj, with ๐คi=๐ช(tn,๐ณn; tn+cihn,hnโˆ‘j=1iโˆ’1aij๐คj),

which is obtained by solving (4.5) via a s-stage explicit Rungeโ€“Kutta (RK) scheme with coefficients ๐œ=[ci],๐€=[aij]and๐›=[bj].

  • Local linear Taylor discretization[5]

๐ณn+1=๐ณn+๐“(tn,๐ณn;hn)+โˆซ0hne(hnโˆ’s)๐Ÿ๐ฑ(tn,๐ณn)โˆ‘j=2p๐œn,jj!sjds, with ๐œn,j=(dj+1๐ฑ(t)dtj+1โˆ’๐Ÿ๐ฑ(tn,๐ณn)dj๐ฑ(t)dtj)โˆฃt=๐ณn,

which results from the approximation of ๐ n in (4.2) by its order-p truncated Taylor expansion.

  • Multistep-type exponential propagation discretization

๐ณn+1=๐ณn+๐“(tn,๐ณn;h)+hโˆ‘j=0pโˆ’1ฮณjโˆ‡j๐ n(tn,๐ณn),withฮณj=(โˆ’1)jโˆซ01e(1โˆ’ฮธ)h๐Ÿ๐ฑ(tn,๐ณn)(โˆ’ฮธj)dฮธ,

which results from the interpolation of ๐ n in (4.2) by a polynomial of degree p on tn,โ€ฆ,tnโˆ’p+1, where โˆ‡j๐ n(tm,๐ณm) denotes the j-th backward difference of ๐ n(tm,๐ณm).

  • Runge Kutta type Exponential Propagation discretization [7]

๐ณn+1=๐ณn+๐“(tn,๐ณn;h)+hโˆ‘j=0pโˆ’1ฮณj,pโˆ‡j๐ n(tn,๐ณn), with ฮณj,p=โˆซ01e(1โˆ’ฮธ)h๐Ÿ๐ฑ(tn,๐ณn)(ฮธpj)dฮธ,

which results from the interpolation of ๐ n in (4.2) by a polynomial of degree p on tn,โ€ฆ,tn+(pโˆ’1)h/p,

  • Linealized exponential Adams discretization[8]

๐ณn+1=๐ณn+๐“(tn,๐ณn;h)+hโˆ‘j=1pโˆ’1โˆ‘l=1jฮณj+1lโˆ‡l๐ n(tn,๐ณn), with ฮณj+1=(โˆ’1)j+1โˆซ01e(1โˆ’ฮธ)h๐Ÿ๐ฑ(tn,๐ณn)ฮธ(โˆ’ฮธj)dฮธ,

which results from the interpolation of ๐ n in (4.2) by a Hermite polynomial of degree p on tn,โ€ฆ,tnโˆ’p+1.

Local linearization schemes

All numerical implementation ๐ฒn of the LL (or of a HOLL) discretization ๐ณn involves approximations ฯ•~j to integrals ฯ•j of the form

ฯ•j(๐€,h)=โˆซ0he(hโˆ’s)๐€sjโˆ’1ds,j=1,2โ€ฆ,

where A is a d ร— d matrix. Every numerical implementation ๐ฒn of the LL (or of a HOLL) ๐ณn of any order is generically called Local Linearization scheme.[1][9]

Computing integrals involving matrix exponential

Among a number of algorithms to compute the integrals ฯ•j, those based on rational Padรฉ and Krylov subspaces approximations for exponential matrix are preferred. For this, a central role is playing by the expression[10][5][11]

โˆ‘i=1lฯ•i(๐€,h)๐ši=๐‹eh๐‡๐ซ,

where ๐ši are d-dimensional vectors,

๐‡=[๐€๐ฏl๐ฏlโˆ’1โ‹ฏ๐ฏ1๐ŸŽ๐ŸŽ1โ‹ฏ0๐ŸŽ๐ŸŽ0โ‹ฑ0โ‹ฎโ‹ฎโ‹ฎโ‹ฑ1๐ŸŽ๐ŸŽ0โ‹ฏ0]โˆˆโ„(d+l)ร—(d+l),

๐‹=[๐ˆ๐ŸŽdร—l], ๐ซ=[๐ŸŽ1ร—(d+lโˆ’1)1]โŠบ, ๐ฏi=๐ši(iโˆ’1)!, being ๐ˆ the d-dimensional identity matrix.

If ๐p,q(2โˆ’k๐‡h) denotes the (pq)-Padรฉ approximation of e2โˆ’k๐‡h and k is the smallest natural number such that |2โˆ’k๐‡h|โ‰ค12,then [12][9]

|โˆ‘i=1lฯ•i(๐€,h)๐šiโˆ’๐‹(๐p,q(2โˆ’k๐‡h))2k๐ซ|โˆhp+q+1.

If ๐คm,kp,q(h,๐‡,๐ซ) denotes the (m; p; q; k) Krylov-Padรฉ approximation of eh๐‡๐ซ, then [12]

|โˆ‘i=1lฯ•i(๐€,h)๐šiโˆ’๐‹๐คm,kp,q(h,๐‡,๐ซ)|โˆhmin(m,p+q+1),

where mโ‰คd is the dimension of the Krylov subspace.

Order-2 LL schemes

๐ฒn+1=๐ฒn+๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ, [13][9] (4.6)

where the matrices ๐Œn, L and r are defined as

๐Œn=[๐Ÿ๐ฑ(tn,๐ฒn)๐Ÿt(tn,๐ฒn)๐Ÿ(tn,๐ฒn)001000]โˆˆโ„(d+2)ร—(d+2),

๐‹=[๐ˆ๐ŸŽdร—2] and ๐ซโŠบ=[๐ŸŽ1ร—(d+1)1] with p+q>1 . For large systems of ODEs [3]

๐ฒn+1=๐ฒn+๐‹๐คmn,knp,q(hn,๐Œn,๐ซ), with mn>2.

Order-3 LL-Taylor schemes

๐ฒn+1=๐ฒn+๐‹1(๐p,q(2โˆ’kn๐“nhn))2kn๐ซ1, [5] (4.7)

where for autonomous ODEs the matrices ๐“n,๐‹1 and ๐ซ1 are defined as

๐“n=[๐Ÿ๐ฑ(๐ฒn)(๐ˆโŠ—๐ŸโŠบ(๐ฒn))๐Ÿ๐ฑ๐ฑ(๐ฒn)๐Ÿ(๐ฒn)๐ŸŽ๐Ÿ(๐ฒn)000000010000]โˆˆโ„(d+3)ร—(d+3),

๐‹1=[๐ˆ๐ŸŽdร—3]and๐ซ1โŠบ=[๐ŸŽ1ร—(d+2)1]. Here, ๐Ÿ๐ฑ๐ฑ denotes the second derivative of f with respect to x, and p + q > 2. For large systems of ODEs

๐ฒn+1=๐ฒn+๐‹๐คmn,knp,q(hn,๐“n,๐ซ), with mn>3.

Order-4 LL-RK schemes

๐ฒn+1=๐ฒn+๐ฎ4+hn6(2๐ค2+2๐ค3+๐ค4), [4][6] (4.8)

where

๐ฎj=๐‹(๐p,q(2โˆ’ฮบj๐Œncjhn))2ฮบj๐ซ

and

๐คj=๐Ÿ(tn+cjhn,๐ฒn+๐ฎj+cjhn๐คjโˆ’1)โˆ’๐Ÿ(tn,๐ฒn)โˆ’๐Ÿ๐ฑ(tn,๐ฒn)๐ฎj โˆ’๐Ÿt(tn,๐ฒn)cjhn,

with ๐ค1โ‰ก๐ŸŽ,c=[012121], and p + q > 3. For large systems of ODEs, the vector ๐ฎj in the above scheme is replaced by ๐ฎj=๐‹๐คmj,kjp,q(cjhn,๐Œn,๐ซ) with mj>4.

Locally linearized Rungeโ€“Kutta scheme of Dormand and Prince

๐ฒn+1=๐ฒn+๐ฎs+hnโˆ‘j=1sbj๐คj and ๐ฒ^n+1=๐ฒn+๐ฎs+hnโˆ‘j=1sb^j๐คj, [14][15] (4.9)

where s = 7 is the number of stages,

๐คj=๐Ÿ(tn+cjhn,๐ฒn+๐ฎj+hnโˆ‘i=1sโˆ’1aj,i๐คi)โˆ’๐Ÿ(tn,๐ฒn)โˆ’๐Ÿ๐ฑ(tn,๐ฒn)๐ฎj โˆ’๐Ÿt(tn,๐ฒn)cjhn,

with ๐ค1โ‰ก๐ŸŽ, and aj,i,bj,b^jandcj are the Rungeโ€“Kutta coefficients of Dormand and Prince and p + q > 4. The vector ๐ฎj in the above scheme is computed by a Padรฉ or Krylorโ€“Padรฉ approximation for small or large systems of ODE, respectively.

Stability and dynamics

Fig. 1 Phase portrait (dashed line) and approximate phase portrait (solid line) of the nonlinear ODE (4.10)-(4.11) computed by the order-2 LL scheme (4.2), the order-4 classical Rugen-Kutta scheme RK4, and the order-4 LLRK4 schemes (4.8) with step size h=1/2, and p=q=6.

By construction, the LL and HOLL discretizations inherit the stability and dynamics of the linear ODEs, but it is not the case of the LL schemes in general. With

pโ‰คqโ‰คp+2

, the LL schemes (4.6)-(4.9) are A-stable.[4] With q = p + 1 or q = p + 2, the LL schemes (4.6)โ€“(4.9) are also L-stable.[4] For linear ODEs, the LL schemes (4.6)-(4.9) converge with order p + q.[4][9] In addition, with p = q = 6 and

mn

= d, all the above described LL schemes yield to the โ€ณexact computationโ€ณ (up to the precision of the floating-point arithmetic) of linear ODEs on the current personal computers.[4][9] This includes stiff and highly oscillatory linear equations. Moreover, the LL schemes (4.6)-(4.9) are regular for linear ODEs and inherit the symplectic structure of Hamiltonian harmonic oscillators.[5][13] These LL schemes are also linearization preserving, and display a better reproduction of the stable and unstable manifolds around hyperbolic equilibrium points and periodic orbits that other numerical schemes with the same stepsize.[5][13] For instance, Figure 1 shows the phase portrait of the ODEs

dx1dt=โˆ’2x1+x2+1โˆ’ฮผf(x1,ฮป)(4.10)dx2dt=x1โˆ’2x2+1โˆ’ฮผf(x2,ฮป)(4.11)

with f(u,ฮป)=u(1+u+ฮปu2)โˆ’1, ฮผ=15 and ฮป=57, and its approximation by various schemes. This system has two stable stationary points and one unstable stationary point in the region 0โ‰คx1,x2โ‰ค1.

LL methods for DDEs

Consider the d-dimensional Delay Differential Equation (DDE)

d๐ฑ(t)dt=๐Ÿ(t,๐ฑ(t),๐ฑt(โˆ’ฯ„1),โ€ฆ,๐ฑt(โˆ’ฯ„m)),tโˆˆ[t0,T],(5.1)

with m constant delays ฯ„i>0 and initial condition ๐ฑt0(s)=๐‹(s) for all sโˆˆ[โˆ’ฯ„,0], where f is a differentiable function, ๐ฑt:[โˆ’ฯ„,0]โŸถโ„d is the segment function defined as

๐ฑt(s):=๐ฑ(t+s), sโˆˆ[โˆ’ฯ„,0],

for all tโˆˆ[t0,T],๐‹:[โˆ’ฯ„,0]โŸถโ„d is a given function, and ฯ„=max{ฯ„1,โ€ฆ,ฯ„m}.

Local linear discretization

For a time discretization (t)h , the Local Linear discretization of the DDE (5.1) at each point tn+1โˆˆ(t)h is defined by the recursive expression [11]

๐ณn+1=๐ณn+ฮฆ(tn,๐ณn,hn;๐ณ~tn1,โ€ฆ,๐ณ~tnm),(5.2)

where

ฮฆ(tn,๐ณn,hn;๐ณ~tn1,โ€ฆ,๐ณ~tnm)=โˆซ0โˆซne๐€n(hnโˆ’u)[โˆ‘i=1m๐ni(๐ณ~tni(uโˆ’ฯ„i)โˆ’๐ณ~tni(โˆ’ฯ„i))+๐n]du+โˆซ0โˆซnโˆซ0ue๐€n(hnโˆ’u)๐œndrdu

๐ณ~tni:[โˆ’ฯ„i,0]โŸถโ„d is the segment function defined as

๐ณ~tni(s):=๐ณ~i(tn+s), sโˆˆ[โˆ’ฯ„i,0],

and

๐ณ~i:[tnโˆ’ฯ„i,tn]โŸถโ„d

is a suitable approximation to

๐ฑ(t)

for all

tโˆˆ[tnโˆ’ฯ„i,tn]

such that

๐ณ~i(tn)=๐ณn.

Here,

๐€n=๐Ÿx(tn,๐ณn,๐ณ~tn1(โˆ’ฯ„1),โ€ฆ,๐ณ~tnm(โˆ’ฯ„d)), ๐ni=๐Ÿxt(โˆ’ฯ„i)(tn,๐ณn,๐ณ~tn1(โˆ’ฯ„1),โ€ฆ,๐ณ~tnm(โˆ’ฯ„d))

are constant matrices and

๐œn=๐Ÿt(tn,๐ณn,๐ณ~tn1(โˆ’ฯ„1),โ€ฆ,๐ณ~tnm(โˆ’ฯ„d)) and ๐n=๐Ÿ(tn,๐ณn,๐ณ~tn1(โˆ’ฯ„1),โ€ฆ,๐ณ~tnm(โˆ’ฯ„d))

are constant vectors. ๐Ÿt,๐Ÿxand๐Ÿxt(โˆ’ฯ„i) denote, respectively, the partial derivatives of f with respect to the variables t and x, and ๐ฑt(โˆ’ฯ„i). The Local Linear discretization (5.2) converges to the solution of (5.1) with order ฮฑ=min{2,r}, if ๐ณ~tni approximates ๐ณtni with order r(i.e.,|๐ณtni(uโˆ’ฯ„i)โˆ’๐ณ~tni(uโˆ’ฯ„i)|โˆhnr for all uโˆˆ[0,hn]).

Local linearization schemes

Fig. 2 Approximate paths of the Marchuk et al. (1991) antiviral immune model described by a stiff system of ten-dimensional nonlinear DDEs with five time delays: top, continuous Rungeโ€“Kutta (2,3) scheme; bottom, LL scheme (5.3). Step-size h = 0.01 fixed, and p = q = 6.

Depending on the approximations ๐ณ~tni and on the algorithm to compute ๐“ different Local Linearizations schemes can be defined. Every numerical implementation ๐ฒn of a Local Linear discretization ๐ณn is generically called local linearization scheme.

Order-2 polynomial LL schemes

๐ฒn+1=๐ฒn+๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ,[11] (5.3)

where the matrices ๐Œn,๐‹ and ๐ซ are defined as

๐Œn=[๐€n๐œn+โˆ‘i=1m๐ni๐œถni๐n001000]โˆˆโ„(d+2)ร—(d+2),

๐‹=[๐ˆ๐ŸŽdร—2] and ๐ซโŠบ=[๐ŸŽ1ร—(d+1)1],hnโ‰คฯ„, and p+q>1. Here, the matrices ๐€n, ๐ni, ๐œn and ๐n are defined as in (5.2), but replacing ๐ณ by ๐ฒ and ๐œถni=(๐ฒ(tn+1โˆ’ฯ„i)โˆ’๐ฒ(tnโˆ’ฯ„i))/hn, where

๐ฒ(t)=๐ฒnt+๐‹(๐p,q(2โˆ’kn๐Œnt(tโˆ’tnt)))2kn๐ซ,

with nt=max{n=0,1,2,...,:tnโ‰คt and tnโˆˆ(t)h}, is the Local Linear Approximation to the solution of (5.1) defined through the LL scheme (5.3) for all tโˆˆ[t0,tn] and by ๐ฒ(t)=๐‹(t) for tโˆˆ[t0โˆ’ฯ„,t0]. For large systems of DDEs

๐ฒn+1=๐ฒn+๐‹๐คmn,knp,q(hn,๐Œn,๐ซ)and๐ฒ(t)=๐ฒnt+๐‹๐คmnt,kntp,q(tโˆ’tnt,๐Œnt,๐ซ),

with p+q>1 and mn>2. Fig. 2 Illustrates the stability of the LL scheme (5.3) and of that of an explicit scheme of similar order in the integration of a stiff system of DDEs.

LL methods for RDEs

Consider the d-dimensional Random Differential Equation (RDE)

d๐ฑ(t)dt=๐Ÿ(๐ฑ(t),๐ƒ(t)),tโˆˆ[t0,T],(6.1)

with initial condition ๐ฑ(t0)=๐ฑ0, where ๐ƒ is a k-dimensional separable finite continuous stochastic process, and f is a differentiable function. Suppose that a realization (path) of ๐ƒ is given.

Local Linear discretization

For a time discretization (t)h, the Local Linear discretization of the RDE (6.1) at each point tn+1โˆˆ(t)h is defined by the recursive expression [16]

๐ณn+1=๐ณn+๐“(tn,๐ณn;hn), with ๐ณ0=๐ฑ0,

where

๐“(tn,๐ณn;hn)=โˆซ0โˆซne๐Ÿ๐ฑ(๐ณn,๐ƒ(tn))(hnโˆ’u)(๐Ÿ(๐ณn,๐ƒ(tn))+๐Ÿ๐ƒ(๐ณn,๐ƒ(tn))(๐ƒ~(tn+u)โˆ’๐ƒ~(tn)))du

and ๐ƒ~ is an approximation to the process ๐ƒ for all tโˆˆ[t0,T]. Here, ๐Ÿx and ๐Ÿฮพ denote the partial derivatives of ๐Ÿ with respect to ๐ฑ and ฮพ, respectively.

Local linearization schemes

Fig. 3 Phase portrait of trajectories of the Euler and LL schemes in the integration of the nonlinear RDE (6.2)โ€“(6.3) with step size h = 1/32, and p = q = 6.

Depending on the approximations ๐ƒ~ to the process ๐ƒ and of the algorithm to compute ๐“, different Local Linearizations schemes can be defined. Every numerical implementation ๐ฒn of the local linear discretization ๐ณn is generically called local linearization scheme.

LL schemes

๐ฒn+1=๐ฒn+๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ, [16][17]

where the matrices ๐Œn,๐‹and๐ซ are defined as

๐Œn=[๐Ÿ๐ฑ(๐ฒn,๐ƒ(tn))๐Ÿ๐ƒ(๐ฒn,๐ƒ(tn)(๐ƒ(tn+1)โˆ’๐ƒ(tn))/hn๐Ÿ(๐ฒn,๐ƒ(tn))001000]

๐‹=[๐ˆ๐ŸŽdร—2], ๐ซโŠบ=[๐ŸŽ1ร—(d+1)1], and p+q>1. For large systems of RDEs,[17]

๐ฒn+1=๐ฒn+๐‹๐คmn,knp,q(hn,๐Œn,๐ซ),p+q>1andmn>2.

The convergence rate of both schemes is min{2,2ฮณ}, where is ฮณ the exponent of the Holder condition of ๐ƒ.

Figure 3 presents the phase portrait of the RDE

dx1dt=โˆ’x2+(1โˆ’x12โˆ’x22)x1sin(wH(t))2,x1(0)=0.8(6.2)

dx2dt=x1+(1โˆ’x12โˆ’x22)x2sin(wH(t))2,x2(0)=0.1,(6.3)

and its approximation by two numerical schemes, where wH denotes a fractional Brownian process with Hurst exponent H=0.45.

Strong LL methods for SDEs

Consider the d-dimensional Stochastic Differential Equation (SDE)

d๐ฑ(t)=๐Ÿ(t,๐ฑ(t))dt+โˆ‘i=1m๐ i(t)d๐ฐi(t),tโˆˆ[t0,T],(7.1)

with initial condition ๐ฑ(t0)=๐ฑ0, where the drift coefficient ๐Ÿ and the diffusion coefficient ๐ i are differentiable functions, and ๐ฐ=(๐ฐ1,โ€ฆ,๐ฐm) is an m-dimensional standard Wiener process.

Local linear discretization

For a time discretization (t)h , the order-ฮณ (=1,1.5) Strong Local Linear discretization of the solution of the SDE (7.1) is defined by the recursive relation [18][19]

๐ณn+1=๐ณn+๐“ฮณ(tn,๐ณn;hn)+๐ƒ(tn,๐ณn;hn),with๐ณ0=๐ฑ0,

where

๐“ฮณ(tn,๐ณn;ฮด)=โˆซ0ฮดe๐Ÿ๐ฑ(tn,๐ฒn)(ฮดโˆ’u)(๐Ÿ(tn,๐ณn)+๐šฮณ(tn,๐ณn)u)du

and

๐ƒ(tn,๐ณn;ฮด)=โˆ‘i=1mโˆซโˆซntn+ฮดe๐Ÿ๐ฑ(tn,๐ณn)(tn+ฮดโˆ’u)๐ i(u)d๐ฐi(u).

Here,

๐šฮณ(tn,๐ณn)={๐Ÿt(tn,๐ณn)for ฮณ=1๐Ÿt(tn,๐ณn)+12โˆ‘j=1m(๐ˆโŠ—๐ jโŠบ(tn))๐Ÿ๐ฑ๐ฑ(tn,๐ณn)๐ j(tn)for ฮณ=1.5,

๐Ÿ๐ฑ,๐Ÿt denote the partial derivatives of ๐Ÿ with respect to the variables ๐ฑ and t, respectively, and ๐Ÿ๐ฑ๐ฑ the Hessian matrix of ๐Ÿ with respect to ๐ฑ. The strong Local Linear discretization ๐ณn+1 converges with order ฮณ (= 1, 1.5) to the solution of (7.1).

High-order local linear discretizations

After the local linearization of the drift term of (7.1) at (tn,๐ณn), the equation for the residual ๐ซ is given by

d๐ซ(t)=๐ชฮณ(tn,๐ณn;t,๐ซ(t))dt+โˆ‘i=1m๐ i(t)d๐ฐi(t),๐ซ(tn)=๐ŸŽ

for all tโˆˆ[tn,tn+1], where

๐ชฮณ(tn,๐ณn;s,๐ƒ)=๐Ÿ(s,๐ณn+๐“ฮณ(tn,๐ณn;sโˆ’tn)+๐ƒ)โˆ’๐Ÿ๐ฑ(tn,๐ณn)๐“ฮณ(tn,๐ณn;sโˆ’tn)โˆ’๐šฮณ(tn,๐ณn)(sโˆ’tn)โˆ’๐Ÿ(tn,๐ณn).

A high-order local linear discretization of the SDE (7.1) at each point tn+1โˆˆ(t)h is then defined by the recursive expression [20]

๐ณn+1=๐ณn+๐“ฮณ(tn,๐ณn;hn)+๐ซ~(tn,๐ณn;hn), with ๐ณ0=๐ฑ0,

where ๐ซ~ is a strong approximation to the residual ๐ซ of order ฮฑ higher than 1.5. The strong HOLL discretization ๐ณn+1 converges with order ฮฑ to the solution of (7.1).

Local linearization schemes

Depending on the way of computing ๐“ฮณ , ๐ƒ and ๐ซ~ different numerical schemes can be obtained. Every numerical implementation ๐ฒn of a strong Local Linear discretization ๐ณn of any order is generically called Strong Local Linearization (SLL) scheme.

Order 1 SLL schemes

๐ฒn+1=๐ฒn+๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ+โˆ‘i=1m๐ i(tn)ฮ”๐ฐni, [21] (7.2)

where the matrices ๐Œn, ๐‹ and ๐ซ are defined as in (4.6), ฮ”๐ฐni is an i.i.d. zero mean Gaussian random variable with variance hn, and p + q > 1. For large systems of SDEs,[21] in the above scheme (๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ is replaced by ๐คmn,knp,q(hn,๐Œn,๐ซ).

Order 1.5 SLL schemes

๐ฒn+1=๐ฒn+๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ+โˆ‘i=1m(๐ i(tn)ฮ”๐ฐni๐Ÿ๐ฑ(tn,๐ฒ~n)๐ i(tn)ฮ”๐ณni+d๐ i(tn)dt(ฮ”๐ฐnihnโˆ’ฮ”๐ณni)),(7.3)

where the matrices ๐Œn, ๐‹ and ๐ซ are defined as

๐Œn=[๐Ÿ๐ฑ(tn,๐ฒn)๐Ÿt(tn,๐ฒn)+12โˆ‘j=1m(๐ˆโŠ—๐ jโŠบ(tn))๐Ÿ๐ฑ๐ฑ(tn,๐ฒn)๐ j(tn)๐Ÿ(tn,๐ฒn)001000]โˆˆโ„(d+2)ร—(d+2),

๐‹=[๐ˆ๐ŸŽdร—2],๐ซโŠบ=[๐ŸŽ1ร—(d+1)1], ฮ”๐ณni is a i.i.d. zero mean Gaussian random variable with variance E((ฮ”๐ณni)2)=13hn3 and covariance E(ฮ”๐ฐniฮ”๐ณni)=12hn2 and p+q>1 [12]. For large systems of SDEs,[12] in the above scheme (๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ is replaced by ๐คmn,knp,q(hn,๐Œn,๐ซ).

Order 2 SLL-Taylor schemes

๐ฒtn+1=๐ฒn+๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ+โˆ‘j=1m๐ j(tn)ฮ”๐ฐnj+โˆ‘j=1m๐Ÿ๐ฑ(tn,๐ฒn)๐ j(tn)J~(j,0)+โˆ‘j=1md๐ jdt(tn)J~(0,j)

+โˆ‘โˆ‘1,j2=1m(๐ˆโŠ—๐ j2โŠบ(tn))๐Ÿ๐ฑ๐ฑ(tn,๐ฒn)๐ j1(tn)J~(j1,j2,0),(7.4)

where ๐Œn, ๐‹, ๐ซ and ฮ”๐ฐni are defined as in the order-1 SLL schemes, and J~ฮฑ is order 2 approximation to the multiple Stratonovish integral Jฮฑ.[20]

Order 2 SLL-RK schemes

Fig. 4, Top: Evolution of domains in the phase plane of the harmonic oscillator (7.6), with ฮต=0 and ฯ‰=ฯƒ=1. Images of the initial unit circle (green) are obtained at three time moments T by the exact solution (black), and by the schemes SLL1 (blue) and Implicit Euler (red) with h=0.05. Bottom: Expected value of the energy (solid line) along the solution of the nonlinear oscillator (7.6), with ฮต=1 and ฯ‰=100, and its approximation (circles) computed via Monte Carlo with 10000 simulations of the SLL1 scheme with h=1/2 and p=q=6.

For SDEs with a single Wiener noise (m=1) [20]

๐ฒtn+1=๐ฒn+๐“~(tn,๐ฒn;hn)+hn2(๐ค1+๐ค2)+๐ (tn)ฮ”wn+(๐ (tn+1)โˆ’๐ (tn))hnJ(0,1)(7.5)

where

๐ค1=๐Ÿ(tn+hn2,๐ฒn+๐“~(tn,๐ฒn;hn2)+ฮณ+)โˆ’๐Ÿ๐ฑ(tn,๐ฒn)๐“~(tn,๐ฒn;hn2)โˆ’๐Ÿ(tn,๐ฒn)โˆ’๐Ÿt(tn,๐ฒn)hn2,
๐ค2=๐Ÿ(tn+hn2,๐ฒn+๐“~(tn,๐ฒn;hn2)+ฮณโˆ’)โˆ’๐Ÿ๐ฑ(tn,๐ฒn)๐“~(tn,๐ฒn;hn2)โˆ’๐Ÿ(tn,๐ฒn)โˆ’๐Ÿt(tn,๐ฒn)hn2,

with ฮณยฑ=1hn๐ (tn)(J~(1,0)ยฑ2J~(1,1,0)hnโˆ’J~(1,0)2).

Here, ๐“~(tn,๐ฒn;hn)=๐‹(๐p,q(2โˆ’kn๐Œnhn))2kn๐ซ for low dimensional SDEs, and ๐“~(tn,๐ฒn;hn)=๐‹๐คmn,knp,q(hn,๐Œn,๐ซ) for large systems of SDEs, where ๐Œn, ๐‹, ๐ซ, ฮ”๐ฐni and J~ฮฑ are defined as in the order-2 SLL-Taylor schemes, p+q>1 and mn>2.

Stability and dynamics

By construction, the strong LL and HOLL discretizations inherit the stability and dynamics of the linear SDEs, but it is not the case of the strong LL schemes in general. LL schemes (7.2)-(7.5) with pโ‰คqโ‰คp+2 are A-stable, including stiff and highly oscillatory linear equations.[12] Moreover, for linear SDEs with random attractors, these schemes also have a random attractor that converges in probability to the exact one as the stepsize decreases and preserve the ergodicity of these equations for any stepsize.[20][12] These schemes also reproduce essential dynamical properties of simple and coupled harmonic oscillators such as the linear growth of energy along the paths, the oscillatory behavior around 0, the symplectic structure of Hamiltonian oscillators, and the mean of the paths.[20][22] For nonlinear SDEs with small noise (i.e., (7.1) with ๐ i(t)โ‰ˆ0), the paths of these SLL schemes are basically the nonrandom paths of the LL scheme (4.6) for ODEs plus a small disturbance related to the small noise. In this situation, the dynamical properties of that deterministic scheme, such as the linearization preserving and the preservation of the exact solution dynamics around hyperbolic equilibrium points and periodic orbits, become relevant for the paths of the SLL scheme.[20] For instance, Fig 4 shows the evolution of domains in the phase plane and the energy of the stochastic oscillator

dx(t)=y(t)dt,x1(0)=0.01dy(t)=โˆ’(ฯ‰2x(t)+ฯตx4(t))dt+ฯƒdwt,x1(0)=0.1,(7.6)

and their approximations by two numerical schemes.

Weak LL methods for SDEs

Consider the d-dimensional stochastic differential equation

d๐ฑ(t)=๐Ÿ(t,๐ฑ(t))dt+โˆ‘i=1m๐ i(t)d๐ฐi(t),tโˆˆ[t0,T],(8.1)

with initial condition ๐ฑ(t0)=๐ฑ0, where the drift coefficient ๐Ÿ and the diffusion coefficient ๐ i are differentiable functions, and ๐ฐ=(๐ฐ1,โ€ฆ,๐ฐm) is an m-dimensional standard Wiener process.

Local Linear discretization

For a time discretization (t)h, the order-ฮฒ (=1,2) Weak Local Linear discretization of the solution of the SDE (8.1) is defined by the recursive relation [23]

๐ณn+1=๐ณn+๐“ฮฒ(tn,๐ณn;hn)+๐œผ(tn,๐ณn;hn),with๐ณ0=๐ฑ0,

where

๐“ฮฒ(tn,๐ณn;ฮด)=โˆซ0ฮดe๐Ÿ๐ฑ(tn,๐ณn)(ฮดโˆ’u)(๐Ÿ(tn,๐ณn)+๐›ฮฒ(tn,๐ณn)u)du

with

๐›ฮฒ(tn,๐ณn)={๐Ÿt(tn,๐ณn)for ฮฒ=1๐Ÿt(tn,๐ณn)+12โˆ‘j=1m(๐ˆโŠ—๐ jโŠบ(tn))๐Ÿ๐ฑ๐ฑ(tn,๐ณn)๐ j(tn)for ฮฒ=2,

and ๐œผ(tn,๐ณn;ฮด) is a zero mean stochastic process with variance matrix

๐œฎ(tn,๐ณn;ฮด)=โˆซ0ฮดe๐Ÿ๐ฑ(tn,๐ณn)(ฮดโˆ’s)๐†(tn+s)๐†โŠบ(tn+s)e๐Ÿ๐ฑโŠบ(tn,๐ณn)(ฮดโˆ’s)ds.

Here, ๐Ÿ๐ฑ, ๐Ÿt denote the partial derivatives of ๐Ÿ with respect to the variables ๐ฑ and t, respectively, ๐Ÿ๐ฑ๐ฑ the Hessian matrix of ๐Ÿ with respect to ๐ฑ, and ๐†(t)=[๐ 1(t),โ€ฆ,๐ m(t)]. The weak Local Linear discretization ๐ณn+1 converges with order ฮฒ (=1,2) to the solution of (8.1).

Local Linearization schemes

Depending on the way of computing ๐“ฮฒ and ๐œฎ different numerical schemes can be obtained. Every numerical implementation ๐ฒn of the Weak Local Linear discretization ๐ณn is generically called Weak Local Linearization (WLL) scheme.

Order 1 WLL scheme

๐ฒn+1=๐ฒn+๐14+(๐12๐11โŠบ)1/2๐ƒn [24][25]

where, for SDEs with autonomous diffusion coefficients, ๐11, ๐12 and ๐14 are the submatrices defined by the partitioned matrix ๐=๐p,q(2โˆ’knโ„ณnhn))2kn, with

โ„ณn=[๐Ÿ๐ฑ(tn,๐ฒn)๐†๐†โŠบ๐Ÿt(tn,๐ฒn)๐Ÿ(tn,๐ฒn)๐ŸŽโˆ’๐Ÿ๐ฑโŠบ(tn,๐ฒn)๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ01๐ŸŽ๐ŸŽ00]โˆˆโ„(2d+2)ร—(2d+2),

and {๐ƒn} is a sequence of d-dimensional independent two-points distributed random vectors satisfying P(ฮพnk=ยฑ1)=12.

Order 2 WLL scheme

๐ฒn+1=๐ฒn+๐16+(๐14๐11โŠบ)1/2๐ƒn, [24][25]

where ๐11, ๐14 and ๐16 are the submatrices defined by the partitioned matrix ๐=๐p,q(2โˆ’knโ„ณnhn))2kn with

โ„ณn=[๐‰๐‡2๐‡1๐‡0๐š2๐š1๐ŸŽโˆ’๐‰โŠบ๐ˆ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽโˆ’๐‰โŠบ๐ˆ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽโˆ’๐‰โŠบ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ01๐ŸŽ๐ŸŽ๐ŸŽ๐ŸŽ00]โˆˆโ„(4d+2)ร—(4d+2),

๐‰=๐Ÿ๐ฑ(tn,๐ฒn)๐š1=๐Ÿ(tn,๐ฒn)๐š2=๐Ÿt(tn,๐ฒn)+12โˆ‘i=1m(๐ˆโŠ—(๐ i(tn))โŠบ)๐Ÿ๐ฑ๐ฑ(tn,๐ฒn)๐ i(tn)

and

๐‡0=๐†(tn)๐†โŠบ(tn)๐‡1=๐†(tn)d๐†โŠบ(tn)dt+d๐†(tn)dt๐†โŠบ(tn)๐‡2=d๐†(tn)dtd๐†โŠบ(tn)dt.

Stability and dynamics

Fig. 5 Approximate mean of the SDE (8.2) computed via Monte Carlo with 100 simulations of various schemes with h=1/16 and p=q=6.

By construction, the weak LL discretizations inherit the stability and dynamics of the linear SDEs, but it is not the case of the weak LL schemes in general. WLL schemes, with

pโ‰คqโ‰คp+2,

preserve the first two moments of the linear SDEs, and inherits the mean-square stability or instability that such solution may have.[24] This includes, for instance, the equations of coupled harmonic oscillators driven by random force, and large systems of stiff linear SDEs that result from the method of lines for linear stochastic partial differential equations. Moreover, these WLL schemes preserve the ergodicity of the linear equations, and are geometrically ergodic for some classes of nonlinear SDEs.[26] For nonlinear SDEs with small noise (i.e., (8.1) with

๐ i(t)โ‰ˆ0

), the solutions of these WLL schemes are basically the nonrandom paths of the LL scheme (4.6) for ODEs plus a small disturbance related to the small noise. In this situation, the dynamical properties of that deterministic scheme, such as the linearization preserving and the preservation of the exact solution dynamics around hyperbolic equilibrium points and periodic orbits, become relevant for the mean of the WLL scheme.[24] For instance, Fig. 5 shows the approximate mean of the SDE

dx=โˆ’t2x dt+32(t+1)eโˆ’t3/3 dwt,x(0)=1,(8.2)

computed by various schemes.

Historical notes

Below is a time line of the main developments of the Local Linearization (LL) method.

  • Pope D.A. (1963) introduces the LL discretization for ODEs and the LL scheme based on Taylor expansion.[2]
  • Ozaki T. (1985) introduces the LL method for the integration and estimation of SDEs. The term "Local Linearization" is used for first time.[27]
  • Biscay R. et al. (1996) reformulate the strong LL method for SDEs.[19]
  • Shoji I. and Ozaki T. (1997) reformulate the weak LL method for SDEs.[23]
  • Hochbruck M. et al. (1998) introduce the LL scheme for ODEs based on Krylov subspace approximation.[3]
  • Jimenez J.C. (2002) introduces the LL scheme for ODEs and SDEs based on rational Padรฉ approximation.[21]
  • Carbonell F.M. et al. (2005) introduce the LL method for RDEs.[16]
  • Jimenez J.C. et al. (2006) introduce the LL method for DDEs.[11]
  • De la Cruz H. et al. (2006, 2007) and Tokman M. (2006) introduce the two classes of HOLL integrators for ODEs: the integrator-based [6] and the quadrature-based.[7][5]
  • De la Cruz H. et al. (2010) introduce strong HOLL method for SDEs.[20]

References

Template:Reflist

  1. โ†‘ 1.0 1.1 1.2 1.3 Jimenez J.C. (2009). "Local Linearization methods for the numerical integration of ordinary differential equations: An overview". ICTP Technical Report. 035: 357โ€“373.
  2. โ†‘ 2.0 2.1 Pope, D. A. (1963). "An exponential method of numerical integration of ordinary differential equations". Comm. ACM, 6(8), 491-493. doi:10.1145/366707.367592.
  3. โ†‘ 3.0 3.1 3.2 Hochbruck, M., Lubich, C., & Selhofer, H. (1998). "Exponential integrators for large systems of differential equations". SIAM J. Scient. Comput. 19(5), 1552-1574. doi:10.1137/S1064827595295337.
  4. โ†‘ 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 de la Cruz H.; Biscay R.J.; Jimenez J.C.; Carbonell F. (2013). "Local Linearization - Runge Kutta Methods: a class of A-stable explicit integrators for dynamical systems". Math. Comput. Modelling. 57 (3โ€“4): 720โ€“740. doi:10.1016/j.mcm.2012.08.011.
  5. โ†‘ 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 de la Cruz H.; Biscay R.J.; Carbonell F.; Ozaki T.; Jimenez J.C. (2007). "A higher order Local Linearization method for solving ordinary differential equations". Appl. Math. Comput. 185: 197โ€“212. doi:10.1016/j.amc.2006.06.096.
  6. โ†‘ 6.0 6.1 6.2 6.3 6.4 de la Cruz H.; Biscay R.J.; Carbonell F.; Jimenez J.C.; Ozaki T. (2006). "Local Linearization-Runge Kutta (LLRK) methods for solving ordinary differential equations". Lecture Note in Computer Sciences 3991: 132โ€“139, Springer-Verlag. doi:10.1007/11758501 22. Template:ISBN.
  7. โ†‘ 7.0 7.1 Tokman M. (2006). "Efficient integration of large stiff systems of ODEs with exponential propagation iterative (EPI) methods". J. Comput. Physics. 213 (2): 748โ€“776. doi:10.1016/j.jcp.2005.08.032.
  8. โ†‘ M. Hochbruck.; A. Ostermann. (2011). "Exponential multistep methods of Adams-type". BIT Numer. Math. 51 (4): 889โ€“908. doi:10.1007/s10543-011-0332-6.
  9. โ†‘ 9.0 9.1 9.2 9.3 9.4 Jimenez, J. C., & Carbonell, F. (2005). "Rate of convergence of local linearization schemes for initial-value problems". Appl. Math. Comput., 171(2), 1282-1295. doi:10.1016/j.amc.2005.01.118.
  10. โ†‘ Carbonell F.; Jimenez J.C.; Pedroso L.M. (2008). "Computing multiple integrals involving matrix exponentials". J. Comput. Appl. Math. 213: 300โ€“305. doi:10.1016/j.cam.2007.01.007.
  11. โ†‘ 11.0 11.1 11.2 11.3 Jimenez J.C.; Pedroso L.; Carbonell F.; Hernandez V. (2006). "Local linearization method for numerical integration of delay differential equations". SIAM J. Numer. Analysis. 44 (6): 2584โ€“2609. doi:10.1137/040607356.
  12. โ†‘ 12.0 12.1 12.2 12.3 12.4 12.5 Jimenez J.C.; de la Cruz H. (2012). "Convergence rate of strong Local Linearization schemes for stochastic differential equations with additive noise". BIT Numer. Math. 52 (2): 357โ€“382. doi:10.1007/s10543-011-0360-2.
  13. โ†‘ 13.0 13.1 13.2 Jimenez J.C.; Biscay R.; Mora C.; Rodriguez L.M. (2002). "Dynamic properties of the Local Linearization method for initial-value problems". Appl. Math. Comput. 126: 63โ€“68. doi:10.1016/S0096-3003(00)00100-4.
  14. โ†‘ Jimenez J.C.; Sotolongo A.; Sanchez-Bornot J.M. (2014). "Locally Linearized Runge Kutta method of Dormand and Prince". Appl. Math. Comput. 247: 589โ€“606. doi:10.1016/j.amc.2014.09.001.
  15. โ†‘ Naranjo-Noda, Jimenez J.C. (2021) "Locally Linearized Runge_Kutta method of Dormand and Prince for large systems of initial value problems." J.Comput. Physics. 426: 109946. doi:10.1016/j.jcp.2020.109946.
  16. โ†‘ 16.0 16.1 16.2 Carbonell, F., Jimenez, J. C., Biscay, R. J., & De La Cruz, H. (2005). "The local linearization method for numerical integration of random differential equations". BIT Num. Math. 45(1), 1-14. doi:10.1007/S10543-005-2645-9.
  17. โ†‘ 17.0 17.1 Jimenez J.C.; Carbonell F. (2009). "Rate of convergence of local linearization schemes for random differential equations". BIT Numer. Math. 49 (2): 357โ€“373. doi:10.1007/s10543-009-0225-0.
  18. โ†‘ Jimenez J.C, Shoji I., Ozaki T. (1999) "Simulaciรณn of stochastic differential equation through the local linearization method. A comparative study". J. Statist. Physics. 99: 587-602, doi:10.1023/A:1004504506041.
  19. โ†‘ 19.0 19.1 Biscay, R., Jimenez, J. C., Riera, J. J., & Valdes, P. A. (1996). "Local linearization method for the numerical solution of stochastic differential equations". Annals Inst. Statis. Math. 48(4), 631-644. doi:10.1007/BF00052324.
  20. โ†‘ 20.0 20.1 20.2 20.3 20.4 20.5 20.6 de la Cruz H.; Biscay R.J.; Jimenez J.C.; Carbonell F.; Ozaki T. (2010). "High Order Local Linearization methods: an approach for constructing A-stable high order explicit schemes for stochastic differential equations with additive noise". BIT Numer. Math. 50 (3): 509โ€“539. doi:10.1007/s10543-010-0272-6.
  21. โ†‘ 21.0 21.1 21.2 Jimenez, J. C. (2002). "A simple algebraic expression to evaluate the local linearization schemes for stochastic differential equations". Appl. Math. Letters, 15(6), 775-780. doi:10.1016/S0893-9659(02)00041-1.
  22. โ†‘ de la Cruz H.; Jimenez J.C.; Zubelli J.P. (2017). "Locally Linearized methods for the simulation of stochastic oscillators driven by random forces". BIT Numer. Math. 57: 123โ€“151. doi:10.1007/s10543-016-0620-2.
  23. โ†‘ 23.0 23.1 Shoji, I., & Ozaki, T. (1997). "Comparative study of estimation methods for continuous time stochastic processes". J. Time Series Anal. 18(5), 485-506. doi:10.1111/1467-9892.00064.
  24. โ†‘ 24.0 24.1 24.2 24.3 Jimenez J.C.; Carbonell F. (2015). "Convergence rate of weak Local Linearization schemes for stochastic differential equations with additive noise". J. Comput. Appl. Math. 279: 106โ€“122. doi:10.1016/j.cam.2014.10.021.
  25. โ†‘ 25.0 25.1 Carbonell F.; Jimenez J.C.; Biscay R.J. (2006). "Weak local linear discretizations for stochastic differential equations: convergence and numerical schemes". J. Comput. Appl. Math. 197: 578โ€“596. doi:10.1016/j.cam.2005.11.032.
  26. โ†‘ Hansen N.R. (2003) "Geometric ergodicity of discre-time approximations to multivariate diffusion". Bernoulli. 9 : 725-743, doi:10.3150/bj/1066223276.
  27. โ†‘ Ozaki, T. (1985). "Non-linear time series models and dynamical systems". Handbook of statistics, 5, 25-83. doi:10.1016/S0169-7161(85)05004-0.