📄 classbayesian__filter_1_1likelihood__observe__model.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Bayes++ Bayesian Filtering Classes: Bayesian_filter::Likelihood_observe_model class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Compound List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Compound Members</a> | <a class="qindex" href="globals.html">File Members</a></div><h1>Bayesian_filter::Likelihood_observe_model Class Reference</h1><code>#include <<a class="el" href="bayesFlt_8hpp-source.html">bayesFlt.hpp</a>></code><p><p>Inheritance diagram for Bayesian_filter::Likelihood_observe_model:<p><center><img src="classBayesian__filter_1_1Likelihood__observe__model.png" usemap="#Bayesian_filter::Likelihood_observe_model_map" border="0" alt=""></center><map name="Bayesian_filter::Likelihood_observe_model_map"><area href="classBayesian__filter_1_1Observe__model__base.html" alt="Bayesian_filter::Observe_model_base" shape="rect" coords="453,56,745,80"><area href="classBayesian__filter_1_1Bayes__base.html" alt="Bayesian_filter::Bayes_base" shape="rect" coords="453,0,745,24"><area href="classBayesian__filter_1_1General__LiCoAd__observe__model.html" alt="Bayesian_filter::General_LiCoAd_observe_model" shape="rect" coords="0,168,292,192"><area href="classBayesian__filter_1_1General__LiUnAd__observe__model.html" alt="Bayesian_filter::General_LiUnAd_observe_model" shape="rect" coords="302,168,594,192"><area href="classBayesian__filter_1_1General__LzCoAd__observe__model.html" alt="Bayesian_filter::General_LzCoAd_observe_model" shape="rect" coords="604,168,896,192"><area href="classBayesian__filter_1_1General__LzUnAd__observe__model.html" alt="Bayesian_filter::General_LzUnAd_observe_model" shape="rect" coords="906,168,1198,192"></map><a href="classBayesian__filter_1_1Likelihood__observe__model-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Likelihood__observe__model.html#a0">Likelihood_observe_model</a> (size_t z_size)</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="classBayesian__filter_1_1Bayes__base.html#w0">Float</a> </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Likelihood__observe__model.html#a1">L</a> (const FM::Vec &x) const=0</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Likelihood__observe__model.html#a2">Lz</a> (const FM::Vec &zz)</td></tr><tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>FM::Vec </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Likelihood__observe__model.html#p0">z</a></td></tr></table><hr><h2>Constructor & Destructor Documentation</h2><a name="a0" doxytag="Bayesian_filter::Likelihood_observe_model::Likelihood_observe_model"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> Bayesian_filter::Likelihood_observe_model::Likelihood_observe_model </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">size_t </td> <td class="mdname1" valign="top" nowrap> <em>z_size</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><hr><h2>Member Function Documentation</h2><a name="a1" doxytag="Bayesian_filter::Likelihood_observe_model::L"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual <a class="el" href="classBayesian__filter_1_1Bayes__base.html#w0">Float</a> Bayesian_filter::Likelihood_observe_model::L </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const FM::Vec & </td> <td class="mdname1" valign="top" nowrap> <em>x</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const<code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classBayesian__filter_1_1General__LzUnAd__observe__model.html#a1">Bayesian_filter::General_LzUnAd_observe_model</a>, <a class="el" href="classBayesian__filter_1_1General__LiUnAd__observe__model.html#a1">Bayesian_filter::General_LiUnAd_observe_model</a>, <a class="el" href="classBayesian__filter_1_1General__LzCoAd__observe__model.html#a1">Bayesian_filter::General_LzCoAd_observe_model</a>, and <a class="el" href="classBayesian__filter_1_1General__LiCoAd__observe__model.html#a1">Bayesian_filter::General_LiCoAd_observe_model</a>. </td> </tr></table><a name="a2" doxytag="Bayesian_filter::Likelihood_observe_model::Lz"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual void Bayesian_filter::Likelihood_observe_model::Lz </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const FM::Vec & </td> <td class="mdname1" valign="top" nowrap> <em>zz</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline, virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Reimplemented in <a class="el" href="classBayesian__filter_1_1General__LzUnAd__observe__model.html#a2">Bayesian_filter::General_LzUnAd_observe_model</a>, <a class="el" href="classBayesian__filter_1_1General__LiUnAd__observe__model.html#a2">Bayesian_filter::General_LiUnAd_observe_model</a>, <a class="el" href="classBayesian__filter_1_1General__LzCoAd__observe__model.html#a2">Bayesian_filter::General_LzCoAd_observe_model</a>, and <a class="el" href="classBayesian__filter_1_1General__LiCoAd__observe__model.html#a2">Bayesian_filter::General_LiCoAd_observe_model</a>. </td> </tr></table><hr><h2>Member Data Documentation</h2><a name="p0" doxytag="Bayesian_filter::Likelihood_observe_model::z"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> FM::Vec <a class="el" href="classBayesian__filter_1_1Likelihood__observe__model.html#p0">Bayesian_filter::Likelihood_observe_model::z</a><code> [protected]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="bayesFlt_8hpp-source.html">bayesFlt.hpp</a></ul><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 16 11:20:59 2004 for Bayes++ Bayesian Filtering Classes by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -