Fix dynare_estimation_1 for order>1
Particle filter estimation was simply plugged into dynare_estimation_1
. Many routines can be recycled, but we need to be more careful to check that outputs are really correct at order>1
. For example, we will return smoother results based on a Kalman smoother instead of a particle smoother.