display_conditional_variance_decomposition.m (line 40)
Posted: Tue Jun 29, 2010 9:24 am
there is a problem with
it should probably read:
there is no
- Code: Select all
display_conditional_variance_decomposition.m (line 40)
- Code: Select all
StateSpaceModel.sigma_e_is_diagonal = M_.sigma_e_is_diagonal;
it should probably read:
- Code: Select all
StateSpaceModel.sigma_e_is_diagonal = diag(M_.Sigma_e);
there is no
insigma_e_is_diagonal
M_