Changeset 590 for library/doc/html/kalman.html
- Timestamp:
- 08/29/09 20:54:10 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/kalman.html
r538 r590 69 69 Both prior and posterior densities on the state are Gaussian, i.e. of the class enorm.<p> 70 70 There is a range of classes that implements this functionality, namely:<ul> 71 <li><a class="el" href="classbdm_1_1KalmanFull.html" title="Basic Kalman filter with full matrices (education purpose only)! Will be deleted...">bdm::KalmanFull</a> which implements the estimation algorithm on full matrices,</li><li><a class="el" href="classbdm_1_1KalmanCh.html" title="Kalman filter in square root form.">bdm::KalmanCh</a> which implements the estimation algorithm using choleski decompositions and QR algorithm.</li></ul>71 <li><a class="el" href="classbdm_1_1KalmanFull.html" title="Basic Kalman filter with full matrices.">bdm::KalmanFull</a> which implements the estimation algorithm on full matrices,</li><li><a class="el" href="classbdm_1_1KalmanCh.html" title="Kalman filter in square root form.">bdm::KalmanCh</a> which implements the estimation algorithm using choleski decompositions and QR algorithm.</li></ul> 72 72 <h2><a class="anchor" name="ekf"> 73 73 Extended Kalman Filtering</a></h2> … … 113 113 } 114 114 </pre></div> </div> 115 <hr size="1"><address style="text-align: right;"><small>Generated on S un Aug 16 17:58:182009 for mixpp by 115 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:42 2009 for mixpp by 116 116 <a href="http://www.doxygen.org/index.html"> 117 117 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>