Discretized là gì

In applied mathematics, discretization is the process of transferring continuous functions, models, variables, and equations into discrete counterparts. This process is usually carried out as a first step toward making them suitable for numerical evaluation and implementation on digital computers. Dichotomization is the special case of discretization in which the number of discrete classes is 2, which can approximate a continuous variable as a binary variable [creating a dichotomy for modeling purposes, as in binary classification].

Discretization is also related to discrete mathematics, and is an important component of granular computing. In this context, discretization may also refer to modification of variable or category granularity, as when multiple discrete variables are aggregated or multiple discrete categories fused.

Whenever continuous data is discretized, there is always some amount of discretization error. The goal is to reduce the amount to a level considered negligible for the modeling purposes at hand.

The terms discretization and quantization often have the same denotation but not always identical connotations. [Specifically, the two terms share a semantic field.] The same is true of discretization error and quantization error.

Mathematical methods relating to discretization include the Euler–Maruyama method and the zero-order hold.

Discretization of linear state space models [edit]

Discretization is also concerned with the transformation of continuous differential equations into discrete difference equations, suitable for numerical computing.

The following continuous-time state space model

x˙[t]=Ax[t]+Bu[t]+w[t]{\displaystyle {\dot {\mathbf {x} }}[t]=\mathbf {A} \mathbf {x} [t]+\mathbf {B} \mathbf {u} [t]+\mathbf {w} [t]}y[t]=Cx[t]+Du[t]+v[t]{\displaystyle \mathbf {y} [t]=\mathbf {C} \mathbf {x} [t]+\mathbf {D} \mathbf {u} [t]+\mathbf {v} [t]}

where v and w are continuous zero-mean white noise sources with power spectral densities

w[t]∼N[0,Q]{\displaystyle \mathbf {w} [t]\sim N[0,\mathbf {Q} ]}v[t]∼N[0,R]{\displaystyle \mathbf {v} [t]\sim N[0,\mathbf {R} ]}

can be discretized, assuming zero-order hold for the input u and continuous integration for the noise v, to

x[k+1]=Adx[k]+Bdu[k]+w[k]{\displaystyle \mathbf {x} [k+1]=\mathbf {A} _{d}\mathbf {x} [k]+\mathbf {B} _{d}\mathbf {u} [k]+\mathbf {w} [k]}y[k]=Cdx[k]+Ddu[k]+v[k]{\displaystyle \mathbf {y} [k]=\mathbf {C} _{d}\mathbf {x} [k]+\mathbf {D} _{d}\mathbf {u} [k]+\mathbf {v} [k]}

with covariances

w[k]∼N[0,Qd]{\displaystyle \mathbf {w} [k]\sim N[0,\mathbf {Q} _{d}]}v[k]∼N[0,Rd]{\displaystyle \mathbf {v} [k]\sim N[0,\mathbf {R} _{d}]}

where

Ad=eAT=L−1{[sI−A]−1}t=T{\displaystyle \mathbf {A} _{d}=e^{\mathbf {A} T}={\mathcal {L}}^{-1}\{[s\mathbf {I} -\mathbf {A} ]^{-1}\}_{t=T}}Bd=[∫τ=0TeAτdτ]B=A−1[Ad−I]B{\displaystyle \mathbf {B} _{d}=\left[\int _{\tau =0}^{T}e^{\mathbf {A} \tau }d\tau \right]\mathbf {B} =\mathbf {A} ^{-1}[\mathbf {A} _{d}-I]\mathbf {B} }, if A{\displaystyle \mathbf {A} } is nonsingularCd=C{\displaystyle \mathbf {C} _{d}=\mathbf {C} }Dd=D{\displaystyle \mathbf {D} _{d}=\mathbf {D} }Qd=∫τ=0TeAτQeA⊤τdτ{\displaystyle \mathbf {Q} _{d}=\int _{\tau =0}^{T}e^{\mathbf {A} \tau }\mathbf {Q} e^{\mathbf {A} ^{\top }\tau }d\tau }Rd=R1T{\displaystyle \mathbf {R} _{d}=\mathbf {R} {\frac {1}{T}}}

and T{\displaystyle T} is the sample time, although A⊤{\displaystyle \mathbf {A} ^{\top }} is the transposed matrix of A{\displaystyle \mathbf {A} }. The equation for the discretized measurement noise is a consequence of the continuous measurement noise being defined with a power spectral density.

A clever trick to compute Ad and Bd in one step is by utilizing the following property:: p. 215 

e[AB00]T=[AdBd0I]{\displaystyle e^{{\begin{bmatrix}\mathbf {A} &\mathbf {B} \\\mathbf {0} &\mathbf {0} \end{bmatrix}}T}={\begin{bmatrix}\mathbf {A_{d}} &\mathbf {B_{d}} \\\mathbf {0} &\mathbf {I} \end{bmatrix}}}

Where Ad{\displaystyle \mathbf {A} _{d}}and Bd{\displaystyle \mathbf {B} _{d}}are the discretized state-space matrices.

Discretization of process noise[edit]

Numerical evaluation of Qd{\displaystyle \mathbf {Q} _{d}} is a bit trickier due to the matrix exponential integral. It can, however, be computed by first constructing a matrix, and computing the exponential of it

F=[−AQ0A⊤]T{\displaystyle \mathbf {F} ={\begin{bmatrix}-\mathbf {A} &\mathbf {Q} \\\mathbf {0} &\mathbf {A} ^{\top }\end{bmatrix}}T}G=eF=[…Ad−1Qd0Ad⊤].{\displaystyle \mathbf {G} =e^{\mathbf {F} }={\begin{bmatrix}\dots &\mathbf {A} _{d}^{-1}\mathbf {Q} _{d}\\\mathbf {0} &\mathbf {A} _{d}^{\top }\end{bmatrix}}.}

The discretized process noise is then evaluated by multiplying the transpose of the lower-right partition of G with the upper-right partition of G:

Qd=[Ad⊤]⊤[Ad−1Qd]=Ad[Ad−1Qd].{\displaystyle \mathbf {Q} _{d}=[\mathbf {A} _{d}^{\top }]^{\top }[\mathbf {A} _{d}^{-1}\mathbf {Q} _{d}]=\mathbf {A} _{d}[\mathbf {A} _{d}^{-1}\mathbf {Q} _{d}].}

Derivation[edit]

Starting with the continuous model

x˙[t]=Ax[t]+Bu[t]{\displaystyle \mathbf {\dot {x}} [t]=\mathbf {A} \mathbf {x} [t]+\mathbf {B} \mathbf {u} [t]}

we know that the matrix exponential is

ddteAt=AeAt=eAtA{\displaystyle {\frac {d}{dt}}e^{\mathbf {A} t}=\mathbf {A} e^{\mathbf {A} t}=e^{\mathbf {A} t}\mathbf {A} }

and by premultiplying the model we get

e−Atx˙[t]=e−AtAx[t]+e−AtBu[t]{\displaystyle e^{-\mathbf {A} t}\mathbf {\dot {x}} [t]=e^{-\mathbf {A} t}\mathbf {A} \mathbf {x} [t]+e^{-\mathbf {A} t}\mathbf {B} \mathbf {u} [t]}

which we recognize as

ddt[e−Atx[t]]=e−AtBu[t]{\displaystyle {\frac {d}{dt}}[e^{-\mathbf {A} t}\mathbf {x} [t]]=e^{-\mathbf {A} t}\mathbf {B} \mathbf {u} [t]}

and by integrating..

e−Atx[t]−e0x[0]=∫0te−AτBu[τ]dτ{\displaystyle e^{-\mathbf {A} t}\mathbf {x} [t]-e^{0}\mathbf {x} [0]=\int _{0}^{t}e^{-\mathbf {A} \tau }\mathbf {B} \mathbf {u} [\tau ]d\tau }x[t]=eAtx[0]+∫0teA[t−τ]Bu[τ]dτ{\displaystyle \mathbf {x} [t]=e^{\mathbf {A} t}\mathbf {x} [0]+\int _{0}^{t}e^{\mathbf {A} [t-\tau ]}\mathbf {B} \mathbf {u} [\tau ]d\tau }

which is an analytical solution to the continuous model.

Now we want to discretise the above expression. We assume that u is constant during each timestep.

x[k] =def x[kT]{\displaystyle \mathbf {x} [k]\ {\stackrel {\mathrm {def} }{=}}\ \mathbf {x} [kT]}x[k]=eAkTx[0]+∫0kTeA[kT−τ]Bu[τ]dτ{\displaystyle \mathbf {x} [k]=e^{\mathbf {A} kT}\mathbf {x} [0]+\int _{0}^{kT}e^{\mathbf {A} [kT-\tau ]}\mathbf {B} \mathbf {u} [\tau ]d\tau }x[k+1]=eA[k+1]Tx[0]+∫0[k+1]TeA[[k+1]T−τ]Bu[τ]dτ{\displaystyle \mathbf {x} [k+1]=e^{\mathbf {A} [k+1]T}\mathbf {x} [0]+\int _{0}^{[k+1]T}e^{\mathbf {A} [[k+1]T-\tau ]}\mathbf {B} \mathbf {u} [\tau ]d\tau }x[k+1]=eAT[eAkTx[0]+∫0kTeA[kT−τ]Bu[τ]dτ]+∫kT[k+1]TeA[kT+T−τ]Bu[τ]dτ{\displaystyle \mathbf {x} [k+1]=e^{\mathbf {A} T}\left[e^{\mathbf {A} kT}\mathbf {x} [0]+\int _{0}^{kT}e^{\mathbf {A} [kT-\tau ]}\mathbf {B} \mathbf {u} [\tau ]d\tau \right]+\int _{kT}^{[k+1]T}e^{\mathbf {A} [kT+T-\tau ]}\mathbf {B} \mathbf {u} [\tau ]d\tau }

We recognize the bracketed expression as x[k]{\displaystyle \mathbf {x} [k]}, and the second term can be simplified by substituting with the function v[τ]=kT+T−τ{\displaystyle v[\tau ]=kT+T-\tau }. Note that dτ=−dv{\displaystyle d\tau =-dv}. We also assume that u{\displaystyle \mathbf {u} } is constant during the integral, which in turn yields

x[k+1]=eATx[k]−[∫v[kT]v[[k+1]T]eAvdv]Bu[k]=eATx[k]−[∫T0eAvdv]Bu[k]=eATx[k]+[∫0TeAvdv]Bu[k]=eATx[k]+A−1[eAT−I]Bu[k]{\displaystyle {\begin{matrix}\mathbf {x} [k+1]&=&e^{\mathbf {A} T}\mathbf {x} [k]-\left[\int _{v[kT]}^{v[[k+1]T]}e^{\mathbf {A} v}dv\right]\mathbf {B} \mathbf {u} [k]\\&=&e^{\mathbf {A} T}\mathbf {x} [k]-\left[\int _{T}^{0}e^{\mathbf {A} v}dv\right]\mathbf {B} \mathbf {u} [k]\\&=&e^{\mathbf {A} T}\mathbf {x} [k]+\left[\int _{0}^{T}e^{\mathbf {A} v}dv\right]\mathbf {B} \mathbf {u} [k]\\&=&e^{\mathbf {A} T}\mathbf {x} [k]+\mathbf {A} ^{-1}\left[e^{\mathbf {A} T}-\mathbf {I} \right]\mathbf {B} \mathbf {u} [k]\end{matrix}}}

which is an exact solution to the discretization problem.

When A{\displaystyle \mathbf {A} } is singular, the latter expression can still be used by replacing eAT{\displaystyle e^{\mathbf {A} T}} by its Taylor expansion,

eAT=∑k=0∞1k![AT]k.{\displaystyle e^{{\mathbf {A} }T}=\sum _{k=0}^{\infty }{\frac {1}{k!}}[{\mathbf {A} }T]^{k}.}

This yields

x[k+1]=eATx[k]+[∫0TeAvdv]Bu[k]=[∑k=0∞1k![AT]k]x[k]+[∑k=1∞1k!Ak−1Tk]Bu[k],{\displaystyle {\begin{matrix}\mathbf {x} [k+1]&=&e^{{\mathbf {A} }T}\mathbf {x} [k]+\left[\int _{0}^{T}e^{{\mathbf {A} }v}dv\right]\mathbf {B} \mathbf {u} [k]\\&=&\left[\sum _{k=0}^{\infty }{\frac {1}{k!}}[{\mathbf {A} }T]^{k}\right]\mathbf {x} [k]+\left[\sum _{k=1}^{\infty }{\frac {1}{k!}}{\mathbf {A} }^{k-1}T^{k}\right]\mathbf {B} \mathbf {u} [k],\end{matrix}}}

which is the form used in practice.

Approximations[edit]

Exact discretization may sometimes be intractable due to the heavy matrix exponential and integral operations involved. It is much easier to calculate an approximate discrete model, based on that for small timesteps eAT≈I+AT{\displaystyle e^{\mathbf {A} T}\approx \mathbf {I} +\mathbf {A} T}. The approximate solution then becomes:

x[k+1]≈[I+AT]x[k]+TBu[k]{\displaystyle \mathbf {x} [k+1]\approx [\mathbf {I} +\mathbf {A} T]\mathbf {x} [k]+T\mathbf {B} \mathbf {u} [k]}

This is also known as the Euler method, which is also known as the forward Euler method. Other possible approximations are eAT≈[I−AT]−1{\displaystyle e^{\mathbf {A} T}\approx \left[\mathbf {I} -\mathbf {A} T\right]^{-1}}, otherwise known as the backward Euler method and eAT≈[I+12AT][I−12AT]−1{\displaystyle e^{\mathbf {A} T}\approx \left[\mathbf {I} +{\frac {1}{2}}\mathbf {A} T\right]\left[\mathbf {I} -{\frac {1}{2}}\mathbf {A} T\right]^{-1}}, which is known as the bilinear transform, or Tustin transform. Each of these approximations has different stability properties. The bilinear transform preserves the instability of the continuous-time system.

Discretization of continuous features[edit]

In statistics and machine learning, discretization refers to the process of converting continuous features or variables to discretized or nominal features. This can be useful when creating probability mass functions.

Chủ Đề