StateSpaceModels / ssm

Inference for State Space Models like playing with duplo blocks
GNU General Public License v3.0
25 stars 16 forks source link

print: t0 cannot be printed #2

Closed sballesteros closed 10 years ago

sballesteros commented 10 years ago

We can only print starting from the first data point. Not for the initial conditions (t0). It's getting nasty because, there can be different initial time (t0) per observed variable. I propose to discard this issue and never print the initial conditions (t0).

Otherwise, we would need to do a ssm_row_t *row0 to be able to fully leverage the output functions of print.c

JDureau commented 10 years ago

Fully agree with that.