mixpp: bdm::StateCanonical Class Reference

bdm::StateCanonical Class Reference

conversion of outer ARX model (mlnorm) to state space model More...

#include <kalman.h>

Inheritance diagram for bdm::StateCanonical:

bdm::StateSpace< sq_T > List of all members.

Public Member Functions

void connect_mlnorm (const mlnorm< fsqmat > &ml)
 set up this object to match given mlnorm
void update_from (const mlnorm< fsqmat > &ml)
 fast function to update parameters from ml - not checked for compatibility!!

Protected Attributes

datalink_part th2A
 remember connection from theta ->A
datalink_part th2C
 remember connection from theta ->C
datalink_part th2D
 remember connection from theta ->D
vec A1row
 cached first row of A
vec C1row
 cached first row of C
vec D1row
 cached first row of D

Detailed Description

conversion of outer ARX model (mlnorm) to state space model

The model is constructed as:

\[ x_{t+1} = Ax_t + B u_t + R^{1/2} e_t, y_t=Cx_t+Du_t + R^{1/2}w_t, \]

For example, for: Using Frobenius form, see [].

For easier use in the future, indices theta_in_A and theta_in_C are set. TODO - explain


The documentation for this class was generated from the following files:
Generated on 2 Dec 2013 for mixpp by  doxygen 1.4.7