#LyX 2.0 created this file. For more info see http://www.lyx.org/ \lyxformat 413 \begin_document \begin_header \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_package default \inputencoding auto \fontencoding global \font_roman default \font_sans default \font_typewriter default \font_default_family default \use_non_tex_fonts false \font_sc false \font_osf false \font_sf_scale 100 \font_tt_scale 100 \graphics default \default_output_format default \output_sync 0 \bibtex_command default \index_command default \paperfontsize default \use_hyperref false \papersize default \use_geometry false \use_amsmath 1 \use_esint 1 \use_mhchem 1 \use_mathdots 1 \cite_engine basic \use_bibtopic false \use_indices false \paperorientation portrait \suppress_date false \use_refstyle 0 \index Index \shortcut idx \color #008000 \end_index \secnumdepth 3 \tocdepth 3 \paragraph_separation indent \paragraph_indentation default \quotes_language english \papercolumns 1 \papersides 1 \paperpagestyle default \tracking_changes false \output_changes false \html_math_output 0 \html_css_as_file 0 \html_be_strict false \end_header \begin_body \begin_layout Standard System \begin_inset Formula \[ y_{t}=y_{t-1}+bu_{t}+e_{t} \] \end_inset is assumed to fullfill causality, i.e. \begin_inset Formula $y_{t-1}\rightarrow u_{t}\rightarrow y_{t}$ \end_inset \end_layout \begin_layout Standard with change in notation, i.e. \begin_inset Formula $y_{t-1}\rightarrow u_{t-1}\rightarrow y_{t}$ \end_inset the same system is: \begin_inset Formula \[ y_{t}=y_{t-1}+bu_{t-1}+e_{t} \] \end_inset and can be transformed as \begin_inset Formula \begin{eqnarray*} x_{t+1} & = & x_{t}+bu_{t}+e_{t}\\ y_{t} & = & x_{t} \end{eqnarray*} \end_inset Morale: \end_layout \begin_layout Itemize for transcription from ARX to State-Space, the state is one time-step shorter than the regressor in ARX! \end_layout \begin_layout Subsection* Delays in \begin_inset Formula $u$ \end_inset : \end_layout \begin_layout Standard System \begin_inset Formula \[ y_{t}=y_{t-1}+bu_{t}+cu_{t-1}+e_{t} \] \end_inset is \begin_inset Formula \begin{eqnarray*} \left[\begin{array}{c} x_{t+1}\\ u_{t} \end{array}\right] & =\left[\begin{array}{cc} 1 & c\\ 0 & 0 \end{array}\right] & \left[\begin{array}{c} x_{t}\\ u_{t-1} \end{array}\right]+\left[\begin{array}{c} b\\ 1 \end{array}\right]u_{t}+e_{t}\\ y_{t} & = & x_{t} \end{eqnarray*} \end_inset \end_layout \begin_layout Standard System #2: \begin_inset Formula \[ y_{t}=ay_{t-1}+a_{2}y_{t-2}+bu_{t-1}+cu_{t-2}+e_{t} \] \end_inset is \begin_inset Formula \begin{eqnarray*} \left[\begin{array}{c} x_{t+1}\\ x_{t}\\ u_{t} \end{array}\right] & =\left[\begin{array}{ccc} a_{1} & a_{2} & c\\ 1 & 0 & 0\\ 0 & 0 & 0 \end{array}\right] & \left[\begin{array}{c} x_{t}\\ x_{t-1}\\ u_{t-1} \end{array}\right]+\left[\begin{array}{c} b\\ \\ 1 \end{array}\right]u_{t}+e_{t}\\ y_{t} & = & x_{t} \end{eqnarray*} \end_inset \end_layout \begin_layout Standard Notation in BDM: \end_layout \begin_layout Standard xrv = [y{0}, u{-1}] \end_layout \begin_layout Subsection* Constant term \end_layout \begin_layout Standard System \begin_inset Formula \[ y_{t}=y_{t-1}+bu_{t-1}+g+e_{t} \] \end_inset must be modelled as \begin_inset Formula \[ \left[\begin{array}{c} x_{t+1}\\ one \end{array}\right]=\left[\begin{array}{cc} 1 & c\\ 0 & 0 \end{array}\right]\left[\begin{array}{c} x_{t}\\ one \end{array}\right]+\left[\begin{array}{c} b\\ 1 \end{array}\right]u_{t}+e_{t} \] \end_inset where one is an extra state variable. \end_layout \end_body \end_document