Fix typo in 13-Smoothing
"than" should be "then" in this sentence. Also added a comma.
This commit is contained in:
parent
2c271f37bd
commit
444950498a
@ -415,7 +415,7 @@
|
||||
"\n",
|
||||
"* Fixed Interval Smoothing\n",
|
||||
"\n",
|
||||
"This is a batch processing based filter. This filter waits for all of the data to be collected before making any estimates. For example, you may be a scientist collecting data for an experiment, and don't need to know the result until the experiment is complete. A fixed interval smoother will collect all the data than estimate the state at each measurement using all available previous and future measurements. If it is possible for you to run your Kalman filter in batch mode it is always recommended to use one of these filters a it will provide much better results than the recursive forms of the filter from the previous chapters.\n",
|
||||
"This is a batch processing based filter. This filter waits for all of the data to be collected before making any estimates. For example, you may be a scientist collecting data for an experiment, and don't need to know the result until the experiment is complete. A fixed interval smoother will collect all the data, then estimate the state at each measurement using all available previous and future measurements. If it is possible for you to run your Kalman filter in batch mode it is always recommended to use one of these filters a it will provide much better results than the recursive forms of the filter from the previous chapters.\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"* Fixed Lag Smoothing\n",
|
||||
|
Loading…
Reference in New Issue
Block a user