14 prediction_(std::move(prediction)),
15 correction_(std::move(correction))
21 if (what_step ==
"prediction" ||
22 what_step ==
"state" ||
23 what_step ==
"exogenous")
26 if (what_step ==
"correction")
29 if (what_step ==
"all")
31 bool return_status =
true;
33 return_status &=
prediction_->skip(
"prediction", status);