- Timestamp:
- 05/12/08 17:37:08 (17 years ago)
- Location:
- doc
- Files:
-
- 22 added
- 257 modified
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/html/annotated.html ¶
r99 r106 43 43 <tr><td class="indexkey"><a class="el" href="classEKFfixed.html">EKFfixed</a></td><td class="indexvalue">Extended <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter in full matrices </td></tr> 44 44 <tr><td class="indexkey"><a class="el" href="classEKFfull.html">EKFfull</a></td><td class="indexvalue">Extended <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter in full matrices </td></tr> 45 <tr><td class="indexkey"><a class="el" href="classemix.html">emix</a></td><td class="indexvalue">Mixture of epdfs </td></tr> 45 46 <tr><td class="indexkey"><a class="el" href="classenorm.html">enorm< sq_T ></a></td><td class="indexvalue">Gaussian density with positive definite (decomposed) covariance matrix </td></tr> 46 47 <tr><td class="indexkey"><a class="el" href="classepdf.html">epdf</a></td><td class="indexvalue">Probability density function with numerical statistics, e.g. posterior density </td></tr> … … 77 78 </table> 78 79 </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:22 2008 for mixpp by 80 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:32 2008 for mixpp by 80 81 <a href="http://www.doxygen.org/index.html"> 81 82 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/arx_8h-source.html ¶
r99 r106 31 31 <a name="l00043"></a><a class="code" href="classARX.html#a4182c281098b2d86b62518a7493d9be">00043</a> <span class="keywordtype">double</span> &<a class="code" href="classARX.html#a4182c281098b2d86b62518a7493d9be" title="cached value of est.nu">nu</a>; 32 32 <a name="l00045"></a><a class="code" href="classARX.html#e467144efb0a5acbc10dba4eff8638fe">00045</a> <span class="keywordtype">double</span> <a class="code" href="classARX.html#e467144efb0a5acbc10dba4eff8638fe" title="forgetting factor">frg</a>; 33 <a name="l00047"></a><a class="code" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec">00047</a> <span class="keywordtype">double</span> <a class="code" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec" title="cached value of lognc() in the previous step ">last_lognc</a>;33 <a name="l00047"></a><a class="code" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec">00047</a> <span class="keywordtype">double</span> <a class="code" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec" title="cached value of lognc() in the previous step (used in evaluation of ll )">last_lognc</a>; 34 34 <a name="l00048"></a>00048 <span class="keyword">public</span>: 35 <a name="l00050"></a><a class="code" href="classARX.html#5fc6c18e73dcc0f1135eef33f42db8be">00050</a> <a class="code" href="classARX.html#5fc6c18e73dcc0f1135eef33f42db8be" title="Full constructor.">ARX</a> (<a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &<a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>, mat &V0, <span class="keywordtype">double</span> &nu0, <span class="keywordtype">double</span> frg0=1.0) : <a class="code" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a>(rv),<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>(rv,V0,nu0), <a class="code" href="classARX.html#2291297861dd74ca0175a01f910a0ef7" title="cached value of est.V">V</a>(<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>._V()), <a class="code" href="classARX.html#a4182c281098b2d86b62518a7493d9be" title="cached value of est.nu">nu</a>(<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>._nu()), <a class="code" href="classARX.html#e467144efb0a5acbc10dba4eff8638fe" title="forgetting factor">frg</a>(frg0){<a class="code" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec" title="cached value of lognc() in the previous step ">last_lognc</a>=<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>.<a class="code" href="classegiw.html#70eb1a0b88459b227f919b425b0d3359" title="logarithm of the normalizing constant, ">lognc</a>();};35 <a name="l00050"></a><a class="code" href="classARX.html#5fc6c18e73dcc0f1135eef33f42db8be">00050</a> <a class="code" href="classARX.html#5fc6c18e73dcc0f1135eef33f42db8be" title="Full constructor.">ARX</a> (<a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &<a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>, mat &V0, <span class="keywordtype">double</span> &nu0, <span class="keywordtype">double</span> frg0=1.0) : <a class="code" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a>(rv),<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>(rv,V0,nu0), <a class="code" href="classARX.html#2291297861dd74ca0175a01f910a0ef7" title="cached value of est.V">V</a>(<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>._V()), <a class="code" href="classARX.html#a4182c281098b2d86b62518a7493d9be" title="cached value of est.nu">nu</a>(<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>._nu()), <a class="code" href="classARX.html#e467144efb0a5acbc10dba4eff8638fe" title="forgetting factor">frg</a>(frg0){<a class="code" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec" title="cached value of lognc() in the previous step (used in evaluation of ll )">last_lognc</a>=<a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>.<a class="code" href="classegiw.html#70eb1a0b88459b227f919b425b0d3359" title="logarithm of the normalizing constant, ">lognc</a>();}; 36 36 <a name="l00052"></a>00052 <span class="keywordtype">void</span> <a class="code" href="classARX.html#ba82c956ca893826811aefe1e4af465d" title="Here .">bayes</a> ( <span class="keyword">const</span> vec &dt ); 37 37 <a name="l00053"></a><a class="code" href="classARX.html#9d8eff7a9df81786191a4c55b27e5b8a">00053</a> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>& <a class="code" href="classARX.html#9d8eff7a9df81786191a4c55b27e5b8a" title="Returns a pointer to the epdf representing posterior density on parameters. Use with...">_epdf</a>() {<span class="keywordflow">return</span> <a class="code" href="classARX.html#691d023662beffa1dda611b416c0e27e" title="Posterior estimate of in the form of Normal-inverse Wishart density.">est</a>;} … … 44 44 <a name="l00061"></a>00061 45 45 </pre></div></div> 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 47 47 <a href="http://www.doxygen.org/index.html"> 48 48 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/arx_8h.html ¶
r99 r106 33 33 34 34 <p> 35 <div class="dynheader"> 36 This graph shows which files directly or indirectly include this file:</div> 37 <div class="dynsection"> 38 <p><center><img src="arx_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/estim/arx.hdep_map" alt=""></center> 39 <map name="work/mixpp/bdm/estim/arx.hdep_map"> 40 <area shape="rect" href="sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="5,81,232,105"></map> 41 </div> 42 43 <p> 35 44 <a href="arx_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 36 45 <tr><td></td></tr> … … 46 55 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 47 56 Using IT++ for numerical operations ----------------------------------- </div> 48 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 57 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:30 2008 for mixpp by 49 58 <a href="http://www.doxygen.org/index.html"> 50 59 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/chmat_8h-source.html ¶
r99 r106 68 68 <a name="l00083"></a>00083 <span class="preprocessor">#endif // CHMAT_H</span> 69 69 </pre></div></div> 70 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 70 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 71 71 <a href="http://www.doxygen.org/index.html"> 72 72 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/chmat_8h.html ¶
r99 r106 55 55 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 56 56 Using IT++ for numerical operations ----------------------------------- </div> 57 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 57 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:30 2008 for mixpp by 58 58 <a href="http://www.doxygen.org/index.html"> 59 59 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classARX-members.html ¶
r99 r106 43 43 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 44 44 </table></div> 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:35 2008 for mixpp by 46 46 <a href="http://www.doxygen.org/index.html"> 47 47 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classARX.html ¶
r99 r106 95 95 double </td><td class="memItemRight" valign="bottom"><a class="el" href="classARX.html#6d0cd0f0734aa77cdc5e48f1cf6737ec">last_lognc</a></td></tr> 96 96 97 <tr><td class="mdescLeft"> </td><td class="mdescRight">cached value of lognc() in the previous step <br></td></tr>97 <tr><td class="mdescLeft"> </td><td class="mdescRight">cached value of lognc() in the previous step (used in evaluation of <code>ll</code> ) <br></td></tr> 98 98 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="af00f0612fabe66241dd507188cdbf88"></a><!-- doxytag: member="ARX::rv" ref="af00f0612fabe66241dd507188cdbf88" args="" --> 99 99 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#af00f0612fabe66241dd507188cdbf88">rv</a></td></tr> … … 141 141 <dl class="return" compact><dt><b>Returns:</b></dt><dd>indeces of accepted regressors. </dd></dl> 142 142 143 <p>References <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="arx_8h-source.html#l00039">est</a>, <a class="el" href="libEF_8cpp-source.html#l00031">egiw::lognc()</a>, and <a class="el" href="libBM_8h-source.html#l0022 4">BM::rv</a>.</p>143 <p>References <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="arx_8h-source.html#l00039">est</a>, <a class="el" href="libEF_8cpp-source.html#l00031">egiw::lognc()</a>, and <a class="el" href="libBM_8h-source.html#l00228">BM::rv</a>.</p> 144 144 145 145 </div> … … 148 148 <li>work/mixpp/bdm/estim/<a class="el" href="arx_8h-source.html">arx.h</a><li>work/mixpp/bdm/estim/arx.cpp</ul> 149 149 </div> 150 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 150 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 151 151 <a href="http://www.doxygen.org/index.html"> 152 152 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classBM-members.html ¶
r99 r106 36 36 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 37 37 </table></div> 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:36 2008 for mixpp by 39 39 <a href="http://www.doxygen.org/index.html"> 40 40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classBM.html ¶
r99 r106 125 125 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 126 126 </div> 127 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 127 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:36 2008 for mixpp by 128 128 <a href="http://www.doxygen.org/index.html"> 129 129 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classBMcond-members.html ¶
r99 r106 31 31 <tr class="memlist"><td><a class="el" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">~BMcond</a>()</td><td><a class="el" href="classBMcond.html">BMcond</a></td><td><code> [inline, virtual]</code></td></tr> 32 32 </table></div> 33 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 33 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:36 2008 for mixpp by 34 34 <a href="http://www.doxygen.org/index.html"> 35 35 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classBMcond.html ¶
r99 r106 77 77 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 78 78 </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:36 2008 for mixpp by 80 80 <a href="http://www.doxygen.org/index.html"> 81 81 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classDS-members.html ¶
r99 r106 34 34 <tr class="memlist"><td><a class="el" href="classDS.html#f4ae51a3bc1267a6a52fc229973afe85">write</a>(vec &ut, ivec &indeces)</td><td><a class="el" href="classDS.html">DS</a></td><td></td></tr> 35 35 </table></div> 36 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 36 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:38 2008 for mixpp by 37 37 <a href="http://www.doxygen.org/index.html"> 38 38 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classDS.html ¶
r99 r106 121 121 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 122 122 </div> 123 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 123 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:38 2008 for mixpp by 124 124 <a href="http://www.doxygen.org/index.html"> 125 125 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKF-members.html ¶
r99 r106 62 62 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 63 63 </table></div> 64 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 64 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 65 65 <a href="http://www.doxygen.org/index.html"> 66 66 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKF.html ¶
r99 r106 187 187 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a></ul> 188 188 </div> 189 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 189 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 190 190 <a href="http://www.doxygen.org/index.html"> 191 191 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKFCh-members.html ¶
r99 r106 65 65 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 66 66 </table></div> 67 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 67 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 68 68 <a href="http://www.doxygen.org/index.html"> 69 69 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKFCh.html ¶
r99 r106 192 192 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/mixpp/bdm/estim/libKF.cpp</ul> 193 193 </div> 194 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 194 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 195 195 <a href="http://www.doxygen.org/index.html"> 196 196 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKF__unQ-members.html ¶
r99 r106 76 76 <tr class="memlist"><td><a class="el" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">~BMcond</a>()</td><td><a class="el" href="classBMcond.html">BMcond</a></td><td><code> [inline, virtual]</code></td></tr> 77 77 </table></div> 78 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 78 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 79 79 <a href="http://www.doxygen.org/index.html"> 80 80 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKF__unQ.html ¶
r99 r106 219 219 <li>work/mixpp/pmsm/pmsm_sim.cpp<li>work/mixpp/pmsm/pmsm_sim2.cpp<li>work/mixpp/pmsm/pmsm_unkQpf.cpp</ul> 220 220 </div> 221 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 221 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 222 222 <a href="http://www.doxygen.org/index.html"> 223 223 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKFfixed-members.html ¶
r99 r106 66 66 <tr class="memlist"><td><a class="el" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">~BMcond</a>()</td><td><a class="el" href="classBMcond.html">BMcond</a></td><td><code> [inline, virtual]</code></td></tr> 67 67 </table></div> 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 69 69 <a href="http://www.doxygen.org/index.html"> 70 70 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKFfixed.html ¶
r99 r106 177 177 <li>work/mixpp/pmsm/simulator_zdenek/ekf_example/<a class="el" href="ekf__obj_8h-source.html">ekf_obj.h</a><li>work/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.cpp</ul> 178 178 </div> 179 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 179 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 180 180 <a href="http://www.doxygen.org/index.html"> 181 181 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKFfull-members.html ¶
r99 r106 59 59 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 60 60 </table></div> 61 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 61 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 62 62 <a href="http://www.doxygen.org/index.html"> 63 63 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classEKFfull.html ¶
r99 r106 159 159 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/mixpp/bdm/estim/libKF.cpp</ul> 160 160 </div> 161 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 161 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 162 162 <a href="http://www.doxygen.org/index.html"> 163 163 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classIMpmsm-members.html ¶
r99 r106 51 51 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 52 52 </table></div> 53 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 53 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 54 54 <a href="http://www.doxygen.org/index.html"> 55 55 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classIMpmsm.html ¶
r99 r106 235 235 <li>work/mixpp/pmsm/<a class="el" href="pmsm_8h-source.html">pmsm.h</a></ul> 236 236 </div> 237 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 237 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 238 238 <a href="http://www.doxygen.org/index.html"> 239 239 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKFcondQR-members.html ¶
r99 r106 66 66 <tr class="memlist"><td><a class="el" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">~BMcond</a>()</td><td><a class="el" href="classBMcond.html">BMcond</a></td><td><code> [inline, virtual]</code></td></tr> 67 67 </table></div> 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 69 69 <a href="http://www.doxygen.org/index.html"> 70 70 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKFcondQR.html ¶
r99 r106 190 190 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/mixpp/bdm/estim/libKF.cpp</ul> 191 191 </div> 192 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 192 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 193 193 <a href="http://www.doxygen.org/index.html"> 194 194 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKFcondR-members.html ¶
r99 r106 66 66 <tr class="memlist"><td><a class="el" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">~BMcond</a>()</td><td><a class="el" href="classBMcond.html">BMcond</a></td><td><code> [inline, virtual]</code></td></tr> 67 67 </table></div> 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 69 69 <a href="http://www.doxygen.org/index.html"> 70 70 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKFcondR.html ¶
r99 r106 190 190 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/mixpp/bdm/estim/libKF.cpp</ul> 191 191 </div> 192 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 192 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 193 193 <a href="http://www.doxygen.org/index.html"> 194 194 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKalman-members.html ¶
r99 r106 60 60 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 61 61 </table></div> 62 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 62 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 63 63 <a href="http://www.doxygen.org/index.html"> 64 64 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKalman.html ¶
r99 r106 193 193 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a></ul> 194 194 </div> 195 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 195 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 196 196 <a href="http://www.doxygen.org/index.html"> 197 197 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKalmanCh-members.html ¶
r99 r106 63 63 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 64 64 </table></div> 65 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 65 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 66 66 <a href="http://www.doxygen.org/index.html"> 67 67 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKalmanCh.html ¶
r99 r106 211 211 <p>Reimplemented in <a class="el" href="classEKFCh.html#96f6edda324a0b7ef8b4e86cc7af60c1">EKFCh</a>.</p> 212 212 213 <p>References <a class="el" href="chmat_8h-source.html#l00066">chmat::_Ch()</a>, <a class="el" href="libKF_8h-source.html#l00095">Kalman< chmat >::_K</a>, <a class="el" href="libKF_8h-source.html#l00101">Kalman< chmat >::_mu</a>, <a class="el" href="libKF_8h-source.html#l00103">Kalman< chmat >::_P</a>, <a class="el" href="libKF_8h-source.html#l00099">Kalman< chmat >::_Ry</a>, <a class="el" href="libKF_8h-source.html#l00097">Kalman< chmat >::_yp</a>, <a class="el" href="libKF_8h-source.html#l00077">Kalman< chmat >::A</a>, <a class="el" href="libKF_8h-source.html#l00079">Kalman< chmat >::B</a>, <a class="el" href="libKF_8h-source.html#l00081">Kalman< chmat >::C</a>, <a class="el" href="libKF_8h-source.html#l00083">Kalman< chmat >::D</a>, <a class="el" href="libKF_8h-source.html#l00075">Kalman< chmat >::dimu</a>, <a class="el" href="libKF_8h-source.html#l00071">Kalman< chmat >::dimx</a>, <a class="el" href="libKF_8h-source.html#l00073">Kalman< chmat >::dimy</a>, <a class="el" href="libBM_8h-source.html#l002 28">BM::evalll</a>, <a class="el" href="libEF_8h-source.html#l00402">enorm< sq_T >::evalpdflog()</a>, <a class="el" href="libKF_8h-source.html#l00092">Kalman< chmat >::fy</a>, <a class="el" href="libBM_8h-source.html#l00226">BM::ll</a>, <a class="el" href="libKF_8h-source.html#l00137">postA</a>, <a class="el" href="libKF_8h-source.html#l00135">preA</a>, and <a class="el" href="chmat_8cpp-source.html#l00019">chmat::to_mat()</a>.</p>213 <p>References <a class="el" href="chmat_8h-source.html#l00066">chmat::_Ch()</a>, <a class="el" href="libKF_8h-source.html#l00095">Kalman< chmat >::_K</a>, <a class="el" href="libKF_8h-source.html#l00101">Kalman< chmat >::_mu</a>, <a class="el" href="libKF_8h-source.html#l00103">Kalman< chmat >::_P</a>, <a class="el" href="libKF_8h-source.html#l00099">Kalman< chmat >::_Ry</a>, <a class="el" href="libKF_8h-source.html#l00097">Kalman< chmat >::_yp</a>, <a class="el" href="libKF_8h-source.html#l00077">Kalman< chmat >::A</a>, <a class="el" href="libKF_8h-source.html#l00079">Kalman< chmat >::B</a>, <a class="el" href="libKF_8h-source.html#l00081">Kalman< chmat >::C</a>, <a class="el" href="libKF_8h-source.html#l00083">Kalman< chmat >::D</a>, <a class="el" href="libKF_8h-source.html#l00075">Kalman< chmat >::dimu</a>, <a class="el" href="libKF_8h-source.html#l00071">Kalman< chmat >::dimx</a>, <a class="el" href="libKF_8h-source.html#l00073">Kalman< chmat >::dimy</a>, <a class="el" href="libBM_8h-source.html#l00232">BM::evalll</a>, <a class="el" href="libEF_8h-source.html#l00402">enorm< sq_T >::evalpdflog()</a>, <a class="el" href="libKF_8h-source.html#l00092">Kalman< chmat >::fy</a>, <a class="el" href="libBM_8h-source.html#l00230">BM::ll</a>, <a class="el" href="libKF_8h-source.html#l00137">postA</a>, <a class="el" href="libKF_8h-source.html#l00135">preA</a>, and <a class="el" href="chmat_8cpp-source.html#l00019">chmat::to_mat()</a>.</p> 214 214 215 215 </div> … … 218 218 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/mixpp/bdm/estim/libKF.cpp</ul> 219 219 </div> 220 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 220 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 221 221 <a href="http://www.doxygen.org/index.html"> 222 222 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKalmanFull-members.html ¶
r99 r106 47 47 <tr bgcolor="#f0f0f0"><td><b>R</b> (defined in <a class="el" href="classKalmanFull.html">KalmanFull</a>)</td><td><a class="el" href="classKalmanFull.html">KalmanFull</a></td><td><code> [protected]</code></td></tr> 48 48 </table></div> 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 50 50 <a href="http://www.doxygen.org/index.html"> 51 51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classKalmanFull.html ¶
r99 r106 118 118 <li>work/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/mixpp/bdm/estim/libKF.cpp</ul> 119 119 </div> 120 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 120 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 121 121 <a href="http://www.doxygen.org/index.html"> 122 122 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classMPF-members.html ¶
r99 r106 47 47 <tr bgcolor="#f0f0f0"><td><b>~MPF</b>() (defined in <a class="el" href="classMPF.html">MPF< BM_T ></a>)</td><td><a class="el" href="classMPF.html">MPF< BM_T ></a></td><td><code> [inline]</code></td></tr> 48 48 </table></div> 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 50 50 <a href="http://www.doxygen.org/index.html"> 51 51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classMPF.html ¶
r99 r106 157 157 <p>Reimplemented from <a class="el" href="classPF.html#64f636bbd63bea9efd778214e6b631d3">PF</a>.</p> 158 158 159 <p>References <a class="el" href="libPF_8h-source.html#l00040">PF::_samples</a>, <a class="el" href="libPF_8h-source.html#l00038">PF::_w</a>, <a class="el" href="libPF_8h-source.html#l00036">PF::est</a>, <a class="el" href="libPF_8h-source.html#l00034">PF::n</a>, <a class="el" href="libPF_8h-source.html#l00042">PF::par</a>, <a class="el" href="libEF_8cpp-source.html#l00137">eEmp::resample()</a>, and <a class="el" href="libBM_8h-source.html#l0016 5">mpdf::samplecond()</a>.</p>159 <p>References <a class="el" href="libPF_8h-source.html#l00040">PF::_samples</a>, <a class="el" href="libPF_8h-source.html#l00038">PF::_w</a>, <a class="el" href="libPF_8h-source.html#l00036">PF::est</a>, <a class="el" href="libPF_8h-source.html#l00034">PF::n</a>, <a class="el" href="libPF_8h-source.html#l00042">PF::par</a>, <a class="el" href="libEF_8cpp-source.html#l00137">eEmp::resample()</a>, and <a class="el" href="libBM_8h-source.html#l00169">mpdf::samplecond()</a>.</p> 160 160 161 161 </div> … … 164 164 <li>work/mixpp/bdm/estim/<a class="el" href="libPF_8h-source.html">libPF.h</a></ul> 165 165 </div> 166 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 166 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 167 167 <a href="http://www.doxygen.org/index.html"> 168 168 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classMemDS-members.html ¶
r99 r106 35 35 <tr class="memlist"><td><a class="el" href="classMemDS.html#6279bf18d44343750747ecc12e050f09">write</a>(vec &ut, ivec &indexes)</td><td><a class="el" href="classMemDS.html">MemDS</a></td><td><code> [inline]</code></td></tr> 36 36 </table></div> 37 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 37 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 38 38 <a href="http://www.doxygen.org/index.html"> 39 39 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classMemDS.html ¶
r99 r106 121 121 <p>Reimplemented from <a class="el" href="classDS.html#9a35ca9c9321dce2bf63bf668f785b75">DS</a>.</p> 122 122 123 <p>References <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libBM_8h-source.html#l0019 3">DS::Drv</a>, and <a class="el" href="libBM_8h-source.html#l00195">DS::Urv</a>.</p>123 <p>References <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libBM_8h-source.html#l00197">DS::Drv</a>, and <a class="el" href="libBM_8h-source.html#l00199">DS::Urv</a>.</p> 124 124 125 125 </div> … … 128 128 <li>work/mixpp/bdm/stat/<a class="el" href="libDS_8h-source.html">libDS.h</a><li>work/mixpp/bdm/stat/libDS.cpp</ul> 129 129 </div> 130 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 130 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 131 131 <a href="http://www.doxygen.org/index.html"> 132 132 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classOMpmsm-members.html ¶
r99 r106 42 42 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 43 43 </table></div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 45 45 <a href="http://www.doxygen.org/index.html"> 46 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classOMpmsm.html ¶
r99 r106 207 207 <li>work/mixpp/pmsm/<a class="el" href="pmsm_8h-source.html">pmsm.h</a></ul> 208 208 </div> 209 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 209 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 210 210 <a href="http://www.doxygen.org/index.html"> 211 211 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classPF-members.html ¶
r99 r106 44 44 <tr class="memlist"><td><a class="el" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">~BM</a>()</td><td><a class="el" href="classBM.html">BM</a></td><td><code> [inline, virtual]</code></td></tr> 45 45 </table></div> 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 47 47 <a href="http://www.doxygen.org/index.html"> 48 48 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classPF.html ¶
r99 r106 146 146 <p>Reimplemented in <a class="el" href="classMPF.html#55daf8e4b6553dd9f47c692de7931623">MPF< BM_T ></a>.</p> 147 147 148 <p>References <a class="el" href="libPF_8h-source.html#l00040">_samples</a>, <a class="el" href="libPF_8h-source.html#l00038">_w</a>, <a class="el" href="libPF_8h-source.html#l00036">est</a>, <a class="el" href="libBM_8h-source.html#l0017 0">mpdf::evalcond()</a>, <a class="el" href="libPF_8h-source.html#l00034">n</a>, <a class="el" href="libPF_8h-source.html#l00044">obs</a>, <a class="el" href="libPF_8h-source.html#l00042">par</a>, <a class="el" href="libEF_8cpp-source.html#l00137">eEmp::resample()</a>, and <a class="el" href="libBM_8h-source.html#l00165">mpdf::samplecond()</a>.</p>148 <p>References <a class="el" href="libPF_8h-source.html#l00040">_samples</a>, <a class="el" href="libPF_8h-source.html#l00038">_w</a>, <a class="el" href="libPF_8h-source.html#l00036">est</a>, <a class="el" href="libBM_8h-source.html#l00174">mpdf::evalcond()</a>, <a class="el" href="libPF_8h-source.html#l00034">n</a>, <a class="el" href="libPF_8h-source.html#l00044">obs</a>, <a class="el" href="libPF_8h-source.html#l00042">par</a>, <a class="el" href="libEF_8cpp-source.html#l00137">eEmp::resample()</a>, and <a class="el" href="libBM_8h-source.html#l00169">mpdf::samplecond()</a>.</p> 149 149 150 150 </div> … … 153 153 <li>work/mixpp/bdm/estim/<a class="el" href="libPF_8h-source.html">libPF.h</a><li>work/mixpp/bdm/estim/libPF.cpp</ul> 154 154 </div> 155 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 155 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 156 156 <a href="http://www.doxygen.org/index.html"> 157 157 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classRV-members.html ¶
r99 r106 29 29 <tr class="memlist"><td><a class="el" href="classRV.html#33c114e83980d883c5b211c47d5322a4">concat</a>(const RV &rv1, const RV &rv2)</td><td><a class="el" href="classRV.html">RV</a></td><td><code> [friend]</code></td></tr> 30 30 <tr class="memlist"><td><a class="el" href="classRV.html#f5c7b8bd589eef09ccdf3329a0addea0">count</a>() const </td><td><a class="el" href="classRV.html">RV</a></td><td><code> [inline]</code></td></tr> 31 <tr class="memlist"><td><a class="el" href="classRV.html#c4f547370d67eba414caafe91c64b12a">equal</a>(RV rv2) const </td><td><a class="el" href="classRV.html">RV</a></td><td></td></tr> 31 32 <tr class="memlist"><td><a class="el" href="classRV.html#6b078b1086224aca3a9e5a203e647fb6">find</a>(RV rv2)</td><td><a class="el" href="classRV.html">RV</a></td><td></td></tr> 32 33 <tr class="memlist"><td><a class="el" href="classRV.html#4a0069bc69f5a98d7ce9ed59077f2e6c">id</a>(int at)</td><td><a class="el" href="classRV.html">RV</a></td><td><code> [inline]</code></td></tr> … … 51 52 <tr class="memlist"><td><a class="el" href="classRV.html#f2396efe2e6d656ebe9e6f06018cbe25">tsize</a></td><td><a class="el" href="classRV.html">RV</a></td><td><code> [protected]</code></td></tr> 52 53 </table></div> 53 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 54 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 54 55 <a href="http://www.doxygen.org/index.html"> 55 56 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classRV.html ¶
r99 r106 58 58 59 59 <tr><td class="mdescLeft"> </td><td class="mdescRight">Find indexes of another rv in self. <br></td></tr> 60 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c4f547370d67eba414caafe91c64b12a"></a><!-- doxytag: member="RV::equal" ref="c4f547370d67eba414caafe91c64b12a" args="(RV rv2) const " --> 61 bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classRV.html#c4f547370d67eba414caafe91c64b12a">equal</a> (<a class="el" href="classRV.html">RV</a> rv2) const </td></tr> 62 63 <tr><td class="mdescLeft"> </td><td class="mdescRight">Compare if <code>rv2</code> is identical to this <code><a class="el" href="classRV.html" title="Class representing variables, most often random variables.">RV</a></code>. <br></td></tr> 60 64 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4fc941a5ebc9f82aa372f54f2e02dab2"></a><!-- doxytag: member="RV::add" ref="4fc941a5ebc9f82aa372f54f2e02dab2" args="(const RV &rv2)" --> 61 65 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classRV.html#4fc941a5ebc9f82aa372f54f2e02dab2">add</a> (const <a class="el" href="classRV.html">RV</a> &rv2)</td></tr> … … 143 147 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a><li>work/mixpp/bdm/stat/libBM.cpp</ul> 144 148 </div> 145 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 149 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 146 150 <a href="http://www.doxygen.org/index.html"> 147 151 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classbilinfn-members.html ¶
r99 r106 43 43 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 44 44 </table></div> 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:35 2008 for mixpp by 46 46 <a href="http://www.doxygen.org/index.html"> 47 47 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classbilinfn.html ¶
r99 r106 215 215 <li>work/mixpp/bdm/stat/<a class="el" href="libFN_8h-source.html">libFN.h</a><li>work/mixpp/bdm/stat/libFN.cpp</ul> 216 216 </div> 217 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 217 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:35 2008 for mixpp by 218 218 <a href="http://www.doxygen.org/index.html"> 219 219 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classchmat-members.html ¶
r99 r106 55 55 <tr class="memlist"><td><a class="el" href="classsqmat.html#0481f2067bb32aaea7e6d4f27e46b656">~sqmat</a>()</td><td><a class="el" href="classsqmat.html">sqmat</a></td><td><code> [inline, virtual]</code></td></tr> 56 56 </table></div> 57 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 57 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:37 2008 for mixpp by 58 58 <a href="http://www.doxygen.org/index.html"> 59 59 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classchmat.html ¶
r99 r106 302 302 <li>work/mixpp/bdm/math/<a class="el" href="chmat_8h-source.html">chmat.h</a><li>work/mixpp/bdm/math/chmat.cpp</ul> 303 303 </div> 304 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 304 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:36 2008 for mixpp by 305 305 <a href="http://www.doxygen.org/index.html"> 306 306 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classconstfn-members.html ¶
r99 r106 32 32 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 33 33 </table></div> 34 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 34 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:37 2008 for mixpp by 35 35 <a href="http://www.doxygen.org/index.html"> 36 36 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classconstfn.html ¶
r99 r106 70 70 <li>work/mixpp/bdm/stat/<a class="el" href="libFN_8h-source.html">libFN.h</a></ul> 71 71 </div> 72 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 72 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:37 2008 for mixpp by 73 73 <a href="http://www.doxygen.org/index.html"> 74 74 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classdiffbifn-members.html ¶
r99 r106 41 41 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 42 42 </table></div> 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:37 2008 for mixpp by 44 44 <a href="http://www.doxygen.org/index.html"> 45 45 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classdiffbifn.html ¶
r99 r106 216 216 <li>work/mixpp/bdm/stat/<a class="el" href="libFN_8h-source.html">libFN.h</a></ul> 217 217 </div> 218 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 218 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:37 2008 for mixpp by 219 219 <a href="http://www.doxygen.org/index.html"> 220 220 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classdirfilelog-members.html ¶
r99 r106 31 31 <tr class="memlist"><td><a class="el" href="classmemlog.html#3410b4c002636508c43ddcba8d394520">ind</a></td><td><a class="el" href="classmemlog.html">memlog</a></td><td><code> [protected]</code></td></tr> 32 32 <tr class="memlist"><td><a class="el" href="classdirfilelog.html#afeaebe003110f9db1ac43edf8e53a92">init</a>()</td><td><a class="el" href="classdirfilelog.html">dirfilelog</a></td><td></td></tr> 33 <tr bgcolor="#f0f0f0"><td><b>itsave</b>(const char *fname) (defined in <a class="el" href="classmemlog.html">memlog</a>)</td><td><a class="el" href="classmemlog.html">memlog</a></td><td></td></tr> 33 34 <tr class="memlist"><td><a class="el" href="classlogger.html#4f753a510e00c892b38e95c2284363a6">logger</a>()</td><td><a class="el" href="classlogger.html">logger</a></td><td><code> [inline]</code></td></tr> 34 35 <tr class="memlist"><td><a class="el" href="classmemlog.html#8d2feeb826f7249e9104d616b5a67144">logit</a>(int id, vec v)</td><td><a class="el" href="classmemlog.html">memlog</a></td><td><code> [inline, virtual]</code></td></tr> … … 42 43 <tr class="memlist"><td><a class="el" href="classlogger.html#92c63a0a87392c62b9ed3c00faa9d5df">~logger</a>()</td><td><a class="el" href="classlogger.html">logger</a></td><td><code> [inline, virtual]</code></td></tr> 43 44 </table></div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:38 2008 for mixpp by 45 46 <a href="http://www.doxygen.org/index.html"> 46 47 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classdirfilelog.html ¶
r99 r106 66 66 67 67 <tr><td class="mdescLeft"> </td><td class="mdescRight">log this vector <br></td></tr> 68 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="65571ebbb16577b5211adbb27baf769c"></a><!-- doxytag: member="dirfilelog::itsave" ref="65571ebbb16577b5211adbb27baf769c" args="(const char *fname)" --> 69 void </td><td class="memItemRight" valign="bottom"><b>itsave</b> (const char *fname)</td></tr> 70 68 71 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3d6c6ab580b36619c4010e3ebec55378"></a><!-- doxytag: member="dirfilelog::add" ref="3d6c6ab580b36619c4010e3ebec55378" args="(RV rv, string name="")" --> 69 72 virtual int </td><td class="memItemRight" valign="bottom"><a class="el" href="classlogger.html#3d6c6ab580b36619c4010e3ebec55378">add</a> (<a class="el" href="classRV.html">RV</a> rv, string name="")</td></tr> … … 168 171 </dl> 169 172 170 <p>References <a class="el" href="loggers_8h-source.html#l0010 0">dirname</a>, <a class="el" href="loggers_8h-source.html#l00031">logger::entries</a>, <a class="el" href="loggers_8h-source.html#l00068">memlog::maxlen</a>, <a class="el" href="loggers_8h-source.html#l00102">scalarnames</a>, and <a class="el" href="loggers_8h-source.html#l00072">memlog::vectors</a>.</p>173 <p>References <a class="el" href="loggers_8h-source.html#l00101">dirname</a>, <a class="el" href="loggers_8h-source.html#l00031">logger::entries</a>, <a class="el" href="loggers_8h-source.html#l00068">memlog::maxlen</a>, <a class="el" href="loggers_8h-source.html#l00103">scalarnames</a>, and <a class="el" href="loggers_8h-source.html#l00072">memlog::vectors</a>.</p> 171 174 172 <p>Referenced by <a class="el" href="loggers_8cpp-source.html#l0001 0">init()</a>, and <a class="el" href="loggers_8cpp-source.html#l00100">step()</a>.</p>175 <p>Referenced by <a class="el" href="loggers_8cpp-source.html#l00018">init()</a>, and <a class="el" href="loggers_8cpp-source.html#l00108">step()</a>.</p> 173 176 174 177 </div> … … 177 180 <li>work/mixpp/bdm/stat/<a class="el" href="loggers_8h-source.html">loggers.h</a><li>work/mixpp/bdm/stat/loggers.cpp</ul> 178 181 </div> 179 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:242008 for mixpp by 182 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:38 2008 for mixpp by 180 183 <a href="http://www.doxygen.org/index.html"> 181 184 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classeEF-members.html ¶
r99 r106 36 36 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 37 37 <tr class="memlist"><td><a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">sample</a>() const =0</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [pure virtual]</code></td></tr> 38 <tr class="memlist"><td><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a>(int N) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [virtual]</code></td></tr> 38 39 <tr class="memlist"><td><a class="el" href="classeEF.html#fd88bc35550ec8fe9281d358216d0fcf">tupdate</a>(double phi, mat &vbar, double nubar)</td><td><a class="el" href="classeEF.html">eEF</a></td><td><code> [inline, virtual]</code></td></tr> 39 40 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 40 41 </table></div> 41 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 42 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:39 2008 for mixpp by 42 43 <a href="http://www.doxygen.org/index.html"> 43 44 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classeEF.html ¶
r99 r106 67 67 68 68 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. <a href="#8019654e494bf5e458f6fb947e11b262"></a><br></td></tr> 69 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b3523bce1de49f58afe7c1e428cc4fd"></a><!-- doxytag: member="eEF::sample" ref="7b3523bce1de49f58afe7c1e428cc4fd" args="(int N) const " --> 70 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a> (int N) const </td></tr> 71 72 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png">. <br></td></tr> 69 73 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ea597362e11a0040fe7c990269d072c"></a><!-- doxytag: member="eEF::eval" ref="3ea597362e11a0040fe7c990269d072c" args="(const vec &val) const " --> 70 74 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">eval</a> (const vec &val) const </td></tr> … … 112 116 <p> 113 117 Returns a sample, <img class="formulaInl" alt="$x$" src="form_28.png"> from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png"> 114 <p>Implemented in <a class="el" href="classe norm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a>, <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a>, <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>, <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a>, <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< ldmat ></a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< chmat ></a>, and <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< fsqmat ></a>.</p>118 <p>Implemented in <a class="el" href="classemix.html#0650601f24e633e0ab09aa1e46c14483">emix</a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a>, <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a>, <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>, <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a>, <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< ldmat ></a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< chmat ></a>, and <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< fsqmat ></a>.</p> 115 119 116 <p>Referenced by <a class="el" href="libBM_8 h-source.html#l00165">mpdf::samplecond()</a>, <a class="el" href="libPF_8cpp-source.html#l00035">PF::set_est()</a>, and <a class="el" href="libEF_8cpp-source.html#l00222">eEmp::set_parameters()</a>.</p>120 <p>Referenced by <a class="el" href="libBM_8cpp-source.html#l00074">epdf::sample()</a>, <a class="el" href="libBM_8h-source.html#l00169">mpdf::samplecond()</a>, <a class="el" href="libPF_8cpp-source.html#l00035">PF::set_est()</a>, and <a class="el" href="libEF_8cpp-source.html#l00222">eEmp::set_parameters()</a>.</p> 117 121 118 122 </div> … … 121 125 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 122 126 </div> 123 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 127 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:39 2008 for mixpp by 124 128 <a href="http://www.doxygen.org/index.html"> 125 129 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classeEmp-members.html ¶
r99 r106 38 38 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 39 39 <tr class="memlist"><td><a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">sample</a>() const </td><td><a class="el" href="classeEmp.html">eEmp</a></td><td><code> [inline, virtual]</code></td></tr> 40 <tr class="memlist"><td><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">epdf::sample</a>(int N) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [virtual]</code></td></tr> 40 41 <tr class="memlist"><td><a class="el" href="classeEmp.html#a4d6f4bbd6a6824fc39f14676701279a">samples</a></td><td><a class="el" href="classeEmp.html">eEmp</a></td><td><code> [protected]</code></td></tr> 41 42 <tr class="memlist"><td><a class="el" href="classeEmp.html#6606a656c1b28114f7384c25aaf80e8d">set_parameters</a>(const vec &w0, epdf *pdf0)</td><td><a class="el" href="classeEmp.html">eEmp</a></td><td></td></tr> … … 43 44 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 44 45 </table></div> 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:39 2008 for mixpp by 46 47 <a href="http://www.doxygen.org/index.html"> 47 48 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classeEmp.html ¶
r99 r106 80 80 81 81 <tr><td class="mdescLeft"> </td><td class="mdescRight">return expected value <br></td></tr> 82 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b3523bce1de49f58afe7c1e428cc4fd"></a><!-- doxytag: member="eEmp::sample" ref="7b3523bce1de49f58afe7c1e428cc4fd" args="(int N) const " --> 83 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a> (int N) const </td></tr> 84 85 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png">. <br></td></tr> 82 86 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ea597362e11a0040fe7c990269d072c"></a><!-- doxytag: member="eEmp::eval" ref="3ea597362e11a0040fe7c990269d072c" args="(const vec &val) const " --> 83 87 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">eval</a> (const vec &val) const </td></tr> … … 112 116 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a><li>work/mixpp/bdm/stat/libEF.cpp</ul> 113 117 </div> 114 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 118 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:39 2008 for mixpp by 115 119 <a href="http://www.doxygen.org/index.html"> 116 120 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classegamma-members.html ¶
r99 r106 40 40 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 41 41 <tr class="memlist"><td><a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">sample</a>() const </td><td><a class="el" href="classegamma.html">egamma</a></td><td><code> [virtual]</code></td></tr> 42 <tr class="memlist"><td><a class="el" href="classegamma.html#13ae455ec9621b99ca2eb4850f586b45">sample</a>(int N) const </td><td><a class="el" href="classegamma.html">egamma</a></td><td>< /td></tr>42 <tr class="memlist"><td><a class="el" href="classegamma.html#13ae455ec9621b99ca2eb4850f586b45">sample</a>(int N) const </td><td><a class="el" href="classegamma.html">egamma</a></td><td><code> [virtual]</code></td></tr> 43 43 <tr class="memlist"><td><a class="el" href="classegamma.html#8e348b89be82b70471fe8c5630f61339">set_parameters</a>(const vec &a, const vec &b)</td><td><a class="el" href="classegamma.html">egamma</a></td><td><code> [inline]</code></td></tr> 44 44 <tr class="memlist"><td><a class="el" href="classeEF.html#fd88bc35550ec8fe9281d358216d0fcf">tupdate</a>(double phi, mat &vbar, double nubar)</td><td><a class="el" href="classeEF.html">eEF</a></td><td><code> [inline, virtual]</code></td></tr> 45 45 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 46 46 </table></div> 47 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 47 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:39 2008 for mixpp by 48 48 <a href="http://www.doxygen.org/index.html"> 49 49 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classegamma.html ¶
r99 r106 137 137 <p>Implements <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a>.</p> 138 138 139 <p>References <a class="el" href="libEF_8h-source.html#l00154">alpha</a>, <a class="el" href="libEF_8h-source.html#l00156">beta</a>, <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libBM_8h-source.html#l0012 1">epdf::rv</a>, and <a class="el" href="itpp__ext_8h-source.html#l00033">itpp::Gamma_RNG::setup()</a>.</p>139 <p>References <a class="el" href="libEF_8h-source.html#l00154">alpha</a>, <a class="el" href="libEF_8h-source.html#l00156">beta</a>, <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libBM_8h-source.html#l00123">epdf::rv</a>, and <a class="el" href="itpp__ext_8h-source.html#l00033">itpp::Gamma_RNG::setup()</a>.</p> 140 140 141 141 </div> … … 144 144 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a><li>work/mixpp/bdm/stat/libEF.cpp</ul> 145 145 </div> 146 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 146 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:39 2008 for mixpp by 147 147 <a href="http://www.doxygen.org/index.html"> 148 148 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classegiw-members.html ¶
r99 r106 40 40 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 41 41 <tr class="memlist"><td><a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">sample</a>() const </td><td><a class="el" href="classegiw.html">egiw</a></td><td><code> [virtual]</code></td></tr> 42 <tr class="memlist"><td><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">eEF::sample</a>(int N) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [virtual]</code></td></tr> 42 43 <tr class="memlist"><td><a class="el" href="classeEF.html#fd88bc35550ec8fe9281d358216d0fcf">tupdate</a>(double phi, mat &vbar, double nubar)</td><td><a class="el" href="classeEF.html">eEF</a></td><td><code> [inline, virtual]</code></td></tr> 43 44 <tr class="memlist"><td><a class="el" href="classegiw.html#f343d03ede89db820edf44a6297fa442">V</a></td><td><a class="el" href="classegiw.html">egiw</a></td><td><code> [protected]</code></td></tr> 44 45 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 45 46 </table></div> 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 47 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 47 48 <a href="http://www.doxygen.org/index.html"> 48 49 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classegiw.html ¶
r99 r106 83 83 84 84 <tr><td class="mdescLeft"> </td><td class="mdescRight">TODO decide if it is really needed. <br></td></tr> 85 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b3523bce1de49f58afe7c1e428cc4fd"></a><!-- doxytag: member="egiw::sample" ref="7b3523bce1de49f58afe7c1e428cc4fd" args="(int N) const " --> 86 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a> (int N) const </td></tr> 87 88 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png">. <br></td></tr> 85 89 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ea597362e11a0040fe7c990269d072c"></a><!-- doxytag: member="egiw::eval" ref="3ea597362e11a0040fe7c990269d072c" args="(const vec &val) const " --> 86 90 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">eval</a> (const vec &val) const </td></tr> … … 135 139 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a><li>work/mixpp/bdm/stat/libEF.cpp</ul> 136 140 </div> 137 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:252008 for mixpp by 141 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:40 2008 for mixpp by 138 142 <a href="http://www.doxygen.org/index.html"> 139 143 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classemix-members.html ¶
r33 r106 5 5 <link href="tabs.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5.3 --> 8 <div class="tabs"> 9 <ul> 10 <li><a href="index.html"><span>Main Page</span></a></li> 11 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 12 <li><a href="files.html"><span>Files</span></a></li> 13 <li><a href="pages.html"><span>Related Pages</span></a></li> 14 </ul> 7 <!-- Generated by Doxygen 1.5.5 --> 8 <div class="navigation" id="top"> 9 <div class="tabs"> 10 <ul> 11 <li><a href="index.html"><span>Main Page</span></a></li> 12 <li><a href="pages.html"><span>Related Pages</span></a></li> 13 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 14 <li><a href="files.html"><span>Files</span></a></li> 15 </ul> 16 </div> 17 <div class="tabs"> 18 <ul> 19 <li><a href="annotated.html"><span>Class List</span></a></li> 20 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 21 <li><a href="functions.html"><span>Class Members</span></a></li> 22 </ul> 23 </div> 15 24 </div> 16 <div class="tabs"> 17 <ul> 18 <li><a href="annotated.html"><span>Class List</span></a></li> 19 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 20 <li><a href="functions.html"><span>Class Members</span></a></li> 21 </ul> 22 </div> 25 <div class="contents"> 23 26 <h1>emix Member List</h1>This is the complete list of members for <a class="el" href="classemix.html">emix</a>, including all inherited members.<p><table> 24 27 <tr class="memlist"><td><a class="el" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337">_rv</a>() const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline]</code></td></tr> 25 <tr bgcolor="#f0f0f0"><td><b>Coms</b> (defined in <a class="el" href="classemix.html">emix</a>)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [protected]</code></td></tr> 26 <tr class="memlist"><td><a class="el" href="classemix.html#b0ac204af8919c22bce72816ed82019e">emix</a>(const RV &rv, vec &w0)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline]</code></td></tr> 28 <tr class="memlist"><td><a class="el" href="classemix.html#35baf0f62307455cebfbf462144b4dd8">_w</a>()</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline]</code></td></tr> 29 <tr class="memlist"><td><a class="el" href="classemix.html#7155d827417b53fb6aa5cff1459e6eb4">Coms</a></td><td><a class="el" href="classemix.html">emix</a></td><td><code> [protected]</code></td></tr> 30 <tr class="memlist"><td><a class="el" href="classemix.html#3a10c8481115a5460877272ddb6532a6">emix</a>(RV &rv)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline]</code></td></tr> 27 31 <tr class="memlist"><td><a class="el" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd">epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline]</code></td></tr> 28 32 <tr class="memlist"><td><a class="el" href="classepdf.html#c95b1a27a8dd9507bb9a5a3cb2809c7a">epdf</a>(const RV &rv0)</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline]</code></td></tr> 29 33 <tr class="memlist"><td><a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">eval</a>(const vec &val) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 30 <tr class="memlist"><td><a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">evalpdflog</a>(const vec &val) const =0</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [pure virtual]</code></td></tr> 31 <tr bgcolor="#f0f0f0"><td><b>mean</b>() (defined in <a class="el" href="classemix.html">emix</a>)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline]</code></td></tr> 32 <tr class="memlist"><td><a class="el" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870">epdf::mean</a>() const =0</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [pure virtual]</code></td></tr> 33 <tr bgcolor="#f0f0f0"><td><b>n</b> (defined in <a class="el" href="classemix.html">emix</a>)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [protected]</code></td></tr> 34 <tr bgcolor="#f0f0f0"><td><b>rv</b> (defined in <a class="el" href="classepdf.html">epdf</a>)</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 35 <tr bgcolor="#f0f0f0"><td><b>sample</b>() (defined in <a class="el" href="classemix.html">emix</a>)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline]</code></td></tr> 36 <tr class="memlist"><td><a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample</a>() const =0</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [pure virtual]</code></td></tr> 37 <tr bgcolor="#f0f0f0"><td><b>set_parameters</b>(int &i, double wi, epdf *ep) (defined in <a class="el" href="classemix.html">emix</a>)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline]</code></td></tr> 38 <tr bgcolor="#f0f0f0"><td><b>w</b> (defined in <a class="el" href="classemix.html">emix</a>)</td><td><a class="el" href="classemix.html">emix</a></td><td><code> [protected]</code></td></tr> 34 <tr class="memlist"><td><a class="el" href="classemix.html#469e910479b3402589104ef3bb1b5741">evalpdflog</a>(const vec &val) const </td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline, virtual]</code></td></tr> 35 <tr class="memlist"><td><a class="el" href="classemix.html#b662a51d042b062020460e64bff4e9e8">mean</a>() const </td><td><a class="el" href="classemix.html">emix</a></td><td><code> [inline, virtual]</code></td></tr> 36 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 37 <tr class="memlist"><td><a class="el" href="classemix.html#0650601f24e633e0ab09aa1e46c14483">sample</a>() const </td><td><a class="el" href="classemix.html">emix</a></td><td><code> [virtual]</code></td></tr> 38 <tr class="memlist"><td><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">epdf::sample</a>(int N) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [virtual]</code></td></tr> 39 <tr class="memlist"><td><a class="el" href="classemix.html#6ce82b24d7fe540ddbf44b472a005555">set_parameters</a>(const vec &w, const Array< epdf * > &Coms)</td><td><a class="el" href="classemix.html">emix</a></td><td></td></tr> 40 <tr class="memlist"><td><a class="el" href="classemix.html#cdc8f4e2a5e43595ac5450d8a7f9d1ab">w</a></td><td><a class="el" href="classemix.html">emix</a></td><td><code> [protected]</code></td></tr> 39 41 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 40 </table><hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 5 13:08:12 2008 for mixpp by 42 </table></div> 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 41 44 <a href="http://www.doxygen.org/index.html"> 42 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 3</small></address>45 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> 43 46 </body> 44 47 </html> -
TabularUnified doc/html/classemix.html ¶
r33 r106 5 5 <link href="tabs.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5.3 --> 8 <div class="tabs"> 9 <ul> 10 <li><a href="index.html"><span>Main Page</span></a></li> 11 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 12 <li><a href="files.html"><span>Files</span></a></li> 13 <li><a href="pages.html"><span>Related Pages</span></a></li> 14 </ul> 7 <!-- Generated by Doxygen 1.5.5 --> 8 <div class="navigation" id="top"> 9 <div class="tabs"> 10 <ul> 11 <li><a href="index.html"><span>Main Page</span></a></li> 12 <li><a href="pages.html"><span>Related Pages</span></a></li> 13 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 14 <li><a href="files.html"><span>Files</span></a></li> 15 </ul> 16 </div> 17 <div class="tabs"> 18 <ul> 19 <li><a href="annotated.html"><span>Class List</span></a></li> 20 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 21 <li><a href="functions.html"><span>Class Members</span></a></li> 22 </ul> 23 </div> 15 24 </div> 16 <div class="tabs"> 17 <ul> 18 <li><a href="annotated.html"><span>Class List</span></a></li> 19 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 20 <li><a href="functions.html"><span>Class Members</span></a></li> 21 </ul> 22 </div> 23 <h1>emix Class Reference</h1><!-- doxytag: class="emix" --><!-- doxytag: inherits="epdf" -->Weighted mixture of epdfs with external owned components. 25 <div class="contents"> 26 <h1>emix Class Reference</h1><!-- doxytag: class="emix" --><!-- doxytag: inherits="epdf" -->Mixture of epdfs. 24 27 <a href="#_details">More...</a> 25 28 <p> 26 <code>#include <<a class="el" href=" libEF_8h-source.html">libEF.h</a>></code>29 <code>#include <<a class="el" href="emix_8h-source.html">emix.h</a>></code> 27 30 <p> 28 31 <div class="dynheader"> … … 31 34 <p><center><img src="classemix__inherit__graph.png" border="0" usemap="#emix__inherit__map" alt="Inheritance graph"></center> 32 35 <map name="emix__inherit__map"> 33 <area shape="rect" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,7,5 7,33"></map>36 <area shape="rect" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,7,52,31"></map> 34 37 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 35 38 <div class="dynheader"> … … 38 41 <p><center><img src="classemix__coll__graph.png" border="0" usemap="#emix__coll__map" alt="Collaboration graph"></center> 39 42 <map name="emix__coll__map"> 40 <area shape="rect" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7, 103,57,129"><area shape="rect" href="classRV.html" title="Class representing variables, most often random variables." alt="" coords="13,7,51,33"><area shape="rect" title="rv" alt="" coords="28,31,36,39"><area shape="rect" title="rv" alt="" coords="28,99,36,107"></map>43 <area shape="rect" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,95,52,119"><area shape="rect" href="classRV.html" title="Class representing variables, most often random variables." alt="" coords="11,7,48,31"></map> 41 44 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 42 45 … … 45 48 <tr><td></td></tr> 46 49 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 47 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" b0ac204af8919c22bce72816ed82019e"></a><!-- doxytag: member="emix::emix" ref="b0ac204af8919c22bce72816ed82019e" args="(const RV &rv, vec &w0)" -->48 </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html# b0ac204af8919c22bce72816ed82019e">emix</a> (const <a class="el" href="classRV.html">RV</a> &rv, vec &w0)</td></tr>50 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3a10c8481115a5460877272ddb6532a6"></a><!-- doxytag: member="emix::emix" ref="3a10c8481115a5460877272ddb6532a6" args="(RV &rv)" --> 51 </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#3a10c8481115a5460877272ddb6532a6">emix</a> (<a class="el" href="classRV.html">RV</a> &<a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a>)</td></tr> 49 52 50 53 <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> 51 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" 7be197d56e64f7cb578be3932663dfe5"></a><!-- doxytag: member="emix::set_parameters" ref="7be197d56e64f7cb578be3932663dfe5" args="(int &i, double wi, epdf *ep)" -->52 void </td><td class="memItemRight" valign="bottom">< b>set_parameters</b> (int &i, double wi, <a class="el" href="classepdf.html">epdf</a> *ep)</td></tr>54 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6ce82b24d7fe540ddbf44b472a005555"></a><!-- doxytag: member="emix::set_parameters" ref="6ce82b24d7fe540ddbf44b472a005555" args="(const vec &w, const Array< epdf * > &Coms)" --> 55 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#6ce82b24d7fe540ddbf44b472a005555">set_parameters</a> (const vec &<a class="el" href="classemix.html#cdc8f4e2a5e43595ac5450d8a7f9d1ab">w</a>, const Array< <a class="el" href="classepdf.html">epdf</a> * > &<a class="el" href="classemix.html#7155d827417b53fb6aa5cff1459e6eb4">Coms</a>)</td></tr> 53 56 54 <tr><td class="m emItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dcb3f927bf061eac6229850158ca1558"></a><!-- doxytag: member="emix::mean" ref="dcb3f927bf061eac6229850158ca1558" args="()" -->55 vec </td><td class="memItemRight" valign="bottom"><b>mean</b> ()</td></tr>57 <tr><td class="mdescLeft"> </td><td class="mdescRight">Set weights <code>w</code> and components <code>R</code>. <br></td></tr> 58 <tr><td class="memItemLeft" nowrap align="right" valign="top">vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#0650601f24e633e0ab09aa1e46c14483">sample</a> () const </td></tr> 56 59 57 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3eb9a8e12ce1c5c8a3ddb245354b6941"></a><!-- doxytag: member="emix::sample" ref="3eb9a8e12ce1c5c8a3ddb245354b6941" args="()" --> 58 vec </td><td class="memItemRight" valign="bottom"><b>sample</b> ()</td></tr> 60 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. <a href="#0650601f24e633e0ab09aa1e46c14483"></a><br></td></tr> 61 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b662a51d042b062020460e64bff4e9e8"></a><!-- doxytag: member="emix::mean" ref="b662a51d042b062020460e64bff4e9e8" args="() const " --> 62 vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#b662a51d042b062020460e64bff4e9e8">mean</a> () const </td></tr> 59 63 60 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">sample</a> () const =0</td></tr> 64 <tr><td class="mdescLeft"> </td><td class="mdescRight">return expected value <br></td></tr> 65 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="469e910479b3402589104ef3bb1b5741"></a><!-- doxytag: member="emix::evalpdflog" ref="469e910479b3402589104ef3bb1b5741" args="(const vec &val) const " --> 66 double </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#469e910479b3402589104ef3bb1b5741">evalpdflog</a> (const vec &val) const </td></tr> 61 67 62 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. <a href="#8019654e494bf5e458f6fb947e11b262"></a><br></td></tr> 68 <tr><td class="mdescLeft"> </td><td class="mdescRight">Compute log-probability of argument <code>val</code>. <br></td></tr> 69 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="35baf0f62307455cebfbf462144b4dd8"></a><!-- doxytag: member="emix::_w" ref="35baf0f62307455cebfbf462144b4dd8" args="()" --> 70 vec & </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#35baf0f62307455cebfbf462144b4dd8">_w</a> ()</td></tr> 71 72 <tr><td class="mdescLeft"> </td><td class="mdescRight">returns a pointer to the internal mean value. Use with Care! <br></td></tr> 73 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b3523bce1de49f58afe7c1e428cc4fd"></a><!-- doxytag: member="emix::sample" ref="7b3523bce1de49f58afe7c1e428cc4fd" args="(int N) const " --> 74 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a> (int N) const </td></tr> 75 76 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png">. <br></td></tr> 63 77 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ea597362e11a0040fe7c990269d072c"></a><!-- doxytag: member="emix::eval" ref="3ea597362e11a0040fe7c990269d072c" args="(const vec &val) const " --> 64 78 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">eval</a> (const vec &val) const </td></tr> 65 79 66 80 <tr><td class="mdescLeft"> </td><td class="mdescRight">Compute probability of argument <code>val</code>. <br></td></tr> 67 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6aef3eca74899692503769c18add1a4c"></a><!-- doxytag: member="emix::evalpdflog" ref="6aef3eca74899692503769c18add1a4c" args="(const vec &val) const =0" -->68 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">evalpdflog</a> (const vec &val) const =0</td></tr>69 70 <tr><td class="mdescLeft"> </td><td class="mdescRight">Compute log-probability of argument <code>val</code>. <br></td></tr>71 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bf0a070a8f3e67a93604ca724638b870"></a><!-- doxytag: member="emix::mean" ref="bf0a070a8f3e67a93604ca724638b870" args="() const =0" -->72 virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870">mean</a> () const =0</td></tr>73 74 <tr><td class="mdescLeft"> </td><td class="mdescRight">return expected value <br></td></tr>75 81 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b89143f12c9b49282e30841e4fb5f337"></a><!-- doxytag: member="emix::_rv" ref="b89143f12c9b49282e30841e4fb5f337" args="() const " --> 76 82 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337">_rv</a> () const </td></tr> … … 78 84 <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> 79 85 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> 80 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" d408b764d002e5eb88acbf333921b2b3"></a><!-- doxytag: member="emix::n" ref="d408b764d002e5eb88acbf333921b2b3" args="" -->81 int </td><td class="memItemRight" valign="bottom"><b>n</b></td></tr>86 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cdc8f4e2a5e43595ac5450d8a7f9d1ab"></a><!-- doxytag: member="emix::w" ref="cdc8f4e2a5e43595ac5450d8a7f9d1ab" args="" --> 87 vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#cdc8f4e2a5e43595ac5450d8a7f9d1ab">w</a></td></tr> 82 88 83 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c79274a1e67dde9cc2914054c69b596b"></a><!-- doxytag: member="emix::w" ref="c79274a1e67dde9cc2914054c69b596b" args="" --> 84 vec & </td><td class="memItemRight" valign="bottom"><b>w</b></td></tr> 89 <tr><td class="mdescLeft"> </td><td class="mdescRight">weights of the components <br></td></tr> 90 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7155d827417b53fb6aa5cff1459e6eb4"></a><!-- doxytag: member="emix::Coms" ref="7155d827417b53fb6aa5cff1459e6eb4" args="" --> 91 Array< <a class="el" href="classepdf.html">epdf</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html#7155d827417b53fb6aa5cff1459e6eb4">Coms</a></td></tr> 85 92 86 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7155d827417b53fb6aa5cff1459e6eb4"></a><!-- doxytag: member="emix::Coms" ref="7155d827417b53fb6aa5cff1459e6eb4" args="" --> 87 Array< <a class="el" href="classepdf.html">epdf</a> * > </td><td class="memItemRight" valign="bottom"><b>Coms</b></td></tr> 93 <tr><td class="mdescLeft"> </td><td class="mdescRight">Component (epdfs). <br></td></tr> 94 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="74da992e3f5d598da8850b646b79b9d9"></a><!-- doxytag: member="emix::rv" ref="74da992e3f5d598da8850b646b79b9d9" args="" --> 95 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td></tr> 88 96 89 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="74da992e3f5d598da8850b646b79b9d9"></a><!-- doxytag: member="emix::rv" ref="74da992e3f5d598da8850b646b79b9d9" args="" --> 90 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><b>rv</b></td></tr> 91 97 <tr><td class="mdescLeft"> </td><td class="mdescRight">Identified of the random variable. <br></td></tr> 92 98 </table> 93 99 <hr><a name="_details"></a><h2>Detailed Description</h2> 94 Weighted mixture of epdfs with external owned components. <hr><h2>Member Function Documentation</h2> 95 <a class="anchor" name="8019654e494bf5e458f6fb947e11b262"></a><!-- doxytag: member="emix::sample" ref="8019654e494bf5e458f6fb947e11b262" args="() const =0" --> 100 Mixture of epdfs. 101 <p> 102 Density function: <p class="formulaDsp"> 103 <img class="formulaDsp" alt="\[ f(x) = \sum_{i=1}^{n} w_{i} f_i(x), \quad \sum_{i=1}^n w_i = 1. \]" src="form_63.png"> 104 <p> 105 where <img class="formulaInl" alt="$f_i(x)$" src="form_64.png"> is any density on random variable <img class="formulaInl" alt="$x$" src="form_28.png">, called <em>component</em>, <hr><h2>Member Function Documentation</h2> 106 <a class="anchor" name="0650601f24e633e0ab09aa1e46c14483"></a><!-- doxytag: member="emix::sample" ref="0650601f24e633e0ab09aa1e46c14483" args="() const " --> 96 107 <div class="memitem"> 97 108 <div class="memproto"> 98 109 <table class="memname"> 99 110 <tr> 100 <td class="memname">v irtual vec epdf::sample </td>111 <td class="memname">vec emix::sample </td> 101 112 <td>(</td> 102 113 <td class="paramname"> </td> 103 114 <td> ) </td> 104 <td width="100%"> const<code> [ pure virtual, inherited]</code></td>115 <td width="100%"> const<code> [virtual]</code></td> 105 116 </tr> 106 117 </table> … … 111 122 Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. 112 123 <p> 113 Returns a sample from the density, <img class="formulaInl" alt="$x \sim epdf(rv)$" src="form_3.png"> 114 <p>Implemented in <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a>, <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>, <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a>, <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a>, and <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< ldmat ></a>.</p> 124 Returns a sample, <img class="formulaInl" alt="$x$" src="form_28.png"> from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png"> 125 <p>Implements <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a>.</p> 126 127 <p>References <a class="el" href="emix_8h-source.html#l00037">Coms</a>, and <a class="el" href="emix_8h-source.html#l00035">w</a>.</p> 115 128 116 129 </div> 117 130 </div><p> 118 <hr>The documentation for this class was generated from the following file:<ul> 119 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 120 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 5 13:08:12 2008 for mixpp by 131 <hr>The documentation for this class was generated from the following files:<ul> 132 <li>work/mixpp/bdm/stat/<a class="el" href="emix_8h-source.html">emix.h</a><li>work/mixpp/bdm/stat/emix.cpp</ul> 133 </div> 134 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 121 135 <a href="http://www.doxygen.org/index.html"> 122 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 3</small></address>136 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> 123 137 </body> 124 138 </html> -
TabularUnified doc/html/classemix__coll__graph.map ¶
r32 r106 1 <area shape="rect" href="$classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,103,57,129"> 2 <area shape="rect" href="$classRV.html" title="Class representing variables, most often random variables." alt="" coords="13,7,51,33"> 3 <area shape="rect" title="rv" alt="" coords="28,31,36,39"> 4 <area shape="rect" title="rv" alt="" coords="28,99,36,107"> 1 <area shape="rect" href="$classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,95,52,119"> 2 <area shape="rect" href="$classRV.html" title="Class representing variables, most often random variables." alt="" coords="11,7,48,31"> -
TabularUnified doc/html/classemix__coll__graph.md5 ¶
r32 r106 1 9e6f3bc93d6cc8dd8296a99a3c0e2409 1 5009c0617321eb42bfb8ea5a64b6e622 -
TabularUnified doc/html/classemix__inherit__graph.map ¶
r32 r106 1 <area shape="rect" href="$classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,7,5 7,33">1 <area shape="rect" href="$classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,7,52,31"> -
TabularUnified doc/html/classemix__inherit__graph.md5 ¶
r32 r106 1 2cb1b6f2f4f5690f9051813c5e8e56e9 1 b863c2e6507d1d0251e52eb3903997bd -
TabularUnified doc/html/classenorm-members.html ¶
r99 r106 43 43 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 44 44 <tr class="memlist"><td><a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">sample</a>() const </td><td><a class="el" href="classenorm.html">enorm< sq_T ></a></td><td><code> [inline, virtual]</code></td></tr> 45 <tr class="memlist"><td><a class="el" href="classenorm.html#60f0f3bfa53d6e65843eea9532b16d36">sample</a>(int N) const </td><td><a class="el" href="classenorm.html">enorm< sq_T ></a></td><td><code> [inline ]</code></td></tr>45 <tr class="memlist"><td><a class="el" href="classenorm.html#60f0f3bfa53d6e65843eea9532b16d36">sample</a>(int N) const </td><td><a class="el" href="classenorm.html">enorm< sq_T ></a></td><td><code> [inline, virtual]</code></td></tr> 46 46 <tr class="memlist"><td><a class="el" href="classenorm.html#d892a38f03be12e572ea57d9689cef6b">set_mu</a>(const vec mu0)</td><td><a class="el" href="classenorm.html">enorm< sq_T ></a></td><td><code> [inline]</code></td></tr> 47 47 <tr class="memlist"><td><a class="el" href="classenorm.html#1394a65caa6e00d42e00cc99b12227af">set_parameters</a>(const vec &mu, const sq_T &R)</td><td><a class="el" href="classenorm.html">enorm< sq_T ></a></td><td><code> [inline]</code></td></tr> … … 49 49 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 50 50 </table></div> 51 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 51 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 52 52 <a href="http://www.doxygen.org/index.html"> 53 53 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classenorm.html ¶
r99 r106 162 162 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 163 163 </div> 164 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 164 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 165 165 <a href="http://www.doxygen.org/index.html"> 166 166 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classepdf-members.html ¶
r99 r106 33 33 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 34 34 <tr class="memlist"><td><a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">sample</a>() const =0</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [pure virtual]</code></td></tr> 35 <tr class="memlist"><td><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a>(int N) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [virtual]</code></td></tr> 35 36 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 36 37 </table></div> 37 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 38 39 <a href="http://www.doxygen.org/index.html"> 39 40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classepdf.html ¶
r99 r106 34 34 <p><center><img src="classepdf__inherit__graph.png" border="0" usemap="#epdf__inherit__map" alt="Inheritance graph"></center> 35 35 <map name="epdf__inherit__map"> 36 <area shape="rect" href="classeEF.html" title="General conjugate exponential family posterior density." alt="" coords="189,84,235,108"><area shape="rect" href="classeEmp.html" title="Weighted empirical density." alt="" coords="259,84,315,108"><area shape="rect" href="classe uni.html" title="Uniform distributed density on a rectangular support." alt="" coords="339,84,384,108"><area shape="rect" title="internal class for MPDF providing composition of eEmp with external components" alt="" coords="408,84,571,108"><area shape="rect" href="classegamma.html" title="Gamma posterior density." alt="" coords="5,161,77,185"><area shape="rect" href="classegiw.html" title="Gauss-inverse-Wishart density stored in LD form." alt="" coords="101,161,149,185"><area shape="rect" href="classenorm.html" title="Gaussian density with positive definite (decomposed) covariance matrix." alt="" coords="295,161,404,185"><area shape="rect" href="classenorm.html" title="enorm\< ldmat \>" alt="" coords="151,249,263,273"><area shape="rect" href="classenorm.html" title="enorm\< chmat \>" alt="" coords="463,249,580,273"><area shape="rect" href="classenorm.html" title="enorm\< fsqmat \>" alt="" coords="297,249,417,273"></map>36 <area shape="rect" href="classeEF.html" title="General conjugate exponential family posterior density." alt="" coords="189,84,235,108"><area shape="rect" href="classeEmp.html" title="Weighted empirical density." alt="" coords="259,84,315,108"><area shape="rect" href="classemix.html" title="Mixture of epdfs." alt="" coords="339,84,387,108"><area shape="rect" href="classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="411,84,456,108"><area shape="rect" title="internal class for MPDF providing composition of eEmp with external components" alt="" coords="480,84,643,108"><area shape="rect" href="classegamma.html" title="Gamma posterior density." alt="" coords="5,161,77,185"><area shape="rect" href="classegiw.html" title="Gauss-inverse-Wishart density stored in LD form." alt="" coords="101,161,149,185"><area shape="rect" href="classenorm.html" title="Gaussian density with positive definite (decomposed) covariance matrix." alt="" coords="295,161,404,185"><area shape="rect" href="classenorm.html" title="enorm\< ldmat \>" alt="" coords="151,249,263,273"><area shape="rect" href="classenorm.html" title="enorm\< chmat \>" alt="" coords="463,249,580,273"><area shape="rect" href="classenorm.html" title="enorm\< fsqmat \>" alt="" coords="297,249,417,273"></map> 37 37 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 38 38 <div class="dynheader"> … … 59 59 60 60 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. <a href="#8019654e494bf5e458f6fb947e11b262"></a><br></td></tr> 61 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b3523bce1de49f58afe7c1e428cc4fd"></a><!-- doxytag: member="epdf::sample" ref="7b3523bce1de49f58afe7c1e428cc4fd" args="(int N) const " --> 62 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a> (int N) const </td></tr> 63 64 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png">. <br></td></tr> 61 65 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ea597362e11a0040fe7c990269d072c"></a><!-- doxytag: member="epdf::eval" ref="3ea597362e11a0040fe7c990269d072c" args="(const vec &val) const " --> 62 66 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">eval</a> (const vec &val) const </td></tr> … … 106 110 <p> 107 111 Returns a sample, <img class="formulaInl" alt="$x$" src="form_28.png"> from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png"> 108 <p>Implemented in <a class="el" href="classe norm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a>, <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a>, <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>, <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a>, <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< ldmat ></a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< chmat ></a>, and <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< fsqmat ></a>.</p>112 <p>Implemented in <a class="el" href="classemix.html#0650601f24e633e0ab09aa1e46c14483">emix</a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a>, <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a>, <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>, <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a>, <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< ldmat ></a>, <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< chmat ></a>, and <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< fsqmat ></a>.</p> 109 113 110 <p>Referenced by <a class="el" href="libBM_8 h-source.html#l00165">mpdf::samplecond()</a>, <a class="el" href="libPF_8cpp-source.html#l00035">PF::set_est()</a>, and <a class="el" href="libEF_8cpp-source.html#l00222">eEmp::set_parameters()</a>.</p>114 <p>Referenced by <a class="el" href="libBM_8cpp-source.html#l00074">sample()</a>, <a class="el" href="libBM_8h-source.html#l00169">mpdf::samplecond()</a>, <a class="el" href="libPF_8cpp-source.html#l00035">PF::set_est()</a>, and <a class="el" href="libEF_8cpp-source.html#l00222">eEmp::set_parameters()</a>.</p> 111 115 112 116 </div> 113 117 </div><p> 114 <hr>The documentation for this class was generated from the following file :<ul>115 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a>< /ul>118 <hr>The documentation for this class was generated from the following files:<ul> 119 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a><li>work/mixpp/bdm/stat/libBM.cpp</ul> 116 120 </div> 117 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 121 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 118 122 <a href="http://www.doxygen.org/index.html"> 119 123 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classepdf__inherit__graph.map ¶
r99 r106 1 1 <area shape="rect" href="$classeEF.html" title="General conjugate exponential family posterior density." alt="" coords="189,84,235,108"> 2 2 <area shape="rect" href="$classeEmp.html" title="Weighted empirical density." alt="" coords="259,84,315,108"> 3 <area shape="rect" href="$classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="339,84,384,108"> 4 <area shape="rect" title="internal class for MPDF providing composition of eEmp with external components" alt="" coords="408,84,571,108"> 3 <area shape="rect" href="$classemix.html" title="Mixture of epdfs." alt="" coords="339,84,387,108"> 4 <area shape="rect" href="$classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="411,84,456,108"> 5 <area shape="rect" title="internal class for MPDF providing composition of eEmp with external components" alt="" coords="480,84,643,108"> 5 6 <area shape="rect" href="$classegamma.html" title="Gamma posterior density." alt="" coords="5,161,77,185"> 6 7 <area shape="rect" href="$classegiw.html" title="Gauss-inverse-Wishart density stored in LD form." alt="" coords="101,161,149,185"> -
TabularUnified doc/html/classepdf__inherit__graph.md5 ¶
r99 r106 1 cc12eb54193bea69bcf950ec9dba18c4 1 b83168e033f9d45ac94609485ac2d080 -
TabularUnified doc/html/classeuni-members.html ¶
r99 r106 39 39 <tr class="memlist"><td><a class="el" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">rv</a></td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [protected]</code></td></tr> 40 40 <tr class="memlist"><td><a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">sample</a>() const </td><td><a class="el" href="classeuni.html">euni</a></td><td><code> [inline, virtual]</code></td></tr> 41 <tr class="memlist"><td><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">epdf::sample</a>(int N) const </td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [virtual]</code></td></tr> 41 42 <tr class="memlist"><td><a class="el" href="classeuni.html#4fd7c6a05100616ad16ece405cad7bf2">set_parameters</a>(const vec &low0, const vec &high0)</td><td><a class="el" href="classeuni.html">euni</a></td><td><code> [inline]</code></td></tr> 42 43 <tr class="memlist"><td><a class="el" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">~epdf</a>()</td><td><a class="el" href="classepdf.html">epdf</a></td><td><code> [inline, virtual]</code></td></tr> 43 44 </table></div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 45 46 <a href="http://www.doxygen.org/index.html"> 46 47 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classeuni.html ¶
r99 r106 71 71 72 72 <tr><td class="mdescLeft"> </td><td class="mdescRight">return expected value <br></td></tr> 73 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7b3523bce1de49f58afe7c1e428cc4fd"></a><!-- doxytag: member="euni::sample" ref="7b3523bce1de49f58afe7c1e428cc4fd" args="(int N) const " --> 74 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">sample</a> (int N) const </td></tr> 75 76 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from density <img class="formulaInl" alt="$epdf(rv)$" src="form_59.png">. <br></td></tr> 73 77 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b89143f12c9b49282e30841e4fb5f337"></a><!-- doxytag: member="euni::_rv" ref="b89143f12c9b49282e30841e4fb5f337" args="() const " --> 74 78 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337">_rv</a> () const </td></tr> … … 124 128 <p>Implements <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a>.</p> 125 129 126 <p>References <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libEF_8h-source.html#l00196">distance</a>, <a class="el" href="libEF_8h-source.html#l00192">low</a>, and <a class="el" href="libBM_8h-source.html#l0012 1">epdf::rv</a>.</p>130 <p>References <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libEF_8h-source.html#l00196">distance</a>, <a class="el" href="libEF_8h-source.html#l00192">low</a>, and <a class="el" href="libBM_8h-source.html#l00123">epdf::rv</a>.</p> 127 131 128 132 </div> … … 131 135 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 132 136 </div> 133 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 137 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:41 2008 for mixpp by 134 138 <a href="http://www.doxygen.org/index.html"> 135 139 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classfnc-members.html ¶
r99 r106 31 31 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 32 32 </table></div> 33 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 33 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 34 34 <a href="http://www.doxygen.org/index.html"> 35 35 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classfnc.html ¶
r99 r106 67 67 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 68 68 </div> 69 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 69 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 70 70 <a href="http://www.doxygen.org/index.html"> 71 71 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classfsqmat-members.html ¶
r99 r106 57 57 <tr class="memlist"><td><a class="el" href="classsqmat.html#0481f2067bb32aaea7e6d4f27e46b656">~sqmat</a>()</td><td><a class="el" href="classsqmat.html">sqmat</a></td><td><code> [inline, virtual]</code></td></tr> 58 58 </table></div> 59 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 59 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 60 60 <a href="http://www.doxygen.org/index.html"> 61 61 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classfsqmat.html ¶
r99 r106 328 328 <li>work/mixpp/bdm/math/<a class="el" href="libDC_8h-source.html">libDC.h</a><li>work/mixpp/bdm/math/libDC.cpp</ul> 329 329 </div> 330 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:262008 for mixpp by 330 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:42 2008 for mixpp by 331 331 <a href="http://www.doxygen.org/index.html"> 332 332 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classitpp_1_1Gamma__RNG-members.html ¶
r99 r106 32 32 <tr class="memlist"><td><a class="el" href="classitpp_1_1Gamma__RNG.html#dfaae19411e39aa87e1f72e409b6babe">setup</a>(double a0, double b0)</td><td><a class="el" href="classitpp_1_1Gamma__RNG.html">itpp::Gamma_RNG</a></td><td><code> [inline]</code></td></tr> 33 33 </table></div> 34 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 34 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 35 35 <a href="http://www.doxygen.org/index.html"> 36 36 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classitpp_1_1Gamma__RNG.html ¶
r99 r106 65 65 <li>work/mixpp/bdm/<a class="el" href="itpp__ext_8h-source.html">itpp_ext.h</a><li>work/mixpp/bdm/itpp_ext.cpp</ul> 66 66 </div> 67 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 67 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 68 68 <a href="http://www.doxygen.org/index.html"> 69 69 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classldmat-members.html ¶
r99 r106 62 62 <tr class="memlist"><td><a class="el" href="classsqmat.html#0481f2067bb32aaea7e6d4f27e46b656">~sqmat</a>()</td><td><a class="el" href="classsqmat.html">sqmat</a></td><td><code> [inline, private, virtual]</code></td></tr> 63 63 </table></div> 64 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 64 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 65 65 <a href="http://www.doxygen.org/index.html"> 66 66 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classldmat.html ¶
r99 r106 214 214 <p>Implements <a class="el" href="classsqmat.html#b223484796661f2dadb5607a86ce0581">sqmat</a>.</p> 215 215 216 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00267">L</a>.</p>216 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00266">L</a>.</p> 217 217 218 218 <p>Referenced by <a class="el" href="libDC_8cpp-source.html#l00104">add()</a>, <a class="el" href="arx_8cpp-source.html#l00005">ARX::bayes()</a>, and <a class="el" href="libDC_8cpp-source.html#l00118">inv()</a>.</p> … … 247 247 <p>Implements <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a>.</p> 248 248 249 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00267">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p>249 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p> 250 250 251 251 </div> … … 278 278 <p>Implements <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a>.</p> 279 279 280 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00267">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p>280 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p> 281 281 282 282 </div> … … 304 304 <p>Implements <a class="el" href="classsqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a>.</p> 305 305 306 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00267">L</a>.</p>306 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00266">L</a>.</p> 307 307 308 308 </div> … … 333 333 </dl> 334 334 335 <p>References <a class="el" href="libDC_8cpp-source.html#l00116">clear()</a>, <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, <a class="el" href="libDC_8h-source.html#l00267">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00058">opupdt()</a>.</p>335 <p>References <a class="el" href="libDC_8cpp-source.html#l00116">clear()</a>, <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00058">opupdt()</a>.</p> 336 336 337 337 </div> … … 372 372 </dl> 373 373 374 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00267">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p>374 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p> 375 375 376 376 </div> … … 411 411 </dl> 412 412 413 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00267">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p>413 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00209">ldform()</a>.</p> 414 414 415 415 </div> … … 450 450 </dl> 451 451 452 <p>References <a class="el" href="libDC_8h-source.html#l0026 5">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00267">L</a>.</p>452 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00266">L</a>.</p> 453 453 454 454 <p>Referenced by <a class="el" href="libDC_8cpp-source.html#l00046">ldmat()</a>, <a class="el" href="libDC_8cpp-source.html#l00130">mult_sym()</a>, and <a class="el" href="libDC_8cpp-source.html#l00135">mult_sym_t()</a>.</p> … … 503 503 <li>work/mixpp/bdm/math/<a class="el" href="libDC_8h-source.html">libDC.h</a><li>work/mixpp/bdm/math/libDC.cpp</ul> 504 504 </div> 505 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 505 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 506 506 <a href="http://www.doxygen.org/index.html"> 507 507 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classlinfn-members.html ¶
r99 r106 33 33 <tr class="memlist"><td><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a>()</td><td><a class="el" href="classfnc.html">fnc</a></td><td><code> [inline, virtual]</code></td></tr> 34 34 </table></div> 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 36 36 <a href="http://www.doxygen.org/index.html"> 37 37 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classlinfn.html ¶
r99 r106 74 74 <li>work/mixpp/bdm/stat/<a class="el" href="libFN_8h-source.html">libFN.h</a></ul> 75 75 </div> 76 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 76 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 77 77 <a href="http://www.doxygen.org/index.html"> 78 78 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classlogger-members.html ¶
r99 r106 33 33 <tr class="memlist"><td><a class="el" href="classlogger.html#92c63a0a87392c62b9ed3c00faa9d5df">~logger</a>()</td><td><a class="el" href="classlogger.html">logger</a></td><td><code> [inline, virtual]</code></td></tr> 34 34 </table></div> 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 36 36 <a href="http://www.doxygen.org/index.html"> 37 37 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classlogger.html ¶
r99 r106 77 77 <li>work/mixpp/bdm/stat/<a class="el" href="loggers_8h-source.html">loggers.h</a></ul> 78 78 </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 80 80 <a href="http://www.doxygen.org/index.html"> 81 81 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmEF-members.html ¶
r99 r106 37 37 <tr class="memlist"><td><a class="el" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">~mpdf</a>()</td><td><a class="el" href="classmpdf.html">mpdf</a></td><td><code> [inline, virtual]</code></td></tr> 38 38 </table></div> 39 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 39 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 40 40 <a href="http://www.doxygen.org/index.html"> 41 41 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmEF.html ¶
r99 r106 126 126 <p>Reimplemented in <a class="el" href="classmlnorm.html#decf3e3b5c8e0812e5b4dbe94fa2ae18">mlnorm< sq_T ></a>, and <a class="el" href="classmgamma.html#9f40dc43885085fad8e3d6652b79e139">mgamma</a>.</p> 127 127 128 <p>References <a class="el" href="libBM_8h-source.html#l001 67">mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00159">mpdf::ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p>128 <p>References <a class="el" href="libBM_8h-source.html#l00171">mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00163">mpdf::ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p> 129 129 130 130 <p>Referenced by <a class="el" href="libPF_8h-source.html#l00137">MPF< BM_T >::bayes()</a>, and <a class="el" href="libPF_8cpp-source.html#l00007">PF::bayes()</a>.</p> … … 135 135 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 136 136 </div> 137 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 137 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 138 138 <a href="http://www.doxygen.org/index.html"> 139 139 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmemlog-members.html ¶
r99 r106 29 29 <tr class="memlist"><td><a class="el" href="classmemlog.html#3410b4c002636508c43ddcba8d394520">ind</a></td><td><a class="el" href="classmemlog.html">memlog</a></td><td><code> [protected]</code></td></tr> 30 30 <tr class="memlist"><td><a class="el" href="classmemlog.html#b081ef5acb4816e6b5fcb56c19cc7e47">init</a>()</td><td><a class="el" href="classmemlog.html">memlog</a></td><td><code> [inline]</code></td></tr> 31 <tr bgcolor="#f0f0f0"><td><b>itsave</b>(const char *fname) (defined in <a class="el" href="classmemlog.html">memlog</a>)</td><td><a class="el" href="classmemlog.html">memlog</a></td><td></td></tr> 31 32 <tr class="memlist"><td><a class="el" href="classlogger.html#4f753a510e00c892b38e95c2284363a6">logger</a>()</td><td><a class="el" href="classlogger.html">logger</a></td><td><code> [inline]</code></td></tr> 32 33 <tr class="memlist"><td><a class="el" href="classmemlog.html#8d2feeb826f7249e9104d616b5a67144">logit</a>(int id, vec v)</td><td><a class="el" href="classmemlog.html">memlog</a></td><td><code> [inline, virtual]</code></td></tr> … … 38 39 <tr class="memlist"><td><a class="el" href="classlogger.html#92c63a0a87392c62b9ed3c00faa9d5df">~logger</a>()</td><td><a class="el" href="classlogger.html">logger</a></td><td><code> [inline, virtual]</code></td></tr> 39 40 </table></div> 40 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 41 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 41 42 <a href="http://www.doxygen.org/index.html"> 42 43 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmemlog.html ¶
r99 r106 64 64 65 65 <tr><td class="mdescLeft"> </td><td class="mdescRight">log this vector <br></td></tr> 66 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="65571ebbb16577b5211adbb27baf769c"></a><!-- doxytag: member="memlog::itsave" ref="65571ebbb16577b5211adbb27baf769c" args="(const char *fname)" --> 67 void </td><td class="memItemRight" valign="bottom"><b>itsave</b> (const char *fname)</td></tr> 68 66 69 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3d6c6ab580b36619c4010e3ebec55378"></a><!-- doxytag: member="memlog::add" ref="3d6c6ab580b36619c4010e3ebec55378" args="(RV rv, string name="")" --> 67 70 virtual int </td><td class="memItemRight" valign="bottom"><a class="el" href="classlogger.html#3d6c6ab580b36619c4010e3ebec55378">add</a> (<a class="el" href="classRV.html">RV</a> rv, string name="")</td></tr> … … 93 96 Logging into matrices in data format in memory. 94 97 <p> 95 More?... <hr>The documentation for this class was generated from the following file :<ul>96 <li>work/mixpp/bdm/stat/<a class="el" href="loggers_8h-source.html">loggers.h</a>< /ul>98 More?... <hr>The documentation for this class was generated from the following files:<ul> 99 <li>work/mixpp/bdm/stat/<a class="el" href="loggers_8h-source.html">loggers.h</a><li>work/mixpp/bdm/stat/loggers.cpp</ul> 97 100 </div> 98 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 101 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 99 102 <a href="http://www.doxygen.org/index.html"> 100 103 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmgamma-members.html ¶
r99 r106 43 43 <tr class="memlist"><td><a class="el" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">~mpdf</a>()</td><td><a class="el" href="classmpdf.html">mpdf</a></td><td><code> [inline, virtual]</code></td></tr> 44 44 </table></div> 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 45 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 46 46 <a href="http://www.doxygen.org/index.html"> 47 47 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmgamma.html ¶
r99 r106 113 113 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a><li>work/mixpp/bdm/stat/libEF.cpp</ul> 114 114 </div> 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 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.5 </small></address> -
TabularUnified doc/html/classmgamma__fix-members.html ¶
r99 r106 47 47 <tr class="memlist"><td><a class="el" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">~mpdf</a>()</td><td><a class="el" href="classmpdf.html">mpdf</a></td><td><code> [inline, virtual]</code></td></tr> 48 48 </table></div> 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 50 50 <a href="http://www.doxygen.org/index.html"> 51 51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmgamma__fix.html ¶
r99 r106 129 129 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 130 130 </div> 131 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 131 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:43 2008 for mixpp by 132 132 <a href="http://www.doxygen.org/index.html"> 133 133 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmlnorm-members.html ¶
r99 r106 41 41 <tr class="memlist"><td><a class="el" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">~mpdf</a>()</td><td><a class="el" href="classmpdf.html">mpdf</a></td><td><code> [inline, virtual]</code></td></tr> 42 42 </table></div> 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 44 44 <a href="http://www.doxygen.org/index.html"> 45 45 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmlnorm.html ¶
r99 r106 107 107 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 108 108 </div> 109 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 109 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 110 110 <a href="http://www.doxygen.org/index.html"> 111 111 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmpdf-members.html ¶
r99 r106 36 36 <tr class="memlist"><td><a class="el" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">~mpdf</a>()</td><td><a class="el" href="classmpdf.html">mpdf</a></td><td><code> [inline, virtual]</code></td></tr> 37 37 </table></div> 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 39 39 <a href="http://www.doxygen.org/index.html"> 40 40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classmpdf.html ¶
r99 r106 128 128 <p>Reimplemented in <a class="el" href="classmlnorm.html#decf3e3b5c8e0812e5b4dbe94fa2ae18">mlnorm< sq_T ></a>, and <a class="el" href="classmgamma.html#9f40dc43885085fad8e3d6652b79e139">mgamma</a>.</p> 129 129 130 <p>References <a class="el" href="libBM_8h-source.html#l001 67">condition()</a>, <a class="el" href="libBM_8h-source.html#l00159">ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p>130 <p>References <a class="el" href="libBM_8h-source.html#l00171">condition()</a>, <a class="el" href="libBM_8h-source.html#l00163">ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p> 131 131 132 132 <p>Referenced by <a class="el" href="libPF_8h-source.html#l00137">MPF< BM_T >::bayes()</a>, and <a class="el" href="libPF_8cpp-source.html#l00007">PF::bayes()</a>.</p> … … 137 137 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 138 138 </div> 139 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:272008 for mixpp by 139 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 140 140 <a href="http://www.doxygen.org/index.html"> 141 141 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classsqmat-members.html ¶
r99 r106 40 40 <tr class="memlist"><td><a class="el" href="classsqmat.html#0481f2067bb32aaea7e6d4f27e46b656">~sqmat</a>()</td><td><a class="el" href="classsqmat.html">sqmat</a></td><td><code> [inline, virtual]</code></td></tr> 41 41 </table></div> 42 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 42 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 43 43 <a href="http://www.doxygen.org/index.html"> 44 44 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classsqmat.html ¶
r99 r106 220 220 <li>work/mixpp/bdm/math/<a class="el" href="libDC_8h-source.html">libDC.h</a></ul> 221 221 </div> 222 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 222 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 223 223 <a href="http://www.doxygen.org/index.html"> 224 224 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuibase-members.html ¶
r99 r106 38 38 <tr class="memlist"><td><a class="el" href="classuibase.html#1972e8d075e083e0f033ac2e4fee3a7a">~uibase</a>()</td><td><a class="el" href="classuibase.html">uibase</a></td><td><code> [inline, virtual]</code></td></tr> 39 39 </table></div> 40 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 40 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 41 41 <a href="http://www.doxygen.org/index.html"> 42 42 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuibase.html ¶
r99 r106 102 102 <li>work/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a></ul> 103 103 </div> 104 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 104 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 105 105 <a href="http://www.doxygen.org/index.html"> 106 106 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuimatrix-members.html ¶
r99 r106 41 41 <tr class="memlist"><td><a class="el" href="classuibase.html#1972e8d075e083e0f033ac2e4fee3a7a">~uibase</a>()</td><td><a class="el" href="classuibase.html">uibase</a></td><td><code> [inline, virtual]</code></td></tr> 42 42 </table></div> 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 44 44 <a href="http://www.doxygen.org/index.html"> 45 45 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuimatrix.html ¶
r99 r106 109 109 <li>work/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a></ul> 110 110 </div> 111 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 111 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 for mixpp by 112 112 <a href="http://www.doxygen.org/index.html"> 113 113 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuiscalar-members.html ¶
r99 r106 42 42 <tr class="memlist"><td><a class="el" href="classuiscalar.html#23b474d26466a4b11f3adfd515da5ed1">~uiscalar</a>()</td><td><a class="el" href="classuiscalar.html">uiscalar< T ></a></td><td><code> [inline]</code></td></tr> 43 43 </table></div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 45 45 <a href="http://www.doxygen.org/index.html"> 46 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuiscalar.html ¶
r99 r106 113 113 <li>work/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a></ul> 114 114 </div> 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:44 2008 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.5 </small></address> -
TabularUnified doc/html/classuistring-members.html ¶
r99 r106 42 42 <tr bgcolor="#f0f0f0"><td><b>~uistring</b>() (defined in <a class="el" href="classuistring.html">uistring</a>)</td><td><a class="el" href="classuistring.html">uistring</a></td><td><code> [inline]</code></td></tr> 43 43 </table></div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 45 45 <a href="http://www.doxygen.org/index.html"> 46 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuistring.html ¶
r99 r106 106 106 <li>work/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a></ul> 107 107 </div> 108 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 108 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 109 109 <a href="http://www.doxygen.org/index.html"> 110 110 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuivector-members.html ¶
r99 r106 41 41 <tr class="memlist"><td><a class="el" href="classuibase.html#1972e8d075e083e0f033ac2e4fee3a7a">~uibase</a>()</td><td><a class="el" href="classuibase.html">uibase</a></td><td><code> [inline, virtual]</code></td></tr> 42 42 </table></div> 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 43 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 44 44 <a href="http://www.doxygen.org/index.html"> 45 45 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/classuivector.html ¶
r99 r106 109 109 <li>work/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a></ul> 110 110 </div> 111 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 111 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 112 112 <a href="http://www.doxygen.org/index.html"> 113 113 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/codingrules.html ¶
r99 r106 86 86 <p> 87 87 Explicit destructor functions are not required, unless they are needed. It shall not be possible to use any of the other member functions unless the class has been properly initiated with the input parameters. </div> 88 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:22 2008 for mixpp by 88 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:32 2008 for mixpp by 89 89 <a href="http://www.doxygen.org/index.html"> 90 90 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/demo__example_2nastaveni__regulatoru__float_8h-source.html ¶
r99 r106 47 47 <a name="l00031"></a>00031 <span class="preprocessor"></span> 48 48 </pre></div></div> 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 50 50 <a href="http://www.doxygen.org/index.html"> 51 51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/demo__example_2regulace_8h-source.html ¶
r99 r106 33 33 <a name="l00017"></a>00017 <span class="comment">// Idw_urm, Urmf, Iqw_reg </span> 34 34 </pre></div></div> 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 36 36 <a href="http://www.doxygen.org/index.html"> 37 37 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/demo__example_2simulator_8h-source.html ¶
r99 r106 34 34 <a name="l00018"></a>00018 <span class="keyword">extern</span> <span class="keywordtype">double</span> KalmanObs[4]; 35 35 </pre></div></div> 36 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 36 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 37 37 <a href="http://www.doxygen.org/index.html"> 38 38 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/ekf_8h-source.html ¶
r99 r106 39 39 <a name="l00023"></a>00023 40 40 </pre></div></div> 41 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 41 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 42 42 <a href="http://www.doxygen.org/index.html"> 43 43 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/ekf__example_2nastaveni__regulatoru__float_8h-source.html ¶
r99 r106 81 81 <a name="l00065"></a>00065 <span class="preprocessor"></span><span class="preprocessor">#define MINud (-600.) // principialne neni nutne omezovat, avsak s ohledem na format Q13 s dostatecnou bezpecnosti uvazovano 600V</span> 82 82 </pre></div></div> 83 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 83 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 84 84 <a href="http://www.doxygen.org/index.html"> 85 85 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/ekf__example_2regulace_8h-source.html ¶
r99 r106 33 33 <a name="l00017"></a>00017 <span class="comment">// Idw_urm, Urmf, Iqw_reg </span> 34 34 </pre></div></div> 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 36 36 <a href="http://www.doxygen.org/index.html"> 37 37 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/ekf__obj_8h-source.html ¶
r99 r106 99 99 <a name="l00102"></a>00102 100 100 </pre></div></div> 101 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 101 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 102 102 <a href="http://www.doxygen.org/index.html"> 103 103 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/ekf__obj_8h.html ¶
r99 r106 53 53 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 54 54 Using IT++ for numerical operations ----------------------------------- </div> 55 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:22 2008 for mixpp by 55 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:32 2008 for mixpp by 56 56 <a href="http://www.doxygen.org/index.html"> 57 57 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/files.html ¶
r99 r106 32 32 <tr><td class="indexkey">work/mixpp/bdm/math/<a class="el" href="chmat_8h.html">chmat.h</a> <a href="chmat_8h-source.html">[code]</a></td><td class="indexvalue">Matrices in decomposed forms (LDL', LU, UDU', etc) </td></tr> 33 33 <tr><td class="indexkey">work/mixpp/bdm/math/<a class="el" href="libDC_8h.html">libDC.h</a> <a href="libDC_8h-source.html">[code]</a></td><td class="indexvalue">Matrices in decomposed forms (LDL', LU, UDU', etc) </td></tr> 34 <tr><td class="indexkey">work/mixpp/bdm/stat/<a class="el" href="emix_8h.html">emix.h</a> <a href="emix_8h-source.html">[code]</a></td><td class="indexvalue">Probability distributions for Mixtures of pdfs </td></tr> 34 35 <tr><td class="indexkey">work/mixpp/bdm/stat/<a class="el" href="libBM_8h.html">libBM.h</a> <a href="libBM_8h-source.html">[code]</a></td><td class="indexvalue">Bayesian Models (bm) that use Bayes rule to learn from observations </td></tr> 35 36 <tr><td class="indexkey">work/mixpp/bdm/stat/<a class="el" href="libDS_8h.html">libDS.h</a> <a href="libDS_8h-source.html">[code]</a></td><td class="indexvalue">Common DataSources </td></tr> … … 40 41 <tr><td class="indexkey">work/mixpp/pmsm/<b>pmsm.h</b> <a href="pmsm_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> 41 42 <tr><td class="indexkey">work/mixpp/pmsm/<a class="el" href="sim__var_8cpp.html">sim_var.cpp</a></td><td class="indexvalue">Models for synchronous electric drive using IT++ and BDM </td></tr> 43 <tr><td class="indexkey">work/mixpp/pmsm/<a class="el" href="sim__var__arx_8cpp.html">sim_var_arx.cpp</a></td><td class="indexvalue">Models for synchronous electric drive using IT++ and BDM </td></tr> 42 44 <tr><td class="indexkey">work/mixpp/pmsm/simulator_zdenek/<b>nastaveni_regulatoru_float.h</b> <a href="nastaveni__regulatoru__float_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> 43 45 <tr><td class="indexkey">work/mixpp/pmsm/simulator_zdenek/<b>regulace.h</b> <a href="regulace_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr> … … 58 60 </table> 59 61 </div> 60 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:292008 for mixpp by 62 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:46 2008 for mixpp by 61 63 <a href="http://www.doxygen.org/index.html"> 62 64 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/fixed_8h-source.html ¶
r99 r106 33 33 <a name="l00017"></a>00017 <span class="comment">// obecne deleni: x_"Qposun1"*"Qscale"/y_"Qposun2" -> "Q_posun_fin"</span> 34 34 </pre></div></div> 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 35 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 36 36 <a href="http://www.doxygen.org/index.html"> 37 37 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/formula.repository ¶
r99 r106 62 62 \form#61:\[ y_t = \theta_1 \psi_1 + \theta_2 + \psi_2 +\ldots + \theta_n \psi_n + r e_t \] 63 63 \form#62:\[ e_t \sim \mathcal{N}(0,1). \] 64 \form#63:\[ f(x) = \sum_{i=1}^{n} w_{i} f_i(x), \quad \sum_{i=1}^n w_i = 1. \] 65 \form#64:$f_i(x)$ -
TabularUnified doc/html/functions.html ¶
r99 r106 109 109 : <a class="el" href="classenorm.html#7a5034b25771a84450a990d10fc40ac9">enorm< sq_T ></a> 110 110 <li>_rv() 111 : <a class="el" href="class BM.html#126bd2595c48e311fc2a7ab72876092a">BM</a>112 , <a class="el" href="class epdf.html#b89143f12c9b49282e30841e4fb5f337">epdf</a>111 : <a class="el" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337">epdf</a> 112 , <a class="el" href="classBM.html#126bd2595c48e311fc2a7ab72876092a">BM</a> 113 113 <li>_rvc() 114 114 : <a class="el" href="classBMcond.html#3fa60348b2da6b4208bb95b8d146900a">BMcond</a> … … 116 116 <li>_Ry 117 117 : <a class="el" href="classKalman.html#45c9f928d2d62e0c884900fb3380f904">Kalman< sq_T ></a> 118 <li>_samples ()119 : <a class="el" href="class eEmp.html#31b747eca73b16f30370827ba4cc3575">eEmp</a>120 , <a class="el" href="class PF.html#cf7dad75e31215780a746c30e71ad9c5">PF</a>118 <li>_samples 119 : <a class="el" href="classPF.html#cf7dad75e31215780a746c30e71ad9c5">PF</a> 120 , <a class="el" href="classeEmp.html#31b747eca73b16f30370827ba4cc3575">eEmp</a> 121 121 <li>_V() 122 122 : <a class="el" href="classegiw.html#533e792e1175bfa06d5d595dc5d080d5">egiw</a> 123 <li>_w() 124 : <a class="el" href="classeEmp.html#31b2bfb73b72486a5c89f2ab850c7a9b">eEmp</a> 125 , <a class="el" href="classPF.html#5c87aba508df321ff26536ced64dbb3a">PF</a> 123 <li>_w 124 : <a class="el" href="classPF.html#5c87aba508df321ff26536ced64dbb3a">PF</a> 125 , <a class="el" href="classeEmp.html#31b2bfb73b72486a5c89f2ab850c7a9b">eEmp</a> 126 , <a class="el" href="classemix.html#35baf0f62307455cebfbf462144b4dd8">emix</a> 126 127 <li>_yp 127 128 : <a class="el" href="classKalman.html#764bbc95238eda11fc81c5ebd0b1dcfd">Kalman< sq_T ></a> 128 129 </ul> 129 130 </div> 130 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 131 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 131 132 <a href="http://www.doxygen.org/index.html"> 132 133 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x61.html ¶
r99 r106 85 85 </ul> 86 86 </div> 87 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 87 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 88 88 <a href="http://www.doxygen.org/index.html"> 89 89 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x62.html ¶
r99 r106 90 90 </ul> 91 91 </div> 92 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 92 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 93 93 <a href="http://www.doxygen.org/index.html"> 94 94 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x63.html ¶
r99 r106 79 79 : <a class="el" href="classsqmat.html#ecc2e2540f95a04f4449842588170f5b">sqmat</a> 80 80 , <a class="el" href="classldmat.html#0fceb6b5b637cec89bb0a3d2e6be1306">ldmat</a> 81 <li>Coms 82 : <a class="el" href="classemix.html#7155d827417b53fb6aa5cff1459e6eb4">emix</a> 81 83 <li>concat 82 84 : <a class="el" href="classRV.html#33c114e83980d883c5b211c47d5322a4">RV</a> 83 85 <li>condition() 84 : <a class="el" href="class KFcondQR.html#c9ecf292a85327aa6309c9fd70ceb606">KFcondQR</a>86 : <a class="el" href="classBMcond.html#3543cfe274c35f9033c24d8036a96c4d">BMcond</a> 85 87 , <a class="el" href="classmlnorm.html#5232fc7e305eceab4e2bd6a8daa44195">mlnorm< sq_T ></a> 86 , <a class="el" href="classBMcond.html#3543cfe274c35f9033c24d8036a96c4d">BMcond</a>87 88 , <a class="el" href="classEKF__unQ.html#cd06a8c662da244cf61bb5bd39688c99">EKF_unQ</a> 88 89 , <a class="el" href="classmgamma__fix.html#6ea3931eec7b7da7b693e45981052460">mgamma_fix</a> 89 , <a class="el" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83">mpdf</a> 90 , <a class="el" href="classEKF__unQ.html#cd06a8c662da244cf61bb5bd39688c99">EKF_unQ</a> 91 , <a class="el" href="classKFcondR.html#8c0721e47879bb8840d829db7a174a7f">KFcondR</a> 90 92 , <a class="el" href="classEKFfixed.html#c7fee79e75ad7f0c0e96c5a322cbf44e">EKFfixed</a> 91 93 , <a class="el" href="classEKF__unQ.html#cd06a8c662da244cf61bb5bd39688c99">EKF_unQ</a> 94 , <a class="el" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83">mpdf</a> 92 95 , <a class="el" href="classmgamma.html#a61094c9f7a2d64ea77b130cbc031f97">mgamma</a> 93 , <a class="el" href="classKFcond R.html#8c0721e47879bb8840d829db7a174a7f">KFcondR</a>96 , <a class="el" href="classKFcondQR.html#c9ecf292a85327aa6309c9fd70ceb606">KFcondQR</a> 94 97 <li>constfn() 95 98 : <a class="el" href="classconstfn.html#d08acd7fac0ef3edfa59bbe48403f2bc">constfn</a> … … 98 101 </ul> 99 102 </div> 100 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 103 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 101 104 <a href="http://www.doxygen.org/index.html"> 102 105 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x64.html ¶
r99 r106 104 104 </ul> 105 105 </div> 106 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 106 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 107 107 <a href="http://www.doxygen.org/index.html"> 108 108 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x65.html ¶
r99 r106 83 83 <li>EKFfull() 84 84 : <a class="el" href="classEKFfull.html#67ac4de96fd025197da767fe0472c7f7">EKFfull</a> 85 <li>emix() 86 : <a class="el" href="classemix.html#3a10c8481115a5460877272ddb6532a6">emix</a> 85 87 <li>enorm() 86 88 : <a class="el" href="classenorm.html#7b5cb487a2570e8109bfdc0df149aa06">enorm< sq_T ></a> … … 89 91 <li>ep 90 92 : <a class="el" href="classmpdf.html#7aa894208a32f3487827df6d5054424c">mpdf</a> 91 <li>epdf() 92 : <a class="el" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd">epdf</a> 93 , <a class="el" href="classmgamma.html#612dbf35c770a780027619aaac2c443e">mgamma</a> 93 <li>epdf 94 : <a class="el" href="classmgamma.html#612dbf35c770a780027619aaac2c443e">mgamma</a> 95 , <a class="el" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd">epdf</a> 96 <li>equal() 97 : <a class="el" href="classRV.html#c4f547370d67eba414caafe91c64b12a">RV</a> 94 98 <li>est 95 99 : <a class="el" href="classARX.html#691d023662beffa1dda611b416c0e27e">ARX</a> … … 99 103 : <a class="el" href="classeuni.html#2537a6c239cff52e3ba814851a1116cd">euni</a> 100 104 <li>eval() 101 : <a class="el" href="classIMpmsm.html#45785869d978dda42828a072ec2caebe">IMpmsm</a> 105 : <a class="el" href="classeuni.html#2723d4992900b5c5495bfa03628195ed">euni</a> 106 , <a class="el" href="classbilinfn.html#e36a16e72e7f9fedf3cb18d2d5505a24">bilinfn</a> 107 , <a class="el" href="classIMpmsm.html#45785869d978dda42828a072ec2caebe">IMpmsm</a> 102 108 , <a class="el" href="classOMpmsm.html#8e32392c9c635584606287b8c0e8c9da">OMpmsm</a> 103 109 , <a class="el" href="classlinfn.html#fac0e56701f4c7beaf1c91f9b2a55f0b">linfn</a> 110 , <a class="el" href="classfnc.html#7fad2e6cb35909a165ec5a53def4a18c">fnc</a> 111 , <a class="el" href="classdiffbifn.html#ad7673e16aa1a046b131b24c731c4632">diffbifn</a> 112 , <a class="el" href="classconstfn.html#0411f603cbf675f2bc04a8f85e4e3b52">constfn</a> 104 113 , <a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">epdf</a> 105 , <a class="el" href="class fnc.html#7fad2e6cb35909a165ec5a53def4a18c">fnc</a>114 , <a class="el" href="classenorm.html#b9e1dfd33692d7b3f1a59f17b0e61bd0">enorm< sq_T ></a> 106 115 , <a class="el" href="classdiffbifn.html#40d8a7eee45acc55cda33d43282faa03">diffbifn</a> 107 , <a class="el" href="classeuni.html#2723d4992900b5c5495bfa03628195ed">euni</a>108 , <a class="el" href="classconstfn.html#0411f603cbf675f2bc04a8f85e4e3b52">constfn</a>109 , <a class="el" href="classbilinfn.html#e36a16e72e7f9fedf3cb18d2d5505a24">bilinfn</a>110 , <a class="el" href="classenorm.html#b9e1dfd33692d7b3f1a59f17b0e61bd0">enorm< sq_T ></a>111 , <a class="el" href="classdiffbifn.html#ad7673e16aa1a046b131b24c731c4632">diffbifn</a>112 116 <li>evalcond() 113 117 : <a class="el" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91">mpdf</a> … … 115 119 : <a class="el" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129">BM</a> 116 120 <li>evalpdflog() 117 : <a class="el" href="classegiw.html#425cbc53b377274e28c6add942bab62d">egiw</a> 121 : <a class="el" href="classegamma.html#de84faac8f9799dfe2777ddbedf997ef">egamma</a> 122 , <a class="el" href="classeEmp.html#23e7358995400865ad2e278945922fb3">eEmp</a> 123 , <a class="el" href="classegiw.html#425cbc53b377274e28c6add942bab62d">egiw</a> 124 , <a class="el" href="classemix.html#469e910479b3402589104ef3bb1b5741">emix</a> 125 , <a class="el" href="classenorm.html#609a7c33dbb4fdfab050f3bdd1122401">enorm< sq_T ></a> 126 , <a class="el" href="classeuni.html#06af95d514a6623ad4688bd2ad50ad71">euni</a> 118 127 , <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf</a> 119 , <a class="el" href="classeuni.html#06af95d514a6623ad4688bd2ad50ad71">euni</a>120 , <a class="el" href="classegamma.html#de84faac8f9799dfe2777ddbedf997ef">egamma</a>121 , <a class="el" href="classeEmp.html#23e7358995400865ad2e278945922fb3">eEmp</a>122 , <a class="el" href="classenorm.html#609a7c33dbb4fdfab050f3bdd1122401">enorm< sq_T ></a>123 128 </ul> 124 129 </div> 125 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 130 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 126 131 <a href="http://www.doxygen.org/index.html"> 127 132 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x66.html ¶
r99 r106 77 77 </ul> 78 78 </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 80 80 <a href="http://www.doxygen.org/index.html"> 81 81 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x67.html ¶
r99 r106 87 87 </ul> 88 88 </div> 89 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 89 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 90 90 <a href="http://www.doxygen.org/index.html"> 91 91 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x68.html ¶
r99 r106 71 71 </ul> 72 72 </div> 73 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 73 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 74 74 <a href="http://www.doxygen.org/index.html"> 75 75 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x69.html ¶
r99 r106 91 91 </ul> 92 92 </div> 93 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 93 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 94 94 <a href="http://www.doxygen.org/index.html"> 95 95 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x6b.html ¶
r99 r106 79 79 </ul> 80 80 </div> 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 82 82 <a href="http://www.doxygen.org/index.html"> 83 83 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x6c.html ¶
r99 r106 113 113 </ul> 114 114 </div> 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 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.5 </small></address> -
TabularUnified doc/html/functions_0x6d.html ¶
r99 r106 71 71 : <a class="el" href="classmemlog.html#4195f322897ededdac66c404b848ced3">memlog</a> 72 72 <li>mean() 73 : <a class="el" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870">epdf</a> 73 : <a class="el" href="classemix.html#b662a51d042b062020460e64bff4e9e8">emix</a> 74 , <a class="el" href="classegamma.html#6ab5ba56f7cdb2e5921c3e77524fa50a">egamma</a> 74 75 , <a class="el" href="classeuni.html#8050087e421a9cfd1b4b1f8bd33b1cc1">euni</a> 76 , <a class="el" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870">epdf</a> 75 77 , <a class="el" href="classeEmp.html#ba055c19038cc72628d98e25197e982d">eEmp</a> 76 78 , <a class="el" href="classenorm.html#50fa84da7bae02f7af17a98f37566899">enorm< sq_T ></a> 77 79 , <a class="el" href="classegiw.html#6deb0ff2859f41ef7cbdf6a842cabb29">egiw</a> 78 , <a class="el" href="classegamma.html#6ab5ba56f7cdb2e5921c3e77524fa50a">egamma</a>79 80 <li>mEF() 80 81 : <a class="el" href="classmEF.html#8bf51fe8654d7b83c8c8afeb19409d4f">mEF</a> … … 94 95 : <a class="el" href="classMPF.html#fc5e11e11eec3195e3c6503937bf02bd">MPF< BM_T ></a> 95 96 <li>mu 96 : <a class="el" href="class KalmanFull.html#fb5aec635e2720cc5ac31bc01c18a68a">KalmanFull</a>97 , <a class="el" href="class enorm.html#71fde0d54bba147e00f612577f95ad20">enorm< sq_T ></a>97 : <a class="el" href="classenorm.html#71fde0d54bba147e00f612577f95ad20">enorm< sq_T ></a> 98 , <a class="el" href="classKalmanFull.html#fb5aec635e2720cc5ac31bc01c18a68a">KalmanFull</a> 98 99 <li>mult_sym() 99 : <a class="el" href="classfsqmat.html#d4eddc3743c8865cc5ed92d14de0e3e3">fsqmat</a> 100 , <a class="el" href="classchmat.html#66f509f92b0ccf020e2a2a32566e0777">chmat</a> 100 : <a class="el" href="classchmat.html#66f509f92b0ccf020e2a2a32566e0777">chmat</a> 101 101 , <a class="el" href="classfsqmat.html#5530d2756b5d991de755e6121c9a452e">fsqmat</a> 102 , <a class="el" href="classldmat.html#e7207748909325bb0f99b43f090a2b7e">ldmat</a> 102 103 , <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a> 104 , <a class="el" href="classfsqmat.html#d4eddc3743c8865cc5ed92d14de0e3e3">fsqmat</a> 103 105 , <a class="el" href="classldmat.html#e967b9425007f0cb6cd59b845f9756d8">ldmat</a> 104 106 <li>mult_sym_t() 105 : <a class="el" href="classfsqmat.html# 92052a8adc2054b63e42d1373d145c89">fsqmat</a>107 : <a class="el" href="classfsqmat.html#ae4949ad2a32553c7fa04d6d1483770a">fsqmat</a> 106 108 , <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a> 107 , <a class="el" href="classfsqmat.html#ae4949ad2a32553c7fa04d6d1483770a">fsqmat</a>108 , <a class="el" href="classldmat.html#f94dc3a233f3d40fc853d8d4ac3b8eab">ldmat</a>109 109 , <a class="el" href="classchmat.html#07f50d1332b901eee962e8b1913102f7">chmat</a> 110 110 , <a class="el" href="classldmat.html#4fd155f38eb6dd5af4bdf9c98a7999a9">ldmat</a> 111 , <a class="el" href="classfsqmat.html#92052a8adc2054b63e42d1373d145c89">fsqmat</a> 112 , <a class="el" href="classldmat.html#f94dc3a233f3d40fc853d8d4ac3b8eab">ldmat</a> 111 113 </ul> 112 114 </div> 113 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 114 116 <a href="http://www.doxygen.org/index.html"> 115 117 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x6e.html ¶
r99 r106 65 65 <p> 66 66 <h3><a class="anchor" name="index_n">- n -</a></h3><ul> 67 <li>N 68 : <a class="el" href="classuiscalar.html#42d6a9f5bc37168a76e735d1254b97b8">uiscalar< T ></a> 67 69 <li>n 68 70 : <a class="el" href="classPF.html#2c2f44ed7a4eaa42e07bdb58d503f280">PF</a> 69 71 , <a class="el" href="classeEmp.html#8c33034de0e35f03f8bb85d3d67438fd">eEmp</a> 70 <li>N71 : <a class="el" href="classuiscalar.html#42d6a9f5bc37168a76e735d1254b97b8">uiscalar< T ></a>72 72 <li>name 73 73 : <a class="el" href="classuibase.html#b093af7c0a2a8b9bc3e71c1dc83779c3">uibase</a> … … 83 83 </ul> 84 84 </div> 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 86 86 <a href="http://www.doxygen.org/index.html"> 87 87 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x6f.html ¶
r99 r106 94 94 </ul> 95 95 </div> 96 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 96 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 97 97 <a href="http://www.doxygen.org/index.html"> 98 98 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x70.html ¶
r99 r106 79 79 </ul> 80 80 </div> 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 82 82 <a href="http://www.doxygen.org/index.html"> 83 83 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x71.html ¶
r99 r106 74 74 </ul> 75 75 </div> 76 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 76 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 77 77 <a href="http://www.doxygen.org/index.html"> 78 78 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x72.html ¶
r99 r106 95 95 </ul> 96 96 </div> 97 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 97 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 98 98 <a href="http://www.doxygen.org/index.html"> 99 99 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x73.html ¶
r99 r106 68 68 : <a class="el" href="classuistring.html#64e705aa389c10f7bc52b3860c40a2fd">uistring</a> 69 69 <li>sample() 70 : <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a> 71 , <a class="el" href="classenorm.html#60f0f3bfa53d6e65843eea9532b16d36">enorm< sq_T ></a> 70 : <a class="el" href="classemix.html#0650601f24e633e0ab09aa1e46c14483">emix</a> 71 , <a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">epdf</a> 72 , <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a> 73 , <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a> 72 74 , <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a> 73 75 , <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a> 76 , <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a> 77 , <a class="el" href="classenorm.html#60f0f3bfa53d6e65843eea9532b16d36">enorm< sq_T ></a> 74 78 , <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a> 75 , <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a>76 , <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>77 79 <li>samplecond() 78 : <a class="el" href="classmpdf.html#b0193a350c97933ddf15b15a130da352">mpdf</a> 80 : <a class="el" href="classmgamma.html#e9d52749793f40aad85b70c6db4435ae">mgamma</a> 81 , <a class="el" href="classmpdf.html#b0193a350c97933ddf15b15a130da352">mpdf</a> 79 82 , <a class="el" href="classmlnorm.html#decf3e3b5c8e0812e5b4dbe94fa2ae18">mlnorm< sq_T ></a> 80 83 , <a class="el" href="classmgamma.html#9f40dc43885085fad8e3d6652b79e139">mgamma</a> … … 98 101 : <a class="el" href="classenorm.html#d892a38f03be12e572ea57d9689cef6b">enorm< sq_T ></a> 99 102 <li>set_parameters() 100 : <a class="el" href="classEKFCh.html#0216bed270df59fe65d0d62d41f8257c">EKFCh</a> 103 : <a class="el" href="classlinfn.html#15eb81f2141984a61706b7ad5b411505">linfn</a> 104 , <a class="el" href="classEKFfull.html#fc753106e0d4cf68e4f2160fd54458c0">EKFfull</a> 105 , <a class="el" href="classEKF.html#28d058ae4d24d992d2f055419a06ee66">EKF< sq_T ></a> 106 , <a class="el" href="classEKFCh.html#0216bed270df59fe65d0d62d41f8257c">EKFCh</a> 107 , <a class="el" href="classmlnorm.html#b6749030c5d5abcb3eb6898f74cea3c0">mlnorm< sq_T ></a> 108 , <a class="el" href="classemix.html#6ce82b24d7fe540ddbf44b472a005555">emix</a> 101 109 , <a class="el" href="classenorm.html#1394a65caa6e00d42e00cc99b12227af">enorm< sq_T ></a> 102 110 , <a class="el" href="classegamma.html#8e348b89be82b70471fe8c5630f61339">egamma</a> 103 , <a class="el" href="classeEmp.html#6606a656c1b28114f7384c25aaf80e8d">eEmp</a>104 111 , <a class="el" href="classeuni.html#4fd7c6a05100616ad16ece405cad7bf2">euni</a> 105 , <a class="el" href="classmlnorm.html#b6749030c5d5abcb3eb6898f74cea3c0">mlnorm< sq_T ></a>106 112 , <a class="el" href="classmgamma.html#a9d646cf758a70126dde7c48790b6e94">mgamma</a> 107 113 , <a class="el" href="classmgamma__fix.html#ec6f846896749e27cb7be9fa48dd1cb1">mgamma_fix</a> 108 , <a class="el" href="class linfn.html#15eb81f2141984a61706b7ad5b411505">linfn</a>114 , <a class="el" href="classeEmp.html#6606a656c1b28114f7384c25aaf80e8d">eEmp</a> 109 115 , <a class="el" href="classIMpmsm.html#42818f3426d99fecb7e97be8ffe2e228">IMpmsm</a> 110 116 , <a class="el" href="classKalman.html#239b28a0380946f5749b2f8d2807f93a">Kalman< sq_T ></a> 111 117 , <a class="el" href="classKalmanCh.html#92fb227287af05c9f0078d523c7c9793">KalmanCh</a> 112 , <a class="el" href="classEKFfull.html#fc753106e0d4cf68e4f2160fd54458c0">EKFfull</a>113 , <a class="el" href="classEKF.html#28d058ae4d24d992d2f055419a06ee66">EKF< sq_T ></a>114 118 <li>set_value() 115 119 : <a class="el" href="classuiscalar.html#3db4fc9c4970f184d4e78c492842a2d2">uiscalar< T ></a> 120 , <a class="el" href="classuistring.html#89e96a96faca08d1847cd73cf8aaae9a">uistring</a> 116 121 , <a class="el" href="classuivector.html#08501b4bb9d1d93097488ec00da8677a">uivector< T ></a> 117 122 , <a class="el" href="classuimatrix.html#cc00f8af1706d634b11458c49a52a7b3">uimatrix< T ></a> 118 , <a class="el" href="classuistring.html#89e96a96faca08d1847cd73cf8aaae9a">uistring</a>119 123 <li>setD() 120 : <a class="el" href="class chmat.html#4b9271097d8317d9514c5d0d62cccb39">chmat</a>121 , <a class="el" href="class ldmat.html#7619922b4de18830ce5351c6b5667e60">ldmat</a>124 : <a class="el" href="classldmat.html#7619922b4de18830ce5351c6b5667e60">ldmat</a> 125 , <a class="el" href="classfsqmat.html#922f8190c13987cbcdb33ec2bf5cf105">fsqmat</a> 122 126 , <a class="el" href="classchmat.html#a4fc7f9b0539b97c414442a22f3db6e8">chmat</a> 127 , <a class="el" href="classfsqmat.html#03a8f49eb4d38a054ecc522be59cd2ad">fsqmat</a> 123 128 , <a class="el" href="classldmat.html#0884a613b94fde61bfc84288e73ce57f">ldmat</a> 124 , <a class="el" href="classfsqmat.html#922f8190c13987cbcdb33ec2bf5cf105">fsqmat</a>125 129 <li>setL() 126 130 : <a class="el" href="classldmat.html#32ff66296627ff5341d7c0b973249614">ldmat</a> … … 134 138 : <a class="el" href="classsqmat.html#4268750c040c716b2c05037f725078a2">sqmat</a> 135 139 <li>sqrt_mult() 136 : <a class="el" href="class fsqmat.html#842a774077ee34ac3c36d180ab33e103">fsqmat</a>140 : <a class="el" href="classchmat.html#b22aa239dbaca33e3fb93b4f674d7051">chmat</a> 137 141 , <a class="el" href="classldmat.html#fc380626ced6f9244fb58c5f0231174d">ldmat</a> 142 , <a class="el" href="classfsqmat.html#842a774077ee34ac3c36d180ab33e103">fsqmat</a> 138 143 , <a class="el" href="classsqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a> 139 , <a class="el" href="classchmat.html#b22aa239dbaca33e3fb93b4f674d7051">chmat</a>140 144 <li>step() 141 : <a class="el" href="class dirfilelog.html#887f2bb97e8c92ca42eea1fbac34eb51">dirfilelog</a>145 : <a class="el" href="classMemDS.html#21916feb3e5ff960855c09b06a0d279b">MemDS</a> 142 146 , <a class="el" href="classDS.html#470ba89e8e7c3c4d830803221b4e9be6">DS</a> 147 , <a class="el" href="classdirfilelog.html#887f2bb97e8c92ca42eea1fbac34eb51">dirfilelog</a> 143 148 , <a class="el" href="classmemlog.html#9ebaf88cda26992f4f50aa13aeafc691">memlog</a> 144 149 , <a class="el" href="classlogger.html#2b86e4ad1d970cb4a0db4ded3ca59924">logger</a> 145 , <a class="el" href="classMemDS.html#21916feb3e5ff960855c09b06a0d279b">MemDS</a>146 150 <li>structure_est() 147 151 : <a class="el" href="classARX.html#130bb7336aac681ce14b027b8f1409fa">ARX</a> … … 152 156 </ul> 153 157 </div> 154 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 158 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 155 159 <a href="http://www.doxygen.org/index.html"> 156 160 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x74.html ¶
r99 r106 83 83 </ul> 84 84 </div> 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 86 86 <a href="http://www.doxygen.org/index.html"> 87 87 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x75.html ¶
r99 r106 79 79 </ul> 80 80 </div> 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 82 82 <a href="http://www.doxygen.org/index.html"> 83 83 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x76.html ¶
r99 r106 73 73 </ul> 74 74 </div> 75 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 75 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 76 76 <a href="http://www.doxygen.org/index.html"> 77 77 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x77.html ¶
r99 r106 66 66 <h3><a class="anchor" name="index_w">- w -</a></h3><ul> 67 67 <li>w 68 : <a class="el" href="classeEmp.html#ae78d144404ddba843c93b171b215de8">eEmp</a> 68 : <a class="el" href="classemix.html#cdc8f4e2a5e43595ac5450d8a7f9d1ab">emix</a> 69 , <a class="el" href="classeEmp.html#ae78d144404ddba843c93b171b215de8">eEmp</a> 69 70 <li>write() 70 : <a class="el" href="classDS.html#0dfb6788b70c0d48a1f5276ed6c93039">DS</a> 71 , <a class="el" href="classMemDS.html#6279bf18d44343750747ecc12e050f09">MemDS</a> 71 : <a class="el" href="classMemDS.html#6279bf18d44343750747ecc12e050f09">MemDS</a> 72 72 , <a class="el" href="classDS.html#f4ae51a3bc1267a6a52fc229973afe85">DS</a> 73 73 <li>write_buffers() … … 75 75 </ul> 76 76 </div> 77 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 77 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 78 78 <a href="http://www.doxygen.org/index.html"> 79 79 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_0x7e.html ¶
r99 r106 91 91 </ul> 92 92 </div> 93 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 93 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 94 94 <a href="http://www.doxygen.org/index.html"> 95 95 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func.html ¶
r99 r106 111 111 <li>_w() 112 112 : <a class="el" href="classeEmp.html#31b2bfb73b72486a5c89f2ab850c7a9b">eEmp</a> 113 , <a class="el" href="classemix.html#35baf0f62307455cebfbf462144b4dd8">emix</a> 113 114 </ul> 114 115 </div> 115 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 116 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 116 117 <a href="http://www.doxygen.org/index.html"> 117 118 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x61.html ¶
r99 r106 79 79 </ul> 80 80 </div> 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 81 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 82 82 <a href="http://www.doxygen.org/index.html"> 83 83 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x62.html ¶
r99 r106 84 84 </ul> 85 85 </div> 86 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 86 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 87 87 <a href="http://www.doxygen.org/index.html"> 88 88 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x63.html ¶
r99 r106 91 91 </ul> 92 92 </div> 93 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 93 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 94 94 <a href="http://www.doxygen.org/index.html"> 95 95 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x64.html ¶
r99 r106 81 81 </ul> 82 82 </div> 83 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 83 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 84 84 <a href="http://www.doxygen.org/index.html"> 85 85 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x65.html ¶
r99 r106 81 81 <li>EKFfull() 82 82 : <a class="el" href="classEKFfull.html#67ac4de96fd025197da767fe0472c7f7">EKFfull</a> 83 <li>emix() 84 : <a class="el" href="classemix.html#3a10c8481115a5460877272ddb6532a6">emix</a> 83 85 <li>enorm() 84 86 : <a class="el" href="classenorm.html#7b5cb487a2570e8109bfdc0df149aa06">enorm< sq_T ></a> 85 87 <li>epdf() 86 88 : <a class="el" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd">epdf</a> 89 <li>equal() 90 : <a class="el" href="classRV.html#c4f547370d67eba414caafe91c64b12a">RV</a> 87 91 <li>euni() 88 92 : <a class="el" href="classeuni.html#2537a6c239cff52e3ba814851a1116cd">euni</a> 89 93 <li>eval() 90 : <a class="el" href="class euni.html#2723d4992900b5c5495bfa03628195ed">euni</a>94 : <a class="el" href="classIMpmsm.html#45785869d978dda42828a072ec2caebe">IMpmsm</a> 91 95 , <a class="el" href="classfnc.html#7fad2e6cb35909a165ec5a53def4a18c">fnc</a> 92 96 , <a class="el" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">epdf</a> 93 97 , <a class="el" href="classenorm.html#b9e1dfd33692d7b3f1a59f17b0e61bd0">enorm< sq_T ></a> 94 , <a class="el" href="class IMpmsm.html#45785869d978dda42828a072ec2caebe">IMpmsm</a>98 , <a class="el" href="classeuni.html#2723d4992900b5c5495bfa03628195ed">euni</a> 95 99 , <a class="el" href="classconstfn.html#0411f603cbf675f2bc04a8f85e4e3b52">constfn</a> 100 , <a class="el" href="classlinfn.html#fac0e56701f4c7beaf1c91f9b2a55f0b">linfn</a> 101 , <a class="el" href="classbilinfn.html#e36a16e72e7f9fedf3cb18d2d5505a24">bilinfn</a> 102 , <a class="el" href="classdiffbifn.html#ad7673e16aa1a046b131b24c731c4632">diffbifn</a> 96 103 , <a class="el" href="classOMpmsm.html#8e32392c9c635584606287b8c0e8c9da">OMpmsm</a> 97 , <a class="el" href="classdiffbifn.html#ad7673e16aa1a046b131b24c731c4632">diffbifn</a>98 , <a class="el" href="classbilinfn.html#e36a16e72e7f9fedf3cb18d2d5505a24">bilinfn</a>99 , <a class="el" href="classlinfn.html#fac0e56701f4c7beaf1c91f9b2a55f0b">linfn</a>100 104 <li>evalcond() 101 105 : <a class="el" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91">mpdf</a> 102 106 <li>evalpdflog() 103 : <a class="el" href="classeEmp.html#23e7358995400865ad2e278945922fb3">eEmp</a> 104 , <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf</a> 107 : <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf</a> 108 , <a class="el" href="classenorm.html#609a7c33dbb4fdfab050f3bdd1122401">enorm< sq_T ></a> 109 , <a class="el" href="classeuni.html#06af95d514a6623ad4688bd2ad50ad71">euni</a> 110 , <a class="el" href="classeEmp.html#23e7358995400865ad2e278945922fb3">eEmp</a> 111 , <a class="el" href="classemix.html#469e910479b3402589104ef3bb1b5741">emix</a> 112 , <a class="el" href="classegiw.html#425cbc53b377274e28c6add942bab62d">egiw</a> 105 113 , <a class="el" href="classegamma.html#de84faac8f9799dfe2777ddbedf997ef">egamma</a> 106 , <a class="el" href="classenorm.html#609a7c33dbb4fdfab050f3bdd1122401">enorm< sq_T ></a>107 , <a class="el" href="classegiw.html#425cbc53b377274e28c6add942bab62d">egiw</a>108 , <a class="el" href="classeuni.html#06af95d514a6623ad4688bd2ad50ad71">euni</a>109 114 </ul> 110 115 </div> 111 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 116 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 112 117 <a href="http://www.doxygen.org/index.html"> 113 118 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x66.html ¶
r99 r106 71 71 </ul> 72 72 </div> 73 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 73 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 74 74 <a href="http://www.doxygen.org/index.html"> 75 75 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x67.html ¶
r99 r106 85 85 </ul> 86 86 </div> 87 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 87 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 88 88 <a href="http://www.doxygen.org/index.html"> 89 89 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x69.html ¶
r99 r106 83 83 </ul> 84 84 </div> 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 86 86 <a href="http://www.doxygen.org/index.html"> 87 87 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x6b.html ¶
r99 r106 75 75 </ul> 76 76 </div> 77 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:23 2008 for mixpp by 77 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 78 78 <a href="http://www.doxygen.org/index.html"> 79 79 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x6c.html ¶
r99 r106 97 97 </ul> 98 98 </div> 99 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:232008 for mixpp by 99 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 100 100 <a href="http://www.doxygen.org/index.html"> 101 101 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x6d.html ¶
r99 r106 64 64 <h3><a class="anchor" name="index_m">- m -</a></h3><ul> 65 65 <li>mean() 66 : <a class="el" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870">epdf</a> 66 : <a class="el" href="classemix.html#b662a51d042b062020460e64bff4e9e8">emix</a> 67 , <a class="el" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870">epdf</a> 68 , <a class="el" href="classegiw.html#6deb0ff2859f41ef7cbdf6a842cabb29">egiw</a> 69 , <a class="el" href="classegamma.html#6ab5ba56f7cdb2e5921c3e77524fa50a">egamma</a> 67 70 , <a class="el" href="classenorm.html#50fa84da7bae02f7af17a98f37566899">enorm< sq_T ></a> 68 , <a class="el" href="classegamma.html#6ab5ba56f7cdb2e5921c3e77524fa50a">egamma</a>69 71 , <a class="el" href="classeuni.html#8050087e421a9cfd1b4b1f8bd33b1cc1">euni</a> 70 , <a class="el" href="classegiw.html#6deb0ff2859f41ef7cbdf6a842cabb29">egiw</a>71 72 , <a class="el" href="classeEmp.html#ba055c19038cc72628d98e25197e982d">eEmp</a> 72 73 <li>mEF() … … 87 88 : <a class="el" href="classMPF.html#fc5e11e11eec3195e3c6503937bf02bd">MPF< BM_T ></a> 88 89 <li>mult_sym() 89 : <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a> 90 : <a class="el" href="classldmat.html#e7207748909325bb0f99b43f090a2b7e">ldmat</a> 91 , <a class="el" href="classchmat.html#66f509f92b0ccf020e2a2a32566e0777">chmat</a> 92 , <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a> 93 , <a class="el" href="classldmat.html#e967b9425007f0cb6cd59b845f9756d8">ldmat</a> 90 94 , <a class="el" href="classfsqmat.html#5530d2756b5d991de755e6121c9a452e">fsqmat</a> 91 , <a class="el" href="classldmat.html#e967b9425007f0cb6cd59b845f9756d8">ldmat</a>92 , <a class="el" href="classfsqmat.html#d4eddc3743c8865cc5ed92d14de0e3e3">fsqmat</a>93 , <a class="el" href="classldmat.html#e7207748909325bb0f99b43f090a2b7e">ldmat</a>94 , <a class="el" href="classchmat.html#66f509f92b0ccf020e2a2a32566e0777">chmat</a>95 95 <li>mult_sym_t() 96 : <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a> 97 , <a class="el" href="classldmat.html#f94dc3a233f3d40fc853d8d4ac3b8eab">ldmat</a> 96 : <a class="el" href="classldmat.html#f94dc3a233f3d40fc853d8d4ac3b8eab">ldmat</a> 98 97 , <a class="el" href="classfsqmat.html#ae4949ad2a32553c7fa04d6d1483770a">fsqmat</a> 99 98 , <a class="el" href="classldmat.html#4fd155f38eb6dd5af4bdf9c98a7999a9">ldmat</a> 99 , <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a> 100 100 , <a class="el" href="classchmat.html#07f50d1332b901eee962e8b1913102f7">chmat</a> 101 101 </ul> 102 102 </div> 103 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:232008 for mixpp by 103 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 104 104 <a href="http://www.doxygen.org/index.html"> 105 105 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x6e.html ¶
r99 r106 67 67 </ul> 68 68 </div> 69 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:232008 for mixpp by 69 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 70 70 <a href="http://www.doxygen.org/index.html"> 71 71 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x6f.html ¶
r99 r106 85 85 </ul> 86 86 </div> 87 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:232008 for mixpp by 87 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 88 88 <a href="http://www.doxygen.org/index.html"> 89 89 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x70.html ¶
r99 r106 67 67 </ul> 68 68 </div> 69 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 69 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 70 70 <a href="http://www.doxygen.org/index.html"> 71 71 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x71.html ¶
r99 r106 70 70 </ul> 71 71 </div> 72 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 72 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 73 73 <a href="http://www.doxygen.org/index.html"> 74 74 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x72.html ¶
r99 r106 72 72 </ul> 73 73 </div> 74 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 74 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 75 75 <a href="http://www.doxygen.org/index.html"> 76 76 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x73.html ¶
r99 r106 64 64 <h3><a class="anchor" name="index_s">- s -</a></h3><ul> 65 65 <li>sample() 66 : <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a> 66 : <a class="el" href="classemix.html#0650601f24e633e0ab09aa1e46c14483">emix</a> 67 , <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf</a> 67 68 , <a class="el" href="classenorm.html#60b47544f6181ffd4530d3e415ce12c5">enorm< sq_T ></a> 68 , <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a>69 , <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a>70 , <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a>71 , <a class="el" href="classenorm.html#60f0f3bfa53d6e65843eea9532b16d36">enorm< sq_T ></a>72 69 , <a class="el" href="classegamma.html#13ae455ec9621b99ca2eb4850f586b45">egamma</a> 73 70 , <a class="el" href="classeuni.html#4a0e09392be17beaee120ba98fc038cd">euni</a> 71 , <a class="el" href="classenorm.html#60f0f3bfa53d6e65843eea9532b16d36">enorm< sq_T ></a> 72 , <a class="el" href="classeEmp.html#83f9283f92b805508d896479dc1ccf12">eEmp</a> 73 , <a class="el" href="classepdf.html#7b3523bce1de49f58afe7c1e428cc4fd">epdf</a> 74 , <a class="el" href="classegiw.html#3d2c1f2ba0f9966781f1e0ae695e8a6f">egiw</a> 75 , <a class="el" href="classegamma.html#8e10c0021b5dfdd9cb62c6959b5ef425">egamma</a> 74 76 <li>samplecond() 75 77 : <a class="el" href="classmpdf.html#b0193a350c97933ddf15b15a130da352">mpdf</a> … … 77 79 , <a class="el" href="classmgamma.html#9f40dc43885085fad8e3d6652b79e139">mgamma</a> 78 80 <li>save() 79 : <a class="el" href="classuistring.html#2f3c4c4ed42f720969dd6922063b784a">uistring</a> 81 : <a class="el" href="classuibase.html#6986cef72dc78d8caaddf05481dc9eb2">uibase</a> 82 , <a class="el" href="classuiscalar.html#ccb9739e4989d7489dca75ea673238dd">uiscalar< T ></a> 83 , <a class="el" href="classuistring.html#2f3c4c4ed42f720969dd6922063b784a">uistring</a> 80 84 , <a class="el" href="classuivector.html#bb6488784b36f25eadcfbc02df0c99aa">uivector< T ></a> 81 85 , <a class="el" href="classuimatrix.html#8176b9d61acfe32cad75eca372190eb8">uimatrix< T ></a> 82 , <a class="el" href="classuibase.html#6986cef72dc78d8caaddf05481dc9eb2">uibase</a>83 , <a class="el" href="classuiscalar.html#ccb9739e4989d7489dca75ea673238dd">uiscalar< T ></a>84 86 <li>set_est() 85 87 : <a class="el" href="classKalman.html#80bcf29466d9a9dd2b8f74699807d0c0">Kalman< sq_T ></a> … … 91 93 : <a class="el" href="classenorm.html#d892a38f03be12e572ea57d9689cef6b">enorm< sq_T ></a> 92 94 <li>set_parameters() 93 : <a class="el" href="classeuni.html#4fd7c6a05100616ad16ece405cad7bf2">euni</a> 95 : <a class="el" href="classemix.html#6ce82b24d7fe540ddbf44b472a005555">emix</a> 96 , <a class="el" href="classenorm.html#1394a65caa6e00d42e00cc99b12227af">enorm< sq_T ></a> 97 , <a class="el" href="classegamma.html#8e348b89be82b70471fe8c5630f61339">egamma</a> 98 , <a class="el" href="classeEmp.html#6606a656c1b28114f7384c25aaf80e8d">eEmp</a> 99 , <a class="el" href="classeuni.html#4fd7c6a05100616ad16ece405cad7bf2">euni</a> 94 100 , <a class="el" href="classmlnorm.html#b6749030c5d5abcb3eb6898f74cea3c0">mlnorm< sq_T ></a> 95 101 , <a class="el" href="classmgamma.html#a9d646cf758a70126dde7c48790b6e94">mgamma</a> 96 102 , <a class="el" href="classmgamma__fix.html#ec6f846896749e27cb7be9fa48dd1cb1">mgamma_fix</a> 97 , <a class="el" href="classeEmp.html#6606a656c1b28114f7384c25aaf80e8d">eEmp</a>98 103 , <a class="el" href="classlinfn.html#15eb81f2141984a61706b7ad5b411505">linfn</a> 99 104 , <a class="el" href="classIMpmsm.html#42818f3426d99fecb7e97be8ffe2e228">IMpmsm</a> 100 105 , <a class="el" href="classKalman.html#239b28a0380946f5749b2f8d2807f93a">Kalman< sq_T ></a> 106 , <a class="el" href="classEKFCh.html#0216bed270df59fe65d0d62d41f8257c">EKFCh</a> 101 107 , <a class="el" href="classKalmanCh.html#92fb227287af05c9f0078d523c7c9793">KalmanCh</a> 102 108 , <a class="el" href="classEKFfull.html#fc753106e0d4cf68e4f2160fd54458c0">EKFfull</a> 103 , <a class="el" href="classegamma.html#8e348b89be82b70471fe8c5630f61339">egamma</a>104 109 , <a class="el" href="classEKF.html#28d058ae4d24d992d2f055419a06ee66">EKF< sq_T ></a> 105 , <a class="el" href="classEKFCh.html#0216bed270df59fe65d0d62d41f8257c">EKFCh</a>106 , <a class="el" href="classenorm.html#1394a65caa6e00d42e00cc99b12227af">enorm< sq_T ></a>107 110 <li>set_value() 108 111 : <a class="el" href="classuiscalar.html#3db4fc9c4970f184d4e78c492842a2d2">uiscalar< T ></a> 109 , <a class="el" href="classuistring.html#89e96a96faca08d1847cd73cf8aaae9a">uistring</a>110 112 , <a class="el" href="classuivector.html#08501b4bb9d1d93097488ec00da8677a">uivector< T ></a> 111 113 , <a class="el" href="classuimatrix.html#cc00f8af1706d634b11458c49a52a7b3">uimatrix< T ></a> 114 , <a class="el" href="classuistring.html#89e96a96faca08d1847cd73cf8aaae9a">uistring</a> 112 115 <li>setD() 113 : <a class="el" href="class fsqmat.html#03a8f49eb4d38a054ecc522be59cd2ad">fsqmat</a>116 : <a class="el" href="classldmat.html#0884a613b94fde61bfc84288e73ce57f">ldmat</a> 114 117 , <a class="el" href="classchmat.html#4b9271097d8317d9514c5d0d62cccb39">chmat</a> 115 , <a class="el" href="classldmat.html#0884a613b94fde61bfc84288e73ce57f">ldmat</a>116 118 , <a class="el" href="classfsqmat.html#922f8190c13987cbcdb33ec2bf5cf105">fsqmat</a> 117 , <a class="el" href="classldmat.html#7619922b4de18830ce5351c6b5667e60">ldmat</a>118 119 <li>setL() 119 120 : <a class="el" href="classldmat.html#32ff66296627ff5341d7c0b973249614">ldmat</a> … … 125 126 : <a class="el" href="classsqmat.html#4268750c040c716b2c05037f725078a2">sqmat</a> 126 127 <li>sqrt_mult() 127 : <a class="el" href="class chmat.html#b22aa239dbaca33e3fb93b4f674d7051">chmat</a>128 , <a class="el" href="class sqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a>128 : <a class="el" href="classsqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a> 129 , <a class="el" href="classldmat.html#fc380626ced6f9244fb58c5f0231174d">ldmat</a> 129 130 , <a class="el" href="classfsqmat.html#842a774077ee34ac3c36d180ab33e103">fsqmat</a> 130 , <a class="el" href="class ldmat.html#fc380626ced6f9244fb58c5f0231174d">ldmat</a>131 , <a class="el" href="classchmat.html#b22aa239dbaca33e3fb93b4f674d7051">chmat</a> 131 132 <li>step() 132 : <a class="el" href="classMemDS.html#21916feb3e5ff960855c09b06a0d279b">MemDS</a> 133 : <a class="el" href="classDS.html#470ba89e8e7c3c4d830803221b4e9be6">DS</a> 134 , <a class="el" href="classdirfilelog.html#887f2bb97e8c92ca42eea1fbac34eb51">dirfilelog</a> 133 135 , <a class="el" href="classlogger.html#2b86e4ad1d970cb4a0db4ded3ca59924">logger</a> 134 , <a class="el" href="classdirfilelog.html#887f2bb97e8c92ca42eea1fbac34eb51">dirfilelog</a> 135 , <a class="el" href="classDS.html#470ba89e8e7c3c4d830803221b4e9be6">DS</a> 136 , <a class="el" href="classMemDS.html#21916feb3e5ff960855c09b06a0d279b">MemDS</a> 136 137 , <a class="el" href="classmemlog.html#9ebaf88cda26992f4f50aa13aeafc691">memlog</a> 137 138 <li>structure_est() … … 143 144 </ul> 144 145 </div> 145 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 146 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 146 147 <a href="http://www.doxygen.org/index.html"> 147 148 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x74.html ¶
r99 r106 77 77 </ul> 78 78 </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 80 80 <a href="http://www.doxygen.org/index.html"> 81 81 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x75.html ¶
r99 r106 75 75 </ul> 76 76 </div> 77 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 77 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 78 78 <a href="http://www.doxygen.org/index.html"> 79 79 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x77.html ¶
r99 r106 70 70 </ul> 71 71 </div> 72 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 72 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 73 73 <a href="http://www.doxygen.org/index.html"> 74 74 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_func_0x7e.html ¶
r99 r106 89 89 </ul> 90 90 </div> 91 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 91 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 92 92 <a href="http://www.doxygen.org/index.html"> 93 93 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_rela.html ¶
r99 r106 44 44 </ul> 45 45 </div> 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 47 47 <a href="http://www.doxygen.org/index.html"> 48 48 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/functions_vars.html ¶
r99 r106 97 97 <li>Ch 98 98 : <a class="el" href="classchmat.html#95158bb150f5e7f939168abcd577fd9c">chmat</a> 99 <li>Coms 100 : <a class="el" href="classemix.html#7155d827417b53fb6aa5cff1459e6eb4">emix</a> 99 101 </ul> 100 102 <h3><a class="anchor" name="index_d">- d -</a></h3><ul> … … 186 188 </ul> 187 189 <h3><a class="anchor" name="index_n">- n -</a></h3><ul> 190 <li>N 191 : <a class="el" href="classuiscalar.html#42d6a9f5bc37168a76e735d1254b97b8">uiscalar< T ></a> 188 192 <li>n 189 193 : <a class="el" href="classPF.html#2c2f44ed7a4eaa42e07bdb58d503f280">PF</a> 190 194 , <a class="el" href="classeEmp.html#8c33034de0e35f03f8bb85d3d67438fd">eEmp</a> 191 <li>N192 : <a class="el" href="classuiscalar.html#42d6a9f5bc37168a76e735d1254b97b8">uiscalar< T ></a>193 195 <li>name 194 196 : <a class="el" href="classuibase.html#b093af7c0a2a8b9bc3e71c1dc83779c3">uibase</a> … … 273 275 <h3><a class="anchor" name="index_w">- w -</a></h3><ul> 274 276 <li>w 275 : <a class="el" href="classeEmp.html#ae78d144404ddba843c93b171b215de8">eEmp</a> 277 : <a class="el" href="classemix.html#cdc8f4e2a5e43595ac5450d8a7f9d1ab">emix</a> 278 , <a class="el" href="classeEmp.html#ae78d144404ddba843c93b171b215de8">eEmp</a> 276 279 </ul> 277 280 </div> 278 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:24 2008 for mixpp by 281 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:34 2008 for mixpp by 279 282 <a href="http://www.doxygen.org/index.html"> 280 283 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/globals.html ¶
r99 r106 50 50 </ul> 51 51 </div> 52 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:292008 for mixpp by 52 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:46 2008 for mixpp by 53 53 <a href="http://www.doxygen.org/index.html"> 54 54 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/globals_enum.html ¶
r99 r106 38 38 </ul> 39 39 </div> 40 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:292008 for mixpp by 40 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:46 2008 for mixpp by 41 41 <a href="http://www.doxygen.org/index.html"> 42 42 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/globals_func.html ¶
r99 r106 42 42 </ul> 43 43 </div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:292008 for mixpp by 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:46 2008 for mixpp by 45 45 <a href="http://www.doxygen.org/index.html"> 46 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/globals_vars.html ¶
r99 r106 42 42 </ul> 43 43 </div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:292008 for mixpp by 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:46 2008 for mixpp by 45 45 <a href="http://www.doxygen.org/index.html"> 46 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/graph_legend.html ¶
r99 r106 80 80 </ul> 81 81 </div> 82 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:292008 for mixpp by 82 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:46 2008 for mixpp by 83 83 <a href="http://www.doxygen.org/index.html"> 84 84 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/hierarchy.html ¶
r99 r106 84 84 </ul> 85 85 <li><a class="el" href="classeEmp.html">eEmp</a> 86 <li><a class="el" href="classemix.html">emix</a> 86 87 <li><a class="el" href="classeuni.html">euni</a> 87 88 </ul> … … 136 137 </ul> 137 138 </div> 138 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 139 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:33 2008 for mixpp by 139 140 <a href="http://www.doxygen.org/index.html"> 140 141 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/index.html ¶
r99 r106 42 42 </ul> 43 43 </div> 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 44 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 45 45 <a href="http://www.doxygen.org/index.html"> 46 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/inherit__graph__1.map ¶
r99 r106 1 <area shape="rect" href="$classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,1 74,52,198">1 <area shape="rect" href="$classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,198,52,222"> 2 2 <area shape="rect" href="$classeEF.html" title="General conjugate exponential family posterior density." alt="" coords="107,126,152,150"> 3 3 <area shape="rect" href="$classeEmp.html" title="Weighted empirical density." alt="" coords="101,174,157,198"> 4 <area shape="rect" href="$classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="107,222,152,246"> 4 <area shape="rect" href="$classemix.html" title="Mixture of epdfs." alt="" coords="105,222,153,246"> 5 <area shape="rect" href="$classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="107,270,152,294"> 5 6 <area shape="rect" href="$classegamma.html" title="Gamma posterior density." alt="" coords="231,6,303,30"> 6 7 <area shape="rect" href="$classegiw.html" title="Gauss-inverse-Wishart density stored in LD form." alt="" coords="243,54,291,78"> -
TabularUnified doc/html/inherit__graph__1.md5 ¶
r99 r106 1 e3fe3d965d93fb91310b56baf0e8a549 1 062e3408ef05241020985a5dbbe5f7ff -
TabularUnified doc/html/inherits.html ¶
r99 r106 32 32 <tr><td><img src="inherit__graph__1.png" border="0" alt="" usemap="#epdf_map"> 33 33 <map name="epdf_map"> 34 <area shape="rect" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,1 74,52,198"><area shape="rect" href="classeEF.html" title="General conjugate exponential family posterior density." alt="" coords="107,126,152,150"><area shape="rect" href="classeEmp.html" title="Weighted empirical density." alt="" coords="101,174,157,198"><area shape="rect" href="classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="107,222,152,246"><area shape="rect" href="classegamma.html" title="Gamma posterior density." alt="" coords="231,6,303,30"><area shape="rect" href="classegiw.html" title="Gauss-inverse-Wishart density stored in LD form." alt="" coords="243,54,291,78"><area shape="rect" href="classenorm.html" title="Gaussian density with positive definite (decomposed) covariance matrix." alt="" coords="212,102,321,126"><area shape="rect" href="classenorm.html" title="enorm\< chmat \>" alt="" coords="208,150,325,174"><area shape="rect" href="classenorm.html" title="enorm\< fsqmat \>" alt="" coords="207,198,327,222"><area shape="rect" href="classenorm.html" title="enorm\< ldmat \>" alt="" coords="211,246,323,270"></map></td></tr>34 <area shape="rect" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="7,198,52,222"><area shape="rect" href="classeEF.html" title="General conjugate exponential family posterior density." alt="" coords="107,126,152,150"><area shape="rect" href="classeEmp.html" title="Weighted empirical density." alt="" coords="101,174,157,198"><area shape="rect" href="classemix.html" title="Mixture of epdfs." alt="" coords="105,222,153,246"><area shape="rect" href="classeuni.html" title="Uniform distributed density on a rectangular support." alt="" coords="107,270,152,294"><area shape="rect" href="classegamma.html" title="Gamma posterior density." alt="" coords="231,6,303,30"><area shape="rect" href="classegiw.html" title="Gauss-inverse-Wishart density stored in LD form." alt="" coords="243,54,291,78"><area shape="rect" href="classenorm.html" title="Gaussian density with positive definite (decomposed) covariance matrix." alt="" coords="212,102,321,126"><area shape="rect" href="classenorm.html" title="enorm\< chmat \>" alt="" coords="208,150,325,174"><area shape="rect" href="classenorm.html" title="enorm\< fsqmat \>" alt="" coords="207,198,327,222"><area shape="rect" href="classenorm.html" title="enorm\< ldmat \>" alt="" coords="211,246,323,270"></map></td></tr> 35 35 <tr><td><img src="inherit__graph__2.png" border="0" alt="" usemap="#fnc_map"> 36 36 <map name="fnc_map"> … … 59 59 </table> 60 60 </div> 61 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:282008 for mixpp by 61 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:45 2008 for mixpp by 62 62 <a href="http://www.doxygen.org/index.html"> 63 63 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/iopom_8h-source.html ¶
r99 r106 61 61 <a name="l00045"></a>00045 } 62 62 </pre></div></div> 63 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 63 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 64 64 <a href="http://www.doxygen.org/index.html"> 65 65 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/itpp__ext_8h-source.html ¶
r99 r106 64 64 <a name="l00063"></a>00063 <span class="preprocessor">#endif //ITEX_H</span> 65 65 </pre></div></div> 66 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 66 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 67 67 <a href="http://www.doxygen.org/index.html"> 68 68 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libBM_8h-source.html ¶
r99 r106 48 48 <a name="l00062"></a>00062 49 49 <a name="l00064"></a>00064 ivec <a class="code" href="classRV.html#6b078b1086224aca3a9e5a203e647fb6" title="Find indexes of another rv in self.">find</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rv2 ); 50 <a name="l00066"></a>00066 <span class="keywordtype"> void</span> <span class="keyword">add</span> (<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv2 );51 <a name="l00068"></a>00068 <span class="keyword ">friend</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#33c114e83980d883c5b211c47d5322a4" title="Add (concat) another variable to the current one.">concat</a> (<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv1,<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv2 );52 <a name="l00070"></a>00070 < a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#4c5ec5e913fc598e242cb930ae8bdf4a" title="Subtract another variable from the current one.">subt</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a>rv2 );53 <a name="l00072"></a>00072 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html# 2bf35b18a32aad419f0516273939628e" title="Select only variables at indeces ind.">subselect</a> ( ivec ind);54 <a name="l00074"></a>00074 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#2 8bbcb8873bafdac317bafb7b481cc45" title="Select only variables at indeces ind.">operator() </a>( ivec ind );55 <a name="l00076"></a>00076 < span class="keywordtype">void</span> <a class="code" href="classRV.html#e0a158d53ab9430627241f844f4c9a60" title="Generate new RV with time shifted by delta.">t</a> ( <span class="keywordtype">int</span> delta);56 <a name="l00078"></a>00078 ivec <a class="code" href="classRV.html#8470cf53be6e7bdba78ad0efbd203ee7" title="generate a list of indeces, i.e. which">indexlist</a>();57 <a name="l000 79"></a>0007958 <a name="l00081"></a> <a class="code" href="classRV.html#b88ef5124713c9e30fd9446846b3f044">00081</a> Array<std::string>& <a class="code" href="classRV.html#b88ef5124713c9e30fd9446846b3f044" title="access function">_names</a>(){<span class="keywordflow">return</span> <a class="code" href="classRV.html#df5d0030b277a1db2f1fd5fb79152acb" title="Array of names.">names</a>;};59 <a name="l0008 2"></a>0008260 <a name="l00084"></a> <a class="code" href="classRV.html#4a0069bc69f5a98d7ce9ed59077f2e6c">00084</a> <span class="keywordtype">int</span> <a class="code" href="classRV.html#4a0069bc69f5a98d7ce9ed59077f2e6c" title="access function">id</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#1bd7165140f4b880a7f344bbb1c433f9" title="Vector of unique IDs.">ids</a>(at);};61 <a name="l00086"></a><a class="code" href="classRV.html# 20db23a5585d64a6e24404cc8379bc28">00086</a> <span class="keywordtype">int</span> <a class="code" href="classRV.html#20db23a5585d64a6e24404cc8379bc28" title="access function">size</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#c878aab13f34b420e1eb5b485563682b" title="Vector of sizes.">sizes</a>(at);};62 <a name="l00088"></a><a class="code" href="classRV.html# af068cf478864fe1a4fbfc6b4693b088">00088</a> <span class="keywordtype">int</span> <a class="code" href="classRV.html#af068cf478864fe1a4fbfc6b4693b088" title="access function">time</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#646e530c47a2dd38254b778d9f11ac89" title="Vector of shifts from current time.">times</a>(at);};63 <a name="l00090"></a><a class="code" href="classRV.html# 3ae4dd6e368f814a02710636ac8e1721">00090</a> std::string <a class="code" href="classRV.html#3ae4dd6e368f814a02710636ac8e1721" title="access function">name</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#df5d0030b277a1db2f1fd5fb79152acb" title="Array of names.">names</a>(at);};64 <a name="l0009 1"></a>00091};65 <a name="l0009 2"></a>0009266 <a name="l0009 3"></a>0009350 <a name="l00066"></a>00066 <span class="keywordtype">bool</span> <a class="code" href="classRV.html#c4f547370d67eba414caafe91c64b12a" title="Compare if rv2 is identical to this RV.">equal</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rv2 ) <span class="keyword">const</span>; 51 <a name="l00068"></a>00068 <span class="keywordtype">void</span> <span class="keyword">add</span> (<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv2 ); 52 <a name="l00070"></a>00070 <span class="keyword">friend</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#33c114e83980d883c5b211c47d5322a4" title="Add (concat) another variable to the current one.">concat</a> (<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv1, <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv2 ); 53 <a name="l00072"></a>00072 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#4c5ec5e913fc598e242cb930ae8bdf4a" title="Subtract another variable from the current one.">subt</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rv2 ); 54 <a name="l00074"></a>00074 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#2bf35b18a32aad419f0516273939628e" title="Select only variables at indeces ind.">subselect</a> ( ivec ind ); 55 <a name="l00076"></a>00076 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classRV.html#28bbcb8873bafdac317bafb7b481cc45" title="Select only variables at indeces ind.">operator() </a>( ivec ind ); 56 <a name="l00078"></a>00078 <span class="keywordtype">void</span> <a class="code" href="classRV.html#e0a158d53ab9430627241f844f4c9a60" title="Generate new RV with time shifted by delta.">t</a> ( <span class="keywordtype">int</span> delta ); 57 <a name="l00080"></a>00080 ivec <a class="code" href="classRV.html#8470cf53be6e7bdba78ad0efbd203ee7" title="generate a list of indeces, i.e. which">indexlist</a>(); 58 <a name="l00081"></a>00081 59 <a name="l00083"></a><a class="code" href="classRV.html#b88ef5124713c9e30fd9446846b3f044">00083</a> Array<std::string>& <a class="code" href="classRV.html#b88ef5124713c9e30fd9446846b3f044" title="access function">_names</a>(){<span class="keywordflow">return</span> <a class="code" href="classRV.html#df5d0030b277a1db2f1fd5fb79152acb" title="Array of names.">names</a>;}; 60 <a name="l00084"></a>00084 61 <a name="l00086"></a><a class="code" href="classRV.html#4a0069bc69f5a98d7ce9ed59077f2e6c">00086</a> <span class="keywordtype">int</span> <a class="code" href="classRV.html#4a0069bc69f5a98d7ce9ed59077f2e6c" title="access function">id</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#1bd7165140f4b880a7f344bbb1c433f9" title="Vector of unique IDs.">ids</a>(at);}; 62 <a name="l00088"></a><a class="code" href="classRV.html#20db23a5585d64a6e24404cc8379bc28">00088</a> <span class="keywordtype">int</span> <a class="code" href="classRV.html#20db23a5585d64a6e24404cc8379bc28" title="access function">size</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#c878aab13f34b420e1eb5b485563682b" title="Vector of sizes.">sizes</a>(at);}; 63 <a name="l00090"></a><a class="code" href="classRV.html#af068cf478864fe1a4fbfc6b4693b088">00090</a> <span class="keywordtype">int</span> <a class="code" href="classRV.html#af068cf478864fe1a4fbfc6b4693b088" title="access function">time</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#646e530c47a2dd38254b778d9f11ac89" title="Vector of shifts from current time.">times</a>(at);}; 64 <a name="l00092"></a><a class="code" href="classRV.html#3ae4dd6e368f814a02710636ac8e1721">00092</a> std::string <a class="code" href="classRV.html#3ae4dd6e368f814a02710636ac8e1721" title="access function">name</a>(<span class="keywordtype">int</span> at){<span class="keywordflow">return</span> <a class="code" href="classRV.html#df5d0030b277a1db2f1fd5fb79152acb" title="Array of names.">names</a>(at);}; 65 <a name="l00093"></a>00093 }; 66 <a name="l00094"></a>00094 67 67 <a name="l00095"></a>00095 68 <a name="l0009 6"></a><a class="code" href="classfnc.html">00096</a> <span class="keyword">class </span><a class="code" href="classfnc.html" title="Class representing function of variable represented by rv.">fnc</a> {69 <a name="l0009 7"></a>00097 <span class="keyword">protected</span>:70 <a name="l00099"></a> <a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9">00099</a> <span class="keywordtype">int</span> <a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9" title="Length of the output vector.">dimy</a>;71 <a name="l0010 0"></a>00100 <span class="keyword">public</span>:72 <a name="l00102"></a> <a class="code" href="classfnc.html#8a1da32233c3006a4239cf601c413538">00102</a> <a class="code" href="classfnc.html#8a1da32233c3006a4239cf601c413538" title="default constructor">fnc</a>(<span class="keywordtype">int</span> dy):<a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9" title="Length of the output vector.">dimy</a>(dy){};73 <a name="l00104"></a><a class="code" href="classfnc.html# 7fad2e6cb35909a165ec5a53def4a18c">00104</a> <span class="keyword">virtual</span> vec <a class="code" href="classfnc.html#7fad2e6cb35909a165ec5a53def4a18c" title="function evaluates numerical value of at cond ">eval</a> ( <span class="keyword">const</span> vec &cond ) {74 <a name="l0010 5"></a>00105 <span class="keywordflow">return</span> vec ( 0 );75 <a name="l0010 6"></a>00106 };76 <a name="l0010 7"></a>0010777 <a name="l00109"></a> <a class="code" href="classfnc.html#a8891973d0ca48ce38e1886df45ca298">00109</a> <span class="keywordtype">int</span> <a class="code" href="classfnc.html#a8891973d0ca48ce38e1886df45ca298" title="access function">_dimy</a>()<span class="keyword"> const</span>{<span class="keywordflow">return</span> <a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9" title="Length of the output vector.">dimy</a>;}78 <a name="l0011 0"></a>0011079 <a name="l00112"></a> <a class="code" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">00112</a> <span class="keyword">virtual</span> <a class="code" href="classfnc.html#17164c202f6feee3d708b8caab6306ab" title="Destructor for future use;.">~fnc</a>() {};80 <a name="l0011 3"></a>00113};81 <a name="l0011 4"></a>0011482 <a name="l0011 5"></a>0011568 <a name="l00097"></a>00097 69 <a name="l00098"></a><a class="code" href="classfnc.html">00098</a> <span class="keyword">class </span><a class="code" href="classfnc.html" title="Class representing function of variable represented by rv.">fnc</a> { 70 <a name="l00099"></a>00099 <span class="keyword">protected</span>: 71 <a name="l00101"></a><a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9">00101</a> <span class="keywordtype">int</span> <a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9" title="Length of the output vector.">dimy</a>; 72 <a name="l00102"></a>00102 <span class="keyword">public</span>: 73 <a name="l00104"></a><a class="code" href="classfnc.html#8a1da32233c3006a4239cf601c413538">00104</a> <a class="code" href="classfnc.html#8a1da32233c3006a4239cf601c413538" title="default constructor">fnc</a>(<span class="keywordtype">int</span> dy):<a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9" title="Length of the output vector.">dimy</a>(dy){}; 74 <a name="l00106"></a><a class="code" href="classfnc.html#7fad2e6cb35909a165ec5a53def4a18c">00106</a> <span class="keyword">virtual</span> vec <a class="code" href="classfnc.html#7fad2e6cb35909a165ec5a53def4a18c" title="function evaluates numerical value of at cond ">eval</a> ( <span class="keyword">const</span> vec &cond ) { 75 <a name="l00107"></a>00107 <span class="keywordflow">return</span> vec ( 0 ); 76 <a name="l00108"></a>00108 }; 77 <a name="l00109"></a>00109 78 <a name="l00111"></a><a class="code" href="classfnc.html#a8891973d0ca48ce38e1886df45ca298">00111</a> <span class="keywordtype">int</span> <a class="code" href="classfnc.html#a8891973d0ca48ce38e1886df45ca298" title="access function">_dimy</a>()<span class="keyword"> const</span>{<span class="keywordflow">return</span> <a class="code" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9" title="Length of the output vector.">dimy</a>;} 79 <a name="l00112"></a>00112 80 <a name="l00114"></a><a class="code" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">00114</a> <span class="keyword">virtual</span> <a class="code" href="classfnc.html#17164c202f6feee3d708b8caab6306ab" title="Destructor for future use;.">~fnc</a>() {}; 81 <a name="l00115"></a>00115 }; 82 <a name="l00116"></a>00116 83 83 <a name="l00117"></a>00117 84 <a name="l00118"></a><a class="code" href="classepdf.html">00118</a> <span class="keyword">class </span><a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> { 85 <a name="l00119"></a>00119 <span class="keyword">protected</span>: 86 <a name="l00121"></a><a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">00121</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a>; 87 <a name="l00122"></a>00122 <span class="keyword">public</span>: 88 <a name="l00124"></a><a class="code" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd">00124</a> <a class="code" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd" title="default constructor">epdf</a>() :<a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a> ( ivec ( 0 ) ) {}; 89 <a name="l00125"></a>00125 90 <a name="l00127"></a><a class="code" href="classepdf.html#c95b1a27a8dd9507bb9a5a3cb2809c7a">00127</a> <a class="code" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd" title="default constructor">epdf</a> ( <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0 ) :<a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a> ( rv0 ) {}; 91 <a name="l00128"></a>00128 92 <a name="l00130"></a>00130 <span class="comment">// virtual vec moment ( const int order = 1 );</span> 93 <a name="l00132"></a>00132 <span class="comment"></span> <span class="keyword">virtual</span> vec <a class="code" href="classepdf.html#8019654e494bf5e458f6fb947e11b262" title="Returns the required moment of the epdf.">sample</a> () <span class="keyword">const</span> =0; 94 <a name="l00134"></a><a class="code" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">00134</a> <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classepdf.html#3ea597362e11a0040fe7c990269d072c" title="Compute probability of argument val.">eval</a> ( <span class="keyword">const</span> vec &val )<span class="keyword"> const </span>{<span class="keywordflow">return</span> exp(this-><a class="code" href="classepdf.html#6aef3eca74899692503769c18add1a4c" title="Compute log-probability of argument val.">evalpdflog</a>(val));}; 95 <a name="l00135"></a>00135 96 <a name="l00137"></a>00137 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classepdf.html#6aef3eca74899692503769c18add1a4c" title="Compute log-probability of argument val.">evalpdflog</a> ( <span class="keyword">const</span> vec &val ) <span class="keyword">const</span> =0; 97 <a name="l00138"></a>00138 98 <a name="l00140"></a>00140 <span class="keyword">virtual</span> vec <a class="code" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870" title="return expected value">mean</a>() <span class="keyword">const</span> =0; 99 <a name="l00141"></a>00141 100 <a name="l00143"></a><a class="code" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">00143</a> <span class="keyword">virtual</span> <a class="code" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396" title="Destructor for future use;.">~epdf</a>() {}; 101 <a name="l00145"></a><a class="code" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337">00145</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337" title="access function">_rv</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a>;} 102 <a name="l00146"></a>00146 }; 103 <a name="l00147"></a>00147 104 <a name="l00148"></a>00148 105 <a name="l00150"></a>00150 <span class="comment">//TODO Samplecond can be generalized</span> 84 <a name="l00119"></a>00119 85 <a name="l00120"></a><a class="code" href="classepdf.html">00120</a> <span class="keyword">class </span><a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> { 86 <a name="l00121"></a>00121 <span class="keyword">protected</span>: 87 <a name="l00123"></a><a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9">00123</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a>; 88 <a name="l00124"></a>00124 <span class="keyword">public</span>: 89 <a name="l00126"></a><a class="code" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd">00126</a> <a class="code" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd" title="default constructor">epdf</a>() :<a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a> ( ivec ( 0 ) ) {}; 90 <a name="l00127"></a>00127 91 <a name="l00129"></a><a class="code" href="classepdf.html#c95b1a27a8dd9507bb9a5a3cb2809c7a">00129</a> <a class="code" href="classepdf.html#d8eb760037b3bad5a0d64081606697cd" title="default constructor">epdf</a> ( <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0 ) :<a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a> ( rv0 ) {}; 92 <a name="l00130"></a>00130 93 <a name="l00132"></a>00132 <span class="comment">// virtual vec moment ( const int order = 1 );</span> 94 <a name="l00134"></a>00134 <span class="comment"></span> <span class="keyword">virtual</span> vec <a class="code" href="classepdf.html#8019654e494bf5e458f6fb947e11b262" title="Returns the required moment of the epdf.">sample</a> () <span class="keyword">const</span> =0; 95 <a name="l00136"></a>00136 <span class="keyword">virtual</span> mat <a class="code" href="classepdf.html#8019654e494bf5e458f6fb947e11b262" title="Returns the required moment of the epdf.">sample</a> (<span class="keywordtype">int</span> N) <span class="keyword">const</span>; 96 <a name="l00138"></a><a class="code" href="classepdf.html#3ea597362e11a0040fe7c990269d072c">00138</a> <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classepdf.html#3ea597362e11a0040fe7c990269d072c" title="Compute probability of argument val.">eval</a> ( <span class="keyword">const</span> vec &val )<span class="keyword"> const </span>{<span class="keywordflow">return</span> exp(this-><a class="code" href="classepdf.html#6aef3eca74899692503769c18add1a4c" title="Compute log-probability of argument val.">evalpdflog</a>(val));}; 97 <a name="l00139"></a>00139 98 <a name="l00141"></a>00141 <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classepdf.html#6aef3eca74899692503769c18add1a4c" title="Compute log-probability of argument val.">evalpdflog</a> ( <span class="keyword">const</span> vec &val ) <span class="keyword">const</span> =0; 99 <a name="l00142"></a>00142 100 <a name="l00144"></a>00144 <span class="keyword">virtual</span> vec <a class="code" href="classepdf.html#bf0a070a8f3e67a93604ca724638b870" title="return expected value">mean</a>() <span class="keyword">const</span> =0; 101 <a name="l00145"></a>00145 102 <a name="l00147"></a><a class="code" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396">00147</a> <span class="keyword">virtual</span> <a class="code" href="classepdf.html#0a322dd106f04c0a2915e3d4f4227396" title="Destructor for future use;.">~epdf</a>() {}; 103 <a name="l00149"></a><a class="code" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337">00149</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classepdf.html#b89143f12c9b49282e30841e4fb5f337" title="access function">_rv</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classepdf.html#74da992e3f5d598da8850b646b79b9d9" title="Identified of the random variable.">rv</a>;} 104 <a name="l00150"></a>00150 }; 106 105 <a name="l00151"></a>00151 107 <a name="l00152"></a> <a class="code" href="classmpdf.html">00152</a> <span class="keyword">class </span><a class="code" href="classmpdf.html" title="Conditional probability density, e.g. modeling some dependencies.">mpdf</a> {108 <a name="l0015 3"></a>00153 <span class="keyword">protected</span>:109 <a name="l00155"></a> <a class="code" href="classmpdf.html#f6687c07ff07d47812dd565368ca59eb">00155</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classmpdf.html#f6687c07ff07d47812dd565368ca59eb" title="modeled random variable">rv</a>;110 <a name="l0015 7"></a><a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab">00157</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab" title="random variable in condition">rvc</a>;111 <a name="l0015 9"></a><a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c">00159</a> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>* <a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>;112 <a name="l001 60"></a>00160 <span class="keyword">public</span>:113 <a name="l00161"></a> 00161114 <a name="l00163"></a> 00163 <span class="comment">// virtual fnc moment ( const int order = 1 );</span>115 <a name="l0016 5"></a><a class="code" href="classmpdf.html#b0193a350c97933ddf15b15a130da352">00165</a> <span class="comment"></span> <span class="keyword">virtual</span> vec <a class="code" href="classmpdf.html#b0193a350c97933ddf15b15a130da352" title="Returns the required moment of the epdf.">samplecond</a> ( vec &cond, <span class="keywordtype">double</span> &ll ) {this-><a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83" title="Update ep so that it represents this mpdf conditioned on rvc = cond.">condition</a>(cond);vec temp= <a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>-><a class="code" href="classepdf.html#8019654e494bf5e458f6fb947e11b262" title="Returns the required moment of the epdf.">sample</a>();ll=<a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>-><a class="code" href="classepdf.html#6aef3eca74899692503769c18add1a4c" title="Compute log-probability of argument val.">evalpdflog</a>(temp);<span class="keywordflow">return</span> temp;};116 <a name="l0016 7"></a><a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83">00167</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83" title="Update ep so that it represents this mpdf conditioned on rvc = cond.">condition</a> ( <span class="keyword">const</span> vec &cond ) {};117 <a name="l0016 8"></a>00168118 <a name="l001 70"></a><a class="code" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91">00170</a> <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91" title="Shortcut for conditioning and evaluation of the internal epdf. In some cases, this...">evalcond</a> (<span class="keyword">const</span> vec &dt, <span class="keyword">const</span> vec &cond ) {this-><a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83" title="Update ep so that it represents this mpdf conditioned on rvc = cond.">condition</a>(cond);<span class="keywordflow">return</span> <a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>-><a class="code" href="classepdf.html#3ea597362e11a0040fe7c990269d072c" title="Compute probability of argument val.">eval</a>(dt);};119 <a name="l00171"></a> 00171120 <a name="l0017 3"></a><a class="code" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">00173</a> <span class="keyword">virtual</span> <a class="code" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb" title="Destructor for future use;.">~mpdf</a>() {};121 <a name="l00174"></a> 00174122 <a name="l0017 6"></a><a class="code" href="classmpdf.html#581ecf362185d37c08bb31cb9d046d6f">00176</a> <a class="code" href="classmpdf.html#581ecf362185d37c08bb31cb9d046d6f" title="Default constructor.">mpdf</a> ( <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0, <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rvc0 ) :<a class="code" href="classmpdf.html#f6687c07ff07d47812dd565368ca59eb" title="modeled random variable">rv</a> ( rv0 ),<a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab" title="random variable in condition">rvc</a> ( rvc0 ) {};123 <a name="l0017 8"></a><a class="code" href="classmpdf.html#ec9c850305984582548e8deb64f0ffe8">00178</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classmpdf.html#ec9c850305984582548e8deb64f0ffe8" title="access function">_rvc</a>(){<span class="keywordflow">return</span> <a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab" title="random variable in condition">rvc</a>;}124 <a name="l001 80"></a><a class="code" href="classmpdf.html#e17780ee5b2cfe05922a6c56af1462f8">00180</a> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>& <a class="code" href="classmpdf.html#e17780ee5b2cfe05922a6c56af1462f8" title="access function">_epdf</a>(){<span class="keywordflow">return</span> *<a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>;}125 <a name="l0018 1"></a>00181};126 <a name="l00182"></a> 00182127 <a name="l001 90"></a><a class="code" href="classDS.html">00190</a> <span class="keyword">class </span><a class="code" href="classDS.html" title="Abstract class for discrete-time sources of data.">DS</a> {128 <a name="l001 91"></a>00191 <span class="keyword">protected</span>:129 <a name="l001 93"></a><a class="code" href="classDS.html#1012025a1a3a1fdd24aa48698a3d3454">00193</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classDS.html#1012025a1a3a1fdd24aa48698a3d3454" title="Observed variables, returned by getdata().">Drv</a>;130 <a name="l0019 5"></a><a class="code" href="classDS.html#0a88ffaeb3c7c2cf30c69bc41a000629">00195</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classDS.html#0a88ffaeb3c7c2cf30c69bc41a000629" title="Action variables, accepted by write().">Urv</a>; <span class="comment">//</span>131 <a name="l0019 6"></a>00196 <span class="keyword">public</span>:132 <a name="l0019 8"></a>00198 <span class="keywordtype">void</span> <a class="code" href="classDS.html#db2dacc9e71a36eeb9c5c2ee402eeeb1" title="Returns full vector of observed data.">getdata</a> ( vec &dt );133 <a name="l00 200"></a>00200 <span class="keywordtype">void</span> <a class="code" href="classDS.html#db2dacc9e71a36eeb9c5c2ee402eeeb1" title="Returns full vector of observed data.">getdata</a> ( vec &dt, ivec &indeces );134 <a name="l0020 2"></a>00202 <span class="keywordtype">void</span> <a class="code" href="classDS.html#0dfb6788b70c0d48a1f5276ed6c93039" title="Accepts action variable and schedule it for application.">write</a> ( vec &ut );135 <a name="l0020 4"></a>00204 <span class="keywordtype">void</span> <a class="code" href="classDS.html#0dfb6788b70c0d48a1f5276ed6c93039" title="Accepts action variable and schedule it for application.">write</a> ( vec &ut, ivec &indeces);136 <a name="l002 10"></a>00210 <span class="keywordtype">void</span> <a class="code" href="classDS.html#9a35ca9c9321dce2bf63bf668f785b75" title="Method that assigns random variables to the datasource. Typically, the datasource...">linkrvs</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &drv, <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &urv);137 <a name="l002 11"></a>00211138 <a name="l002 13"></a>00213 <span class="keywordtype">void</span> <a class="code" href="classDS.html#470ba89e8e7c3c4d830803221b4e9be6" title="Moves from to , i.e. perfroms the actions and reads response of the system.">step</a>();139 <a name="l00214"></a>00214 140 <a name="l00215"></a>00215 };141 <a name="l0021 6"></a>00216142 <a name="l002 21"></a><a class="code" href="classBM.html">00221</a> <span class="keyword">class </span><a class="code" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> {143 <a name="l002 22"></a>00222 <span class="keyword">protected</span>:144 <a name="l0022 4"></a><a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88">00224</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>;145 <a name="l0022 6"></a><a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979">00226</a> <span class="keywordtype">double</span> <a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979" title="Logarithm of marginalized data likelihood.">ll</a>;146 <a name="l0022 8"></a><a class="code" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129">00228</a> <span class="keywordtype">bool</span> <a class="code" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129" title="If true, the filter will compute likelihood of the data record and store it in ll...">evalll</a>;147 <a name="l0022 9"></a>00229 <span class="keyword">public</span>:148 <a name="l00230"></a> 00230149 <a name="l00232"></a><a class="code" href="classBM.html# 605d28b426adb677c86a57ddb525132a">00232</a> <a class="code" href="classBM.html#605d28b426adb677c86a57ddb525132a" title="Default constructor.">BM</a>(<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0) :<a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>(rv0), <a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979" title="Logarithm of marginalized data likelihood.">ll</a> ( 0 ),<a class="code" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129" title="If true, the filter will compute likelihood of the data record and store it in ll...">evalll</a> ( true ) {<span class="comment">//Fixme: test rv </span>150 <a name="l00233"></a>00233 };106 <a name="l00152"></a>00152 107 <a name="l00154"></a>00154 <span class="comment">//TODO Samplecond can be generalized</span> 108 <a name="l00155"></a>00155 109 <a name="l00156"></a><a class="code" href="classmpdf.html">00156</a> <span class="keyword">class </span><a class="code" href="classmpdf.html" title="Conditional probability density, e.g. modeling some dependencies.">mpdf</a> { 110 <a name="l00157"></a>00157 <span class="keyword">protected</span>: 111 <a name="l00159"></a><a class="code" href="classmpdf.html#f6687c07ff07d47812dd565368ca59eb">00159</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classmpdf.html#f6687c07ff07d47812dd565368ca59eb" title="modeled random variable">rv</a>; 112 <a name="l00161"></a><a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab">00161</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab" title="random variable in condition">rvc</a>; 113 <a name="l00163"></a><a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c">00163</a> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>* <a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>; 114 <a name="l00164"></a>00164 <span class="keyword">public</span>: 115 <a name="l00165"></a>00165 116 <a name="l00167"></a>00167 <span class="comment">// virtual fnc moment ( const int order = 1 );</span> 117 <a name="l00169"></a><a class="code" href="classmpdf.html#b0193a350c97933ddf15b15a130da352">00169</a> <span class="comment"></span> <span class="keyword">virtual</span> vec <a class="code" href="classmpdf.html#b0193a350c97933ddf15b15a130da352" title="Returns the required moment of the epdf.">samplecond</a> ( vec &cond, <span class="keywordtype">double</span> &ll ) {this-><a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83" title="Update ep so that it represents this mpdf conditioned on rvc = cond.">condition</a>(cond);vec temp= <a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>-><a class="code" href="classepdf.html#8019654e494bf5e458f6fb947e11b262" title="Returns the required moment of the epdf.">sample</a>();ll=<a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>-><a class="code" href="classepdf.html#6aef3eca74899692503769c18add1a4c" title="Compute log-probability of argument val.">evalpdflog</a>(temp);<span class="keywordflow">return</span> temp;}; 118 <a name="l00171"></a><a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83">00171</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83" title="Update ep so that it represents this mpdf conditioned on rvc = cond.">condition</a> ( <span class="keyword">const</span> vec &cond ) {}; 119 <a name="l00172"></a>00172 120 <a name="l00174"></a><a class="code" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91">00174</a> <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91" title="Shortcut for conditioning and evaluation of the internal epdf. In some cases, this...">evalcond</a> (<span class="keyword">const</span> vec &dt, <span class="keyword">const</span> vec &cond ) {this-><a class="code" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83" title="Update ep so that it represents this mpdf conditioned on rvc = cond.">condition</a>(cond);<span class="keywordflow">return</span> <a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>-><a class="code" href="classepdf.html#3ea597362e11a0040fe7c990269d072c" title="Compute probability of argument val.">eval</a>(dt);}; 121 <a name="l00175"></a>00175 122 <a name="l00177"></a><a class="code" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">00177</a> <span class="keyword">virtual</span> <a class="code" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb" title="Destructor for future use;.">~mpdf</a>() {}; 123 <a name="l00178"></a>00178 124 <a name="l00180"></a><a class="code" href="classmpdf.html#581ecf362185d37c08bb31cb9d046d6f">00180</a> <a class="code" href="classmpdf.html#581ecf362185d37c08bb31cb9d046d6f" title="Default constructor.">mpdf</a> ( <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0, <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rvc0 ) :<a class="code" href="classmpdf.html#f6687c07ff07d47812dd565368ca59eb" title="modeled random variable">rv</a> ( rv0 ),<a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab" title="random variable in condition">rvc</a> ( rvc0 ) {}; 125 <a name="l00182"></a><a class="code" href="classmpdf.html#ec9c850305984582548e8deb64f0ffe8">00182</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classmpdf.html#ec9c850305984582548e8deb64f0ffe8" title="access function">_rvc</a>(){<span class="keywordflow">return</span> <a class="code" href="classmpdf.html#acb7dda792b3cd5576f39fa3129abbab" title="random variable in condition">rvc</a>;} 126 <a name="l00184"></a><a class="code" href="classmpdf.html#e17780ee5b2cfe05922a6c56af1462f8">00184</a> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>& <a class="code" href="classmpdf.html#e17780ee5b2cfe05922a6c56af1462f8" title="access function">_epdf</a>(){<span class="keywordflow">return</span> *<a class="code" href="classmpdf.html#7aa894208a32f3487827df6d5054424c" title="pointer to internal epdf">ep</a>;} 127 <a name="l00185"></a>00185 }; 128 <a name="l00186"></a>00186 129 <a name="l00194"></a><a class="code" href="classDS.html">00194</a> <span class="keyword">class </span><a class="code" href="classDS.html" title="Abstract class for discrete-time sources of data.">DS</a> { 130 <a name="l00195"></a>00195 <span class="keyword">protected</span>: 131 <a name="l00197"></a><a class="code" href="classDS.html#1012025a1a3a1fdd24aa48698a3d3454">00197</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classDS.html#1012025a1a3a1fdd24aa48698a3d3454" title="Observed variables, returned by getdata().">Drv</a>; 132 <a name="l00199"></a><a class="code" href="classDS.html#0a88ffaeb3c7c2cf30c69bc41a000629">00199</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classDS.html#0a88ffaeb3c7c2cf30c69bc41a000629" title="Action variables, accepted by write().">Urv</a>; <span class="comment">//</span> 133 <a name="l00200"></a>00200 <span class="keyword">public</span>: 134 <a name="l00202"></a>00202 <span class="keywordtype">void</span> <a class="code" href="classDS.html#db2dacc9e71a36eeb9c5c2ee402eeeb1" title="Returns full vector of observed data.">getdata</a> ( vec &dt ); 135 <a name="l00204"></a>00204 <span class="keywordtype">void</span> <a class="code" href="classDS.html#db2dacc9e71a36eeb9c5c2ee402eeeb1" title="Returns full vector of observed data.">getdata</a> ( vec &dt, ivec &indeces ); 136 <a name="l00206"></a>00206 <span class="keywordtype">void</span> <a class="code" href="classDS.html#0dfb6788b70c0d48a1f5276ed6c93039" title="Accepts action variable and schedule it for application.">write</a> ( vec &ut ); 137 <a name="l00208"></a>00208 <span class="keywordtype">void</span> <a class="code" href="classDS.html#0dfb6788b70c0d48a1f5276ed6c93039" title="Accepts action variable and schedule it for application.">write</a> ( vec &ut, ivec &indeces ); 138 <a name="l00214"></a>00214 <span class="keywordtype">void</span> <a class="code" href="classDS.html#9a35ca9c9321dce2bf63bf668f785b75" title="Method that assigns random variables to the datasource. Typically, the datasource...">linkrvs</a> ( <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &drv, <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &urv ); 139 <a name="l00215"></a>00215 140 <a name="l00217"></a>00217 <span class="keywordtype">void</span> <a class="code" href="classDS.html#470ba89e8e7c3c4d830803221b4e9be6" title="Moves from to , i.e. perfroms the actions and reads response of the system.">step</a>(); 141 <a name="l00218"></a>00218 142 <a name="l00219"></a>00219 }; 143 <a name="l00220"></a>00220 144 <a name="l00225"></a><a class="code" href="classBM.html">00225</a> <span class="keyword">class </span><a class="code" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> { 145 <a name="l00226"></a>00226 <span class="keyword">protected</span>: 146 <a name="l00228"></a><a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88">00228</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>; 147 <a name="l00230"></a><a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979">00230</a> <span class="keywordtype">double</span> <a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979" title="Logarithm of marginalized data likelihood.">ll</a>; 148 <a name="l00232"></a><a class="code" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129">00232</a> <span class="keywordtype">bool</span> <a class="code" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129" title="If true, the filter will compute likelihood of the data record and store it in ll...">evalll</a>; 149 <a name="l00233"></a>00233 <span class="keyword">public</span>: 151 150 <a name="l00234"></a>00234 152 <a name="l00238"></a>00238 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBM.html#a892eff438aab2dd1a9e2efcb7fb5bdf" title="Incremental Bayes rule.">bayes</a> ( <span class="keyword">const</span> vec &dt ) = 0; 153 <a name="l00240"></a>00240 <span class="keywordtype">void</span> <a class="code" href="classBM.html#a892eff438aab2dd1a9e2efcb7fb5bdf" title="Incremental Bayes rule.">bayes</a> ( mat Dt ); 154 <a name="l00242"></a>00242 <span class="keyword">virtual</span> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>& <a class="code" href="classBM.html#3dc45554556926bde996a267636abe55" title="Returns a pointer to the epdf representing posterior density on parameters. Use with...">_epdf</a>()=0; 155 <a name="l00243"></a>00243 156 <a name="l00245"></a><a class="code" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">00245</a> <span class="keyword">virtual</span> <a class="code" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd" title="Destructor for future use;.">~BM</a>() {}; 157 <a name="l00247"></a><a class="code" href="classBM.html#126bd2595c48e311fc2a7ab72876092a">00247</a> <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a>& <a class="code" href="classBM.html#126bd2595c48e311fc2a7ab72876092a" title="access function">_rv</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>;} 158 <a name="l00249"></a><a class="code" href="classBM.html#87f4a547d2c29180be88175e5eab9c88">00249</a> <span class="keywordtype">double</span> <a class="code" href="classBM.html#87f4a547d2c29180be88175e5eab9c88" title="access function">_ll</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979" title="Logarithm of marginalized data likelihood.">ll</a>;} 159 <a name="l00250"></a>00250 }; 160 <a name="l00251"></a>00251 161 <a name="l00261"></a><a class="code" href="classBMcond.html">00261</a> <span class="keyword">class </span><a class="code" href="classBMcond.html" title="Conditional Bayesian Filter.">BMcond</a> { 162 <a name="l00262"></a>00262 <span class="keyword">protected</span>: 163 <a name="l00264"></a><a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec">00264</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec" title="Identificator of the conditioning variable.">rvc</a>; 164 <a name="l00265"></a>00265 <span class="keyword">public</span>: 165 <a name="l00267"></a>00267 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBMcond.html#3543cfe274c35f9033c24d8036a96c4d" title="Substitute val for rvc.">condition</a> ( <span class="keyword">const</span> vec &val ) =0; 166 <a name="l00269"></a><a class="code" href="classBMcond.html#9a38dcdabef902fd91da3c9fb6ac27f7">00269</a> <a class="code" href="classBMcond.html#9a38dcdabef902fd91da3c9fb6ac27f7" title="Default constructor.">BMcond</a>(<a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0):<a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec" title="Identificator of the conditioning variable.">rvc</a>(rv0){}; 167 <a name="l00271"></a><a class="code" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">00271</a> <span class="keyword">virtual</span> <a class="code" href="classBMcond.html#d40c72250cf93640f982d06de20815b2" title="Destructor for future use.">~BMcond</a>(){}; 168 <a name="l00273"></a><a class="code" href="classBMcond.html#3fa60348b2da6b4208bb95b8d146900a">00273</a> <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a>& <a class="code" href="classBMcond.html#3fa60348b2da6b4208bb95b8d146900a" title="access function">_rvc</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec" title="Identificator of the conditioning variable.">rvc</a>;} 169 <a name="l00274"></a>00274 }; 170 <a name="l00275"></a>00275 171 <a name="l00276"></a>00276 <span class="preprocessor">#endif // BM_H</span> 151 <a name="l00236"></a><a class="code" href="classBM.html#605d28b426adb677c86a57ddb525132a">00236</a> <a class="code" href="classBM.html#605d28b426adb677c86a57ddb525132a" title="Default constructor.">BM</a>(<span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0) :<a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>(rv0), <a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979" title="Logarithm of marginalized data likelihood.">ll</a> ( 0 ),<a class="code" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129" title="If true, the filter will compute likelihood of the data record and store it in ll...">evalll</a> ( true ) {<span class="comment">//Fixme: test rv </span> 152 <a name="l00237"></a>00237 }; 153 <a name="l00238"></a>00238 154 <a name="l00242"></a>00242 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBM.html#a892eff438aab2dd1a9e2efcb7fb5bdf" title="Incremental Bayes rule.">bayes</a> ( <span class="keyword">const</span> vec &dt ) = 0; 155 <a name="l00244"></a>00244 <span class="keywordtype">void</span> <a class="code" href="classBM.html#a892eff438aab2dd1a9e2efcb7fb5bdf" title="Incremental Bayes rule.">bayes</a> ( mat Dt ); 156 <a name="l00246"></a>00246 <span class="keyword">virtual</span> <a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>& <a class="code" href="classBM.html#3dc45554556926bde996a267636abe55" title="Returns a pointer to the epdf representing posterior density on parameters. Use with...">_epdf</a>()=0; 157 <a name="l00247"></a>00247 158 <a name="l00249"></a><a class="code" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd">00249</a> <span class="keyword">virtual</span> <a class="code" href="classBM.html#ca0f02b3b4144e0895cc14f7e0374bdd" title="Destructor for future use;.">~BM</a>() {}; 159 <a name="l00251"></a><a class="code" href="classBM.html#126bd2595c48e311fc2a7ab72876092a">00251</a> <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a>& <a class="code" href="classBM.html#126bd2595c48e311fc2a7ab72876092a" title="access function">_rv</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classBM.html#af00f0612fabe66241dd507188cdbf88" title="Random variable of the posterior.">rv</a>;} 160 <a name="l00253"></a><a class="code" href="classBM.html#87f4a547d2c29180be88175e5eab9c88">00253</a> <span class="keywordtype">double</span> <a class="code" href="classBM.html#87f4a547d2c29180be88175e5eab9c88" title="access function">_ll</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classBM.html#5623fef6572a08c2b53b8c87b82dc979" title="Logarithm of marginalized data likelihood.">ll</a>;} 161 <a name="l00254"></a>00254 }; 162 <a name="l00255"></a>00255 163 <a name="l00265"></a><a class="code" href="classBMcond.html">00265</a> <span class="keyword">class </span><a class="code" href="classBMcond.html" title="Conditional Bayesian Filter.">BMcond</a> { 164 <a name="l00266"></a>00266 <span class="keyword">protected</span>: 165 <a name="l00268"></a><a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec">00268</a> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> <a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec" title="Identificator of the conditioning variable.">rvc</a>; 166 <a name="l00269"></a>00269 <span class="keyword">public</span>: 167 <a name="l00271"></a>00271 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBMcond.html#3543cfe274c35f9033c24d8036a96c4d" title="Substitute val for rvc.">condition</a> ( <span class="keyword">const</span> vec &val ) =0; 168 <a name="l00273"></a><a class="code" href="classBMcond.html#9a38dcdabef902fd91da3c9fb6ac27f7">00273</a> <a class="code" href="classBMcond.html#9a38dcdabef902fd91da3c9fb6ac27f7" title="Default constructor.">BMcond</a>(<a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv0):<a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec" title="Identificator of the conditioning variable.">rvc</a>(rv0){}; 169 <a name="l00275"></a><a class="code" href="classBMcond.html#d40c72250cf93640f982d06de20815b2">00275</a> <span class="keyword">virtual</span> <a class="code" href="classBMcond.html#d40c72250cf93640f982d06de20815b2" title="Destructor for future use.">~BMcond</a>(){}; 170 <a name="l00277"></a><a class="code" href="classBMcond.html#3fa60348b2da6b4208bb95b8d146900a">00277</a> <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a>& <a class="code" href="classBMcond.html#3fa60348b2da6b4208bb95b8d146900a" title="access function">_rvc</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec" title="Identificator of the conditioning variable.">rvc</a>;} 171 <a name="l00278"></a>00278 }; 172 <a name="l00279"></a>00279 173 <a name="l00280"></a>00280 <span class="preprocessor">#endif // BM_H</span> 172 174 </pre></div></div> 173 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 175 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 174 176 <a href="http://www.doxygen.org/index.html"> 175 177 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libBM_8h.html ¶
r99 r106 34 34 <p><center><img src="libBM_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/stat/libBM.hdep_map" alt=""></center> 35 35 <map name="work/mixpp/bdm/stat/libBM.hdep_map"> 36 <area shape="rect" href="libFN_8h-source.html" title="work/mixpp/bdm/stat/libFN.h" alt="" coords=" 225,81,412,105"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="439,81,625,105"><area shape="rect" href="libDS_8h.html" title="Common DataSources." alt="" coords="873,81,1060,105"><area shape="rect" href="loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="649,81,849,105"><area shape="rect" href="arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="227,156,411,180"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="435,156,629,180"><area shape="rect" href="sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="277,230,477,254"><area shape="rect" href="pmsm_8h-source.html" title="work/mixpp/pmsm/pmsm.h" alt="" coords="24,156,203,180"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="501,230,869,254"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="653,156,848,180"></map>36 <area shape="rect" href="libFN_8h-source.html" title="work/mixpp/bdm/stat/libFN.h" alt="" coords="315,81,501,105"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="528,81,715,105"><area shape="rect" href="emix_8h.html" title="Probability distributions for Mixtures of pdfs." alt="" coords="956,156,1140,180"><area shape="rect" href="libDS_8h.html" title="Common DataSources." alt="" coords="789,81,976,105"><area shape="rect" href="loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="5,81,205,105"><area shape="rect" href="arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="529,156,713,180"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="311,156,505,180"><area shape="rect" href="sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="47,230,247,254"><area shape="rect" href="pmsm_8h-source.html" title="work/mixpp/pmsm/pmsm.h" alt="" coords="57,156,236,180"><area shape="rect" href="sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="663,230,889,254"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="271,230,639,254"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="737,156,932,180"></map> 37 37 </div> 38 38 … … 69 69 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 70 70 Using IT++ for numerical operations ----------------------------------- </div> 71 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 71 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:31 2008 for mixpp by 72 72 <a href="http://www.doxygen.org/index.html"> 73 73 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libBM_8h__dep__incl.map ¶
r99 r106 1 <area shape="rect" href="$libFN_8h-source.html" title="work/mixpp/bdm/stat/libFN.h" alt="" coords="225,81,412,105"> 2 <area shape="rect" href="$libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="439,81,625,105"> 3 <area shape="rect" href="$libDS_8h.html" title="Common DataSources." alt="" coords="873,81,1060,105"> 4 <area shape="rect" href="$loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="649,81,849,105"> 5 <area shape="rect" href="$arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="227,156,411,180"> 6 <area shape="rect" href="$libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="435,156,629,180"> 7 <area shape="rect" href="$sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="277,230,477,254"> 8 <area shape="rect" href="$pmsm_8h-source.html" title="work/mixpp/pmsm/pmsm.h" alt="" coords="24,156,203,180"> 9 <area shape="rect" href="$ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="501,230,869,254"> 10 <area shape="rect" href="$libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="653,156,848,180"> 1 <area shape="rect" href="$libFN_8h-source.html" title="work/mixpp/bdm/stat/libFN.h" alt="" coords="315,81,501,105"> 2 <area shape="rect" href="$libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="528,81,715,105"> 3 <area shape="rect" href="$emix_8h.html" title="Probability distributions for Mixtures of pdfs." alt="" coords="956,156,1140,180"> 4 <area shape="rect" href="$libDS_8h.html" title="Common DataSources." alt="" coords="789,81,976,105"> 5 <area shape="rect" href="$loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="5,81,205,105"> 6 <area shape="rect" href="$arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="529,156,713,180"> 7 <area shape="rect" href="$libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="311,156,505,180"> 8 <area shape="rect" href="$sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="47,230,247,254"> 9 <area shape="rect" href="$pmsm_8h-source.html" title="work/mixpp/pmsm/pmsm.h" alt="" coords="57,156,236,180"> 10 <area shape="rect" href="$sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="663,230,889,254"> 11 <area shape="rect" href="$ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="271,230,639,254"> 12 <area shape="rect" href="$libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="737,156,932,180"> -
TabularUnified doc/html/libBM_8h__dep__incl.md5 ¶
r99 r106 1 db22fd6c9b23e5856c27170709de55f31 7d276388446c8bf564810e77d27db853 -
TabularUnified doc/html/libDC_8h-source.html ¶
r99 r106 157 157 <a name="l00260"></a>00260 <span class="keyword">friend</span> std::ostream &<a class="code" href="classldmat.html#eaaa0baa6026b84cfcbced41c84599d1" title="print both L and D ">operator<< </a>( std::ostream &os, <span class="keyword">const</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> &sq ); 158 158 <a name="l00261"></a>00261 159 <a name="l00262"></a>00262 160 <a name="l0026 3"></a>00263 <span class="keyword">protected</span>:161 <a name="l0026 5"></a><a class="code" href="classldmat.html#4cce04824539c4a8d062d9a36d6e014e">00265</a> vec D;162 <a name="l00267"></a> <a class="code" href="classldmat.html#f74a64b99fe58a75ebd37bb679e121ea">00267</a> mat L;163 <a name="l00268"></a>00268 164 <a name="l00269"></a>00269 };159 <a name="l00262"></a>00262 <span class="keyword">protected</span>: 160 <a name="l00264"></a><a class="code" href="classldmat.html#4cce04824539c4a8d062d9a36d6e014e">00264</a> vec D; 161 <a name="l00266"></a><a class="code" href="classldmat.html#f74a64b99fe58a75ebd37bb679e121ea">00266</a> mat L; 162 <a name="l00267"></a>00267 163 <a name="l00268"></a>00268 }; 164 <a name="l00269"></a>00269 165 165 <a name="l00270"></a>00270 166 <a name="l00271"></a>00271 167 <a name="l00274"></a><a class="code" href="classldmat.html#ca445ee152a56043af946ea095b2d8f8">00274</a> <span class="keyword">inline</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a>& <a class="code" href="classldmat.html#ca445ee152a56043af946ea095b2d8f8" title="add another ldmat matrix">ldmat::operator += </a>( <span class="keyword">const</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> &ldA ) {this-><span class="keyword">add</span> ( ldA );<span class="keywordflow">return</span> *<span class="keyword">this</span>;} 168 <a name="l00276"></a><a class="code" href="classldmat.html#e3f4d2d85ab1ba384c852329aa31d0fb">00276</a> <span class="keyword">inline</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a>& <a class="code" href="classldmat.html#e3f4d2d85ab1ba384c852329aa31d0fb" title="subtract another ldmat matrix">ldmat::operator -= </a>( <span class="keyword">const</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> &ldA ) {this-><span class="keyword">add</span> ( ldA,-1.0 );<span class="keywordflow">return</span> *<span class="keyword">this</span>;} 169 <a name="l00278"></a><a class="code" href="classldmat.html#0fceb6b5b637cec89bb0a3d2e6be1306">00278</a> <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="classldmat.html#0fceb6b5b637cec89bb0a3d2e6be1306" title="access function">ldmat::cols</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classsqmat.html#0abed904bdc0882373ba9adba919689d" title="dimension of the square matrix">dim</a>;} 170 <a name="l00280"></a><a class="code" href="classldmat.html#96dfb21865db4f5bd36fa70f9b0b1163">00280</a> <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="classldmat.html#96dfb21865db4f5bd36fa70f9b0b1163" title="access function">ldmat::rows</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classsqmat.html#0abed904bdc0882373ba9adba919689d" title="dimension of the square matrix">dim</a>;} 171 <a name="l00281"></a>00281 172 <a name="l00282"></a>00282 <span class="preprocessor">#endif // DC_H</span> 166 <a name="l00273"></a><a class="code" href="classldmat.html#ca445ee152a56043af946ea095b2d8f8">00273</a> <span class="keyword">inline</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a>& <a class="code" href="classldmat.html#ca445ee152a56043af946ea095b2d8f8" title="add another ldmat matrix">ldmat::operator += </a>( <span class="keyword">const</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> &ldA ) {this-><span class="keyword">add</span> ( ldA );<span class="keywordflow">return</span> *<span class="keyword">this</span>;} 167 <a name="l00275"></a><a class="code" href="classldmat.html#e3f4d2d85ab1ba384c852329aa31d0fb">00275</a> <span class="keyword">inline</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a>& <a class="code" href="classldmat.html#e3f4d2d85ab1ba384c852329aa31d0fb" title="subtract another ldmat matrix">ldmat::operator -= </a>( <span class="keyword">const</span> <a class="code" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> &ldA ) {this-><span class="keyword">add</span> ( ldA,-1.0 );<span class="keywordflow">return</span> *<span class="keyword">this</span>;} 168 <a name="l00277"></a><a class="code" href="classldmat.html#0fceb6b5b637cec89bb0a3d2e6be1306">00277</a> <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="classldmat.html#0fceb6b5b637cec89bb0a3d2e6be1306" title="access function">ldmat::cols</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classsqmat.html#0abed904bdc0882373ba9adba919689d" title="dimension of the square matrix">dim</a>;} 169 <a name="l00279"></a><a class="code" href="classldmat.html#96dfb21865db4f5bd36fa70f9b0b1163">00279</a> <span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="classldmat.html#96dfb21865db4f5bd36fa70f9b0b1163" title="access function">ldmat::rows</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="classsqmat.html#0abed904bdc0882373ba9adba919689d" title="dimension of the square matrix">dim</a>;} 170 <a name="l00280"></a>00280 171 <a name="l00281"></a>00281 <span class="preprocessor">#endif // DC_H</span> 173 172 </pre></div></div> 174 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 173 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 175 174 <a href="http://www.doxygen.org/index.html"> 176 175 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libDC_8h.html ¶
r99 r106 34 34 <p><center><img src="libDC_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/math/libDC.hdep_map" alt=""></center> 35 35 <map name="work/mixpp/bdm/math/libDC.hdep_map"> 36 <area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords=" 313,81,500,105"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="519,156,713,180"><area shape="rect" href="chmat_8h.html" title="Matrices in decomposed forms (LDL', LU, UDU', etc)." alt="" coords="89,81,289,105"><area shape="rect" href="arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="311,156,495,180"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="92,156,287,180"><area shape="rect" href="sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="456,230,656,254"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="5,230,373,254"></map>36 <area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="513,81,700,105"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="400,156,595,180"><area shape="rect" href="chmat_8h.html" title="Matrices in decomposed forms (LDL', LU, UDU', etc)." alt="" coords="219,81,419,105"><area shape="rect" href="arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="827,156,1011,180"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="181,156,376,180"><area shape="rect" href="emix_8h.html" title="Probability distributions for Mixtures of pdfs." alt="" coords="619,156,803,180"><area shape="rect" href="sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="805,230,1032,254"><area shape="rect" href="sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="397,230,597,254"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="5,230,373,254"></map> 37 37 </div> 38 38 … … 66 66 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 67 67 Using IT++ for numerical operations ----------------------------------- </div> 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 68 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:30 2008 for mixpp by 69 69 <a href="http://www.doxygen.org/index.html"> 70 70 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libDC_8h__dep__incl.map ¶
r99 r106 1 <area shape="rect" href="$libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="313,81,500,105"> 2 <area shape="rect" href="$libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="519,156,713,180"> 3 <area shape="rect" href="$chmat_8h.html" title="Matrices in decomposed forms (LDL', LU, UDU', etc)." alt="" coords="89,81,289,105"> 4 <area shape="rect" href="$arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="311,156,495,180"> 5 <area shape="rect" href="$libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="92,156,287,180"> 6 <area shape="rect" href="$sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="456,230,656,254"> 1 <area shape="rect" href="$libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="513,81,700,105"> 2 <area shape="rect" href="$libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="400,156,595,180"> 3 <area shape="rect" href="$chmat_8h.html" title="Matrices in decomposed forms (LDL', LU, UDU', etc)." alt="" coords="219,81,419,105"> 4 <area shape="rect" href="$arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="827,156,1011,180"> 5 <area shape="rect" href="$libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="181,156,376,180"> 6 <area shape="rect" href="$emix_8h.html" title="Probability distributions for Mixtures of pdfs." alt="" coords="619,156,803,180"> 7 <area shape="rect" href="$sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="805,230,1032,254"> 8 <area shape="rect" href="$sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="397,230,597,254"> 7 9 <area shape="rect" href="$ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="5,230,373,254"> -
TabularUnified doc/html/libDC_8h__dep__incl.md5 ¶
r99 r106 1 6dedc92d98c0d1137172b15993f58284 1 baf93795373404d417945d3da6182c22 -
TabularUnified doc/html/libDS_8h-source.html ¶
r99 r106 44 44 <a name="l00047"></a>00047 <span class="preprocessor">#endif // DS_H</span> 45 45 </pre></div></div> 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 46 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 47 47 <a href="http://www.doxygen.org/index.html"> 48 48 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libDS_8h.html ¶
r99 r106 45 45 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 46 46 Using IT++ for numerical operations ----------------------------------- </div> 47 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 47 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:31 2008 for mixpp by 48 48 <a href="http://www.doxygen.org/index.html"> 49 49 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libEF_8h-source.html ¶
r99 r106 330 330 <a name="l00457"></a>00457 <span class="preprocessor">#endif //EF_H</span> 331 331 </pre></div></div> 332 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 332 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 333 333 <a href="http://www.doxygen.org/index.html"> 334 334 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libEF_8h.html ¶
r99 r106 39 39 <p><center><img src="libEF_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/stat/libEF.hdep_map" alt=""></center> 40 40 <map name="work/mixpp/bdm/stat/libEF.hdep_map"> 41 <area shape="rect" href="arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords=" 5,82,189,106"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="432,82,627,106"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="213,82,408,106"><area shape="rect" href="sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="211,156,411,180"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="435,156,803,180"></map>41 <area shape="rect" href="arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="32,82,216,106"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="471,82,665,106"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="252,82,447,106"><area shape="rect" href="emix_8h.html" title="Probability distributions for Mixtures of pdfs." alt="" coords="689,82,873,106"><area shape="rect" href="sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="5,156,232,180"><area shape="rect" href="sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="256,156,456,180"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="480,156,848,180"></map> 42 42 </div> 43 43 … … 103 103 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 104 104 Using IT++ for numerical operations ----------------------------------- </div> 105 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:22 2008 for mixpp by 105 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:32 2008 for mixpp by 106 106 <a href="http://www.doxygen.org/index.html"> 107 107 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libEF_8h__dep__incl.map ¶
r99 r106 1 <area shape="rect" href="$arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="5,82,189,106"> 2 <area shape="rect" href="$libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="432,82,627,106"> 3 <area shape="rect" href="$libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="213,82,408,106"> 4 <area shape="rect" href="$sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="211,156,411,180"> 5 <area shape="rect" href="$ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="435,156,803,180"> 1 <area shape="rect" href="$arx_8h.html" title="Bayesian Filtering for generalized autoregressive (ARX) model." alt="" coords="32,82,216,106"> 2 <area shape="rect" href="$libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="471,82,665,106"> 3 <area shape="rect" href="$libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="252,82,447,106"> 4 <area shape="rect" href="$emix_8h.html" title="Probability distributions for Mixtures of pdfs." alt="" coords="689,82,873,106"> 5 <area shape="rect" href="$sim__var__arx_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="5,156,232,180"> 6 <area shape="rect" href="$sim__var_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="256,156,456,180"> 7 <area shape="rect" href="$ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="480,156,848,180"> -
TabularUnified doc/html/libEF_8h__dep__incl.md5 ¶
r99 r106 1 58c790469a04b4f83d0f6215c23f4180 1 42af2b3702eaa491b52d381c22c886ad -
TabularUnified doc/html/libFN_8h-source.html ¶
r99 r106 104 104 <a name="l00123"></a>00123 <span class="preprocessor">#endif // FN_H</span> 105 105 </pre></div></div> 106 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 106 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 107 107 <a href="http://www.doxygen.org/index.html"> 108 108 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libKF_8h-source.html ¶
r99 r106 300 300 <a name="l00401"></a>00401 301 301 </pre></div></div> 302 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 302 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 303 303 <a href="http://www.doxygen.org/index.html"> 304 304 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libKF_8h.html ¶
r99 r106 77 77 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 78 78 Using IT++ for numerical operations ----------------------------------- </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:30 2008 for mixpp by 80 80 <a href="http://www.doxygen.org/index.html"> 81 81 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libPF_8h-source.html ¶
r99 r106 187 187 <a name="l00206"></a>00206 188 188 </pre></div></div> 189 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 189 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 190 190 <a href="http://www.doxygen.org/index.html"> 191 191 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/libPF_8h.html ¶
r99 r106 65 65 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 66 66 Using IT++ for numerical operations ----------------------------------- </div> 67 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 67 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:30 2008 for mixpp by 68 68 <a href="http://www.doxygen.org/index.html"> 69 69 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/loggers_8h-source.html ¶
r99 r106 65 65 <a name="l00084"></a><a class="code" href="classmemlog.html#9ebaf88cda26992f4f50aa13aeafc691">00084</a> <span class="keywordtype">void</span> <a class="code" href="classmemlog.html#9ebaf88cda26992f4f50aa13aeafc691" title="consider this record to be complete">step</a>(<span class="keywordtype">bool</span> <span class="keyword">final</span>=<span class="keyword">false</span>) {<span class="keywordflow">if</span> ( <a class="code" href="classmemlog.html#3410b4c002636508c43ddcba8d394520" title="Currect record to be written.">ind</a><<a class="code" href="classmemlog.html#4195f322897ededdac66c404b848ced3" title="Maximum length of vectors stored in memory.">maxlen</a> ) <a class="code" href="classmemlog.html#3410b4c002636508c43ddcba8d394520" title="Currect record to be written.">ind</a>++; <span class="keywordflow">else</span> it_error ( <span class="stringliteral">"memlog::ind is too high;"</span> );} 66 66 <a name="l00085"></a><a class="code" href="classmemlog.html#8d2feeb826f7249e9104d616b5a67144">00085</a> <span class="keywordtype">void</span> <a class="code" href="classmemlog.html#8d2feeb826f7249e9104d616b5a67144" title="log this vector">logit</a> ( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, vec v ) {<a class="code" href="classmemlog.html#f0f5bc7b83539ad102e8f65297852d91" title="Storage.">vectors</a> ( <span class="keywordtype">id</span> ).set_row ( <a class="code" href="classmemlog.html#3410b4c002636508c43ddcba8d394520" title="Currect record to be written.">ind</a>,v );} 67 <a name="l00086"></a>00086 };68 <a name="l00087"></a>00087 69 <a name="l000 96"></a><a class="code" href="classdirfilelog.html">00096</a> <span class="keyword">class </span><a class="code" href="classdirfilelog.html" title="Logging into dirfile with buffer in memory.">dirfilelog</a> : <span class="keyword">public</span> <a class="code" href="classmemlog.html" title="Logging into matrices in data format in memory.">memlog</a> {70 <a name="l00097"></a> 0009771 <a name="l00098"></a>00098 <span class="keyword">protected</span>:72 <a name="l00 100"></a><a class="code" href="classdirfilelog.html#cba5ff1f74ed22910ed7d63aadf21771">00100</a> <span class="keywordtype">string</span> <a class="code" href="classdirfilelog.html#cba5ff1f74ed22910ed7d63aadf21771" title="name of the directory">dirname</a>;73 <a name="l0010 2"></a><a class="code" href="classdirfilelog.html#854b7e7cc4cb40542b4a3ea06d915772">00102</a> Array<string> <a class="code" href="classdirfilelog.html#854b7e7cc4cb40542b4a3ea06d915772" title="Automatically generated.">scalarnames</a>;74 <a name="l00103"></a> 00103 <span class="keyword">public</span>:75 <a name="l0010 7"></a><a class="code" href="classdirfilelog.html#802eeb6fc4ebf11d97638fd5dc651c68">00107</a> <a class="code" href="classdirfilelog.html#802eeb6fc4ebf11d97638fd5dc651c68" title="Default constructor.">dirfilelog</a> ( std::string dirname0, <span class="keywordtype">int</span> maxlen0 ) : <a class="code" href="classmemlog.html" title="Logging into matrices in data format in memory.">memlog</a> ( maxlen0 ), <a class="code" href="classdirfilelog.html#cba5ff1f74ed22910ed7d63aadf21771" title="name of the directory">dirname</a> ( dirname0 ), <a class="code" href="classdirfilelog.html#854b7e7cc4cb40542b4a3ea06d915772" title="Automatically generated.">scalarnames</a> ( 0 ) {}76 <a name="l0010 9"></a>00109 <span class="keywordtype">void</span> <a class="code" href="classdirfilelog.html#afeaebe003110f9db1ac43edf8e53a92" title="Initialize storage.">init</a>();77 <a name="l00110"></a>00110 <span class="keywordtype">void</span> <a class="code" href="classdirfilelog.html# 887f2bb97e8c92ca42eea1fbac34eb51" title="consider this record to be complete">step</a>(<span class="keywordtype">bool</span> <span class="keyword">final</span>=<span class="keyword">false</span>);78 <a name="l0011 4"></a>00114 <span class="keywordtype">void</span> <a class="code" href="classdirfilelog.html#bd95cdb46af194245f88a7b4bf4c66c7" title="Write memory storage to disk.">write_buffers</a> ( <span class="keywordtype">int</span> Len);79 <a name="l00115"></a>00115 };80 <a name="l00116"></a>00116 67 <a name="l00086"></a>00086 <span class="keywordtype">void</span> itsave(<span class="keyword">const</span> <span class="keywordtype">char</span>* fname); 68 <a name="l00087"></a>00087 }; 69 <a name="l00088"></a>00088 70 <a name="l00097"></a><a class="code" href="classdirfilelog.html">00097</a> <span class="keyword">class </span><a class="code" href="classdirfilelog.html" title="Logging into dirfile with buffer in memory.">dirfilelog</a> : <span class="keyword">public</span> <a class="code" href="classmemlog.html" title="Logging into matrices in data format in memory.">memlog</a> { 71 <a name="l00098"></a>00098 72 <a name="l00099"></a>00099 <span class="keyword">protected</span>: 73 <a name="l00101"></a><a class="code" href="classdirfilelog.html#cba5ff1f74ed22910ed7d63aadf21771">00101</a> <span class="keywordtype">string</span> <a class="code" href="classdirfilelog.html#cba5ff1f74ed22910ed7d63aadf21771" title="name of the directory">dirname</a>; 74 <a name="l00103"></a><a class="code" href="classdirfilelog.html#854b7e7cc4cb40542b4a3ea06d915772">00103</a> Array<string> <a class="code" href="classdirfilelog.html#854b7e7cc4cb40542b4a3ea06d915772" title="Automatically generated.">scalarnames</a>; 75 <a name="l00104"></a>00104 <span class="keyword">public</span>: 76 <a name="l00108"></a><a class="code" href="classdirfilelog.html#802eeb6fc4ebf11d97638fd5dc651c68">00108</a> <a class="code" href="classdirfilelog.html#802eeb6fc4ebf11d97638fd5dc651c68" title="Default constructor.">dirfilelog</a> ( std::string dirname0, <span class="keywordtype">int</span> maxlen0 ) : <a class="code" href="classmemlog.html" title="Logging into matrices in data format in memory.">memlog</a> ( maxlen0 ), <a class="code" href="classdirfilelog.html#cba5ff1f74ed22910ed7d63aadf21771" title="name of the directory">dirname</a> ( dirname0 ), <a class="code" href="classdirfilelog.html#854b7e7cc4cb40542b4a3ea06d915772" title="Automatically generated.">scalarnames</a> ( 0 ) {} 77 <a name="l00110"></a>00110 <span class="keywordtype">void</span> <a class="code" href="classdirfilelog.html#afeaebe003110f9db1ac43edf8e53a92" title="Initialize storage.">init</a>(); 78 <a name="l00111"></a>00111 <span class="keywordtype">void</span> <a class="code" href="classdirfilelog.html#887f2bb97e8c92ca42eea1fbac34eb51" title="consider this record to be complete">step</a>(<span class="keywordtype">bool</span> <span class="keyword">final</span>=<span class="keyword">false</span>); 79 <a name="l00115"></a>00115 <span class="keywordtype">void</span> <a class="code" href="classdirfilelog.html#bd95cdb46af194245f88a7b4bf4c66c7" title="Write memory storage to disk.">write_buffers</a> ( <span class="keywordtype">int</span> Len ); 80 <a name="l00116"></a>00116 }; 81 81 <a name="l00117"></a>00117 82 <a name="l00118"></a>00118 <span class="preprocessor">#endif // LGR_H</span> 82 <a name="l00118"></a>00118 83 <a name="l00119"></a>00119 <span class="preprocessor">#endif // LGR_H</span> 83 84 </pre></div></div> 84 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 85 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 85 86 <a href="http://www.doxygen.org/index.html"> 86 87 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/loggers_8h.html ¶
r99 r106 61 61 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 62 62 Using IT++ for numerical operations ----------------------------------- </div> 63 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:22 2008 for mixpp by 63 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:32 2008 for mixpp by 64 64 <a href="http://www.doxygen.org/index.html"> 65 65 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/matrix_8h-source.html ¶
r99 r106 88 88 <a name="l00072"></a>00072 89 89 </pre></div></div> 90 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 90 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 91 91 <a href="http://www.doxygen.org/index.html"> 92 92 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/nastaveni__regulatoru__float_8h-source.html ¶
r99 r106 47 47 <a name="l00031"></a>00031 <span class="preprocessor"></span> 48 48 </pre></div></div> 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 49 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 50 50 <a href="http://www.doxygen.org/index.html"> 51 51 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/osutils_8h-source.html ¶
r99 r106 34 34 <a name="l00027"></a>00027 <span class="keywordtype">void</span> makedir(<span class="keywordtype">string</span> &dirname, <span class="keywordtype">bool</span> rewrite = <span class="keyword">true</span>); 35 35 </pre></div></div> 36 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 36 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 37 37 <a href="http://www.doxygen.org/index.html"> 38 38 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/pages.html ¶
r99 r106 22 22 </ul> 23 23 </div> 24 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:202008 for mixpp by 24 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:27 2008 for mixpp by 25 25 <a href="http://www.doxygen.org/index.html"> 26 26 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/parametry__motoru_8h-source.html ¶
r99 r106 36 36 <a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define kp 1.5</span> 37 37 </pre></div></div> 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 39 39 <a href="http://www.doxygen.org/index.html"> 40 40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/pmsm_8h-source.html ¶
r99 r106 155 155 <a name="l00143"></a>00143 <span class="preprocessor">#endif //PMSM_H</span> 156 156 </pre></div></div> 157 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 157 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 158 158 <a href="http://www.doxygen.org/index.html"> 159 159 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/pmsm__mod_8h-source.html ¶
r99 r106 28 28 <a name="l00012"></a>00012 29 29 </pre></div></div> 30 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 30 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 31 31 <a href="http://www.doxygen.org/index.html"> 32 32 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/pwm_8h-source.html ¶
r99 r106 36 36 <a name="l00020"></a>00020 <span class="keyword">extern</span> <span class="keywordtype">void</span> pwm_full_new_3h(<span class="keywordtype">double</span> *us, <span class="keywordtype">double</span> *u, <span class="keywordtype">double</span> *Iz, <span class="keywordtype">double</span> Ucn, <span class="keywordtype">double</span> Uc, <span class="keywordtype">double</span> *is, <span class="keywordtype">double</span> *va_char, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> pocet, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> mod); 37 37 </pre></div></div> 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 38 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 39 39 <a href="http://www.doxygen.org/index.html"> 40 40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/reference_8h-source.html ¶
r99 r106 58 58 <a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#define Ucmax_fault (650.0/Uref)</span> 59 59 </pre></div></div> 60 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:222008 for mixpp by 60 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 61 61 <a href="http://www.doxygen.org/index.html"> 62 62 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/regulace_8h-source.html ¶
r99 r106 31 31 <a name="l00015"></a>00015 32 32 </pre></div></div> 33 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 33 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 34 34 <a href="http://www.doxygen.org/index.html"> 35 35 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/sim__var_8cpp.html ¶
r99 r106 52 52 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 53 53 Using IT++ for numerical operations ----------------------------------- </div> 54 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:22 2008 for mixpp by 54 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:32 2008 for mixpp by 55 55 <a href="http://www.doxygen.org/index.html"> 56 56 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/simulator_8h-source.html ¶
r99 r106 35 35 <a name="l00019"></a>00019 <span class="keyword">extern</span> <span class="keywordtype">double</span> KalmanObs[4]; 36 36 </pre></div></div> 37 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 37 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 38 38 <a href="http://www.doxygen.org/index.html"> 39 39 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/html/userinfo_8h-source.html ¶
r99 r106 149 149 <a name="l00167"></a>00167 150 150 </pre></div></div> 151 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 16:15:212008 for mixpp by 151 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:28 2008 for mixpp by 152 152 <a href="http://www.doxygen.org/index.html"> 153 153 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> -
TabularUnified doc/latex/annotated.tex ¶
r99 r106 19 19 \item\contentsline{section}{{\bf EKFfixed} (Extended \doxyref{Kalman}{p.}{classKalman} Filter in full matrices )}{\pageref{classEKFfixed}}{} 20 20 \item\contentsline{section}{{\bf EKFfull} (Extended \doxyref{Kalman}{p.}{classKalman} Filter in full matrices )}{\pageref{classEKFfull}}{} 21 \item\contentsline{section}{{\bf emix} (Mixture of epdfs )}{\pageref{classemix}}{} 21 22 \item\contentsline{section}{{\bf enorm$<$ sq\_\-T $>$} (Gaussian density with positive definite (decomposed) covariance matrix )}{\pageref{classenorm}}{} 22 23 \item\contentsline{section}{{\bf epdf} (Probability density function with numerical statistics, e.g. posterior density )}{\pageref{classepdf}}{} -
TabularUnified doc/latex/arx_8h.tex ¶
r99 r106 13 13 \leavevmode 14 14 \includegraphics[width=192pt]{arx_8h__incl} 15 \end{center} 16 \end{figure} 17 18 19 This graph shows which files directly or indirectly include this file:\nopagebreak 20 \begin{figure}[H] 21 \begin{center} 22 \leavevmode 23 \includegraphics[width=107pt]{arx_8h__dep__incl} 15 24 \end{center} 16 25 \end{figure} -
TabularUnified doc/latex/classARX.tex ¶
r99 r106 60 60 double {\bf last\_\-lognc}\label{classARX_6d0cd0f0734aa77cdc5e48f1cf6737ec} 61 61 62 \begin{CompactList}\small\item\em cached value of lognc() in the previous step \item\end{CompactList}\item62 \begin{CompactList}\small\item\em cached value of lognc() in the previous step (used in evaluation of {\tt ll} ) \item\end{CompactList}\item 63 63 {\bf RV} {\bf rv}\label{classBM_af00f0612fabe66241dd507188cdbf88} 64 64 -
TabularUnified doc/latex/classRV.tex ¶
r91 r106 27 27 28 28 \begin{CompactList}\small\item\em Find indexes of another rv in self. \item\end{CompactList}\item 29 bool {\bf equal} ({\bf RV} rv2) const \label{classRV_c4f547370d67eba414caafe91c64b12a} 30 31 \begin{CompactList}\small\item\em Compare if {\tt rv2} is identical to this {\tt \doxyref{RV}{p.}{classRV}}. \item\end{CompactList}\item 29 32 void {\bf add} (const {\bf RV} \&rv2)\label{classRV_4fc941a5ebc9f82aa372f54f2e02dab2} 30 33 -
TabularUnified doc/latex/classdirfilelog.tex ¶
r99 r106 36 36 37 37 \begin{CompactList}\small\item\em log this vector \item\end{CompactList}\item 38 void \textbf{itsave} (const char $\ast$fname)\label{classmemlog_65571ebbb16577b5211adbb27baf769c} 39 40 \item 38 41 virtual int {\bf add} ({\bf RV} rv, string name=\char`\"{}\char`\"{})\label{classlogger_3d6c6ab580b36619c4010e3ebec55378} 39 42 -
TabularUnified doc/latex/classeEF.tex ¶
r99 r106 37 37 virtual vec {\bf sample} () const =0 38 38 \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 39 virtual mat {\bf sample} (int N) const \label{classepdf_7b3523bce1de49f58afe7c1e428cc4fd} 40 41 \begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 39 42 virtual double {\bf eval} (const vec \&val) const \label{classepdf_3ea597362e11a0040fe7c990269d072c} 40 43 … … 72 75 Returns a sample, $x$ from density $epdf(rv)$ 73 76 74 Implemented in {\bf e norm$<$ sq\_\-T $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf egiw} \doxyref{}{p.}{classegiw_3d2c1f2ba0f9966781f1e0ae695e8a6f}, {\bf egamma} \doxyref{}{p.}{classegamma_8e10c0021b5dfdd9cb62c6959b5ef425}, {\bf euni} \doxyref{}{p.}{classeuni_4a0e09392be17beaee120ba98fc038cd}, {\bf eEmp} \doxyref{}{p.}{classeEmp_83f9283f92b805508d896479dc1ccf12}, {\bf enorm$<$ ldmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf enorm$<$ chmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, and {\bf enorm$<$ fsqmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}.77 Implemented in {\bf emix} \doxyref{}{p.}{classemix_0650601f24e633e0ab09aa1e46c14483}, {\bf enorm$<$ sq\_\-T $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf egiw} \doxyref{}{p.}{classegiw_3d2c1f2ba0f9966781f1e0ae695e8a6f}, {\bf egamma} \doxyref{}{p.}{classegamma_8e10c0021b5dfdd9cb62c6959b5ef425}, {\bf euni} \doxyref{}{p.}{classeuni_4a0e09392be17beaee120ba98fc038cd}, {\bf eEmp} \doxyref{}{p.}{classeEmp_83f9283f92b805508d896479dc1ccf12}, {\bf enorm$<$ ldmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf enorm$<$ chmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, and {\bf enorm$<$ fsqmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}. 75 78 76 Referenced by mpdf::samplecond(), PF::set\_\-est(), and eEmp::set\_\-parameters().79 Referenced by epdf::sample(), mpdf::samplecond(), PF::set\_\-est(), and eEmp::set\_\-parameters(). 77 80 78 81 The documentation for this class was generated from the following file:\begin{CompactItemize} -
TabularUnified doc/latex/classeEmp.tex ¶
r91 r106 47 47 48 48 \begin{CompactList}\small\item\em return expected value \item\end{CompactList}\item 49 virtual mat {\bf sample} (int N) const \label{classepdf_7b3523bce1de49f58afe7c1e428cc4fd} 50 51 \begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 49 52 virtual double {\bf eval} (const vec \&val) const \label{classepdf_3ea597362e11a0040fe7c990269d072c} 50 53 -
TabularUnified doc/latex/classegiw.tex ¶
r99 r106 49 49 50 50 \begin{CompactList}\small\item\em TODO decide if it is really needed. \item\end{CompactList}\item 51 virtual mat {\bf sample} (int N) const \label{classepdf_7b3523bce1de49f58afe7c1e428cc4fd} 52 53 \begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 51 54 virtual double {\bf eval} (const vec \&val) const \label{classepdf_3ea597362e11a0040fe7c990269d072c} 52 55 -
TabularUnified doc/latex/classemix.tex ¶
r33 r106 1 1 \section{emix Class Reference} 2 2 \label{classemix}\index{emix@{emix}} 3 Weighted mixture of epdfs with external owned components.3 Mixture of epdfs. 4 4 5 5 6 {\tt \#include $<$ libEF.h$>$}6 {\tt \#include $<$emix.h$>$} 7 7 8 8 Inheritance diagram for emix:\nopagebreak … … 10 10 \begin{center} 11 11 \leavevmode 12 \includegraphics[width=4 2pt]{classemix__inherit__graph}12 \includegraphics[width=40pt]{classemix__inherit__graph} 13 13 \end{center} 14 14 \end{figure} … … 17 17 \begin{center} 18 18 \leavevmode 19 \includegraphics[width=4 2pt]{classemix__coll__graph}19 \includegraphics[width=40pt]{classemix__coll__graph} 20 20 \end{center} 21 21 \end{figure} … … 23 23 \begin{CompactItemize} 24 24 \item 25 {\bf emix} ( const {\bf RV} \&rv, vec \&w0)\label{classemix_b0ac204af8919c22bce72816ed82019e}25 {\bf emix} ({\bf RV} \&{\bf rv})\label{classemix_3a10c8481115a5460877272ddb6532a6} 26 26 27 27 \begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item 28 void \textbf{set\_\-parameters} (int \&i, double wi, {\bf epdf} $\ast$ep)\label{classemix_7be197d56e64f7cb578be3932663dfe5}28 void {\bf set\_\-parameters} (const vec \&{\bf w}, const Array$<$ {\bf epdf} $\ast$ $>$ \&{\bf Coms})\label{classemix_6ce82b24d7fe540ddbf44b472a005555} 29 29 30 \item 31 vec \textbf{mean} ()\label{classemix_dcb3f927bf061eac6229850158ca1558} 30 \begin{CompactList}\small\item\em Set weights {\tt w} and components {\tt R}. \item\end{CompactList}\item 31 vec {\bf sample} () const 32 \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 33 vec {\bf mean} () const \label{classemix_b662a51d042b062020460e64bff4e9e8} 32 34 33 \ item34 vec \textbf{sample} ()\label{classemix_3eb9a8e12ce1c5c8a3ddb245354b6941}35 \begin{CompactList}\small\item\em return expected value \item\end{CompactList}\item 36 double {\bf evalpdflog} (const vec \&val) const \label{classemix_469e910479b3402589104ef3bb1b5741} 35 37 36 \item 37 virtual vec {\bf sample} () const =0 38 \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 38 \begin{CompactList}\small\item\em Compute log-probability of argument {\tt val}. \item\end{CompactList}\item 39 vec \& {\bf \_\-w} ()\label{classemix_35baf0f62307455cebfbf462144b4dd8} 40 41 \begin{CompactList}\small\item\em returns a pointer to the internal mean value. Use with Care! \item\end{CompactList}\item 42 virtual mat {\bf sample} (int N) const \label{classepdf_7b3523bce1de49f58afe7c1e428cc4fd} 43 44 \begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 39 45 virtual double {\bf eval} (const vec \&val) const \label{classepdf_3ea597362e11a0040fe7c990269d072c} 40 46 41 47 \begin{CompactList}\small\item\em Compute probability of argument {\tt val}. \item\end{CompactList}\item 42 virtual double {\bf evalpdflog} (const vec \&val) const =0\label{classepdf_6aef3eca74899692503769c18add1a4c}43 44 \begin{CompactList}\small\item\em Compute log-probability of argument {\tt val}. \item\end{CompactList}\item45 virtual vec {\bf mean} () const =0\label{classepdf_bf0a070a8f3e67a93604ca724638b870}46 47 \begin{CompactList}\small\item\em return expected value \item\end{CompactList}\item48 48 {\bf RV} {\bf \_\-rv} () const \label{classepdf_b89143f12c9b49282e30841e4fb5f337} 49 49 … … 52 52 \begin{CompactItemize} 53 53 \item 54 int \textbf{n}\label{classemix_d408b764d002e5eb88acbf333921b2b3}54 vec {\bf w}\label{classemix_cdc8f4e2a5e43595ac5450d8a7f9d1ab} 55 55 56 \ item57 vec \& \textbf{w}\label{classemix_c79274a1e67dde9cc2914054c69b596b}56 \begin{CompactList}\small\item\em weights of the components \item\end{CompactList}\item 57 Array$<$ {\bf epdf} $\ast$ $>$ {\bf Coms}\label{classemix_7155d827417b53fb6aa5cff1459e6eb4} 58 58 59 \ item60 Array$<$ {\bf epdf} $\ast$ $>$ \textbf{Coms}\label{classemix_7155d827417b53fb6aa5cff1459e6eb4}59 \begin{CompactList}\small\item\em Component (epdfs). \item\end{CompactList}\item 60 {\bf RV} {\bf rv}\label{classepdf_74da992e3f5d598da8850b646b79b9d9} 61 61 62 \item 63 {\bf RV} \textbf{rv}\label{classepdf_74da992e3f5d598da8850b646b79b9d9} 64 65 \end{CompactItemize} 62 \begin{CompactList}\small\item\em Identified of the random variable. \item\end{CompactList}\end{CompactItemize} 66 63 67 64 68 65 \subsection{Detailed Description} 69 Weighted mixture of epdfs with external owned components. 66 Mixture of epdfs. 67 68 Density function: \[ f(x) = \sum_{i=1}^{n} w_{i} f_i(x), \quad \sum_{i=1}^n w_i = 1. \] where $f_i(x)$ is any density on random variable $x$, called {\em component\/}, 70 69 71 70 \subsection{Member Function Documentation} 72 71 \index{emix@{emix}!sample@{sample}} 73 72 \index{sample@{sample}!emix@{emix}} 74 \subsubsection{\setlength{\rightskip}{0pt plus 5cm}v irtual vec epdf::sample () const\hspace{0.3cm}{\tt [pure virtual, inherited]}}\label{classepdf_8019654e494bf5e458f6fb947e11b262}73 \subsubsection{\setlength{\rightskip}{0pt plus 5cm}vec emix::sample () const\hspace{0.3cm}{\tt [virtual]}}\label{classemix_0650601f24e633e0ab09aa1e46c14483} 75 74 76 75 77 76 Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. 78 77 79 Returns a sample from the density, $x \simepdf(rv)$78 Returns a sample, $x$ from density $epdf(rv)$ 80 79 81 Implement ed in {\bf enorm$<$ sq\_\-T $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf egamma} \doxyref{}{p.}{classegamma_8e10c0021b5dfdd9cb62c6959b5ef425}, {\bf euni} \doxyref{}{p.}{classeuni_4a0e09392be17beaee120ba98fc038cd}, {\bf eEmp} \doxyref{}{p.}{classeEmp_83f9283f92b805508d896479dc1ccf12}, and {\bf enorm$<$ ldmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}.80 Implements {\bf epdf} \doxyref{}{p.}{classepdf_8019654e494bf5e458f6fb947e11b262}. 82 81 83 The documentation for this class was generated from the following file:\begin{CompactItemize} 82 References Coms, and w. 83 84 The documentation for this class was generated from the following files:\begin{CompactItemize} 84 85 \item 85 work/mixpp/bdm/stat/{\bf libEF.h}\end{CompactItemize} 86 work/mixpp/bdm/stat/{\bf emix.h}\item 87 work/mixpp/bdm/stat/emix.cpp\end{CompactItemize} -
TabularUnified doc/latex/classemix__coll__graph.eps ¶
r30 r106 1 1 %!PS-Adobe-2.0 2 %%Creator: Graphviz version 2.1 2 (Tue Sep 4 16:56:48 UTC 2007)2 %%Creator: Graphviz version 2.16 (Fri Feb 8 12:52:03 UTC 2008) 3 3 %%For: (smidl) Vasek Smidl,,, 4 4 %%Title: G … … 89 89 } def 90 90 91 % draw aligned label in bounding box aligned to current point92 /alignedtext { % width adjtext91 % draw text fitted to its expected width 92 /alignedtext { % width text 93 93 /text exch def 94 /adj exch def95 94 /width exch def 96 95 gsave 97 96 width 0 gt { 98 text stringwidth pop adj mul 0 rmoveto 97 [] 0 setdash 98 text stringwidth pop width exch sub text length div 0 text ashow 99 99 } if 100 [] 0 setdash101 text show102 100 grestore 103 101 } def … … 182 180 setupLatin1 183 181 %%Page: 1 1 184 %%PageBoundingBox: 36 36 8 4 198182 %%PageBoundingBox: 36 36 80 188 185 183 %%PageOrientation: Portrait 186 gsave187 36 36 84 198 boxprim clip newpath188 184 0 0 1 beginpage 185 gsave 186 36 36 44 152 boxprim clip newpath 189 187 1 1 set_scale 0 rotate 40 40 translate 190 0.000 0.000 1.000 graphcolor191 newpath -4 -4 moveto192 -4 158 lineto193 44 158 lineto194 44 -4 lineto195 closepath fill196 1 setlinewidth197 0.000 0.000 1.000 graphcolor198 newpath -4 -4 moveto199 -4 158 lineto200 44 158 lineto201 44 -4 lineto202 closepath stroke203 188 % Node1 204 189 gsave 205 190 0.000 0.000 0.749 nodecolor 206 191 newpath 0 0 moveto 207 0 21lineto208 40 21lineto209 400 lineto192 0 19 lineto 193 37 19 lineto 194 37 0 lineto 210 195 closepath fill 211 196 1 setlinewidth … … 213 198 0.000 0.000 0.000 nodecolor 214 199 newpath 0 0 moveto 215 0 21lineto216 40 21lineto217 400 lineto218 closepath stroke 219 0.000 0.000 0.000 nodecolor 220 10.00 /FreeSans .ttfset_font221 20 7 moveto 24 -0.5(emix) alignedtext200 0 19 lineto 201 37 19 lineto 202 37 0 lineto 203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 7.5 5.25 moveto 21 (emix) alignedtext 222 207 grestore 223 208 % Node2 224 209 gsave 225 [ /Rect [ 1 61 39 81 ] 226 /Border [ 0 0 0 ] 227 /Action << /Subtype /URI /URI ($classepdf.html) >> 228 /Subtype /Link 229 /ANN pdfmark 230 [ /Rect [ 1 61 39 81 ] 210 [ /Rect [ 1 59 35 77 ] 231 211 /Border [ 0 0 0 ] 232 212 /Action << /Subtype /URI /URI ($classepdf.html) >> … … 234 214 /ANN pdfmark 235 215 0.000 0.000 1.000 nodecolor 236 newpath 1 60moveto237 1 81lineto238 3 9 81lineto239 3 9 60lineto216 newpath 1 58 moveto 217 1 77 lineto 218 36 77 lineto 219 36 58 lineto 240 220 closepath fill 241 221 1 setlinewidth 242 222 filled 243 223 0.000 0.000 0.000 nodecolor 244 newpath 1 60moveto245 1 81lineto246 3 9 81lineto247 3 9 60lineto248 closepath stroke 249 0.000 0.000 0.000 nodecolor 250 10.00 /FreeSans .ttfset_font251 20 67 moveto 22 -0.5 (epdf) alignedtext224 newpath 1 58 moveto 225 1 77 lineto 226 36 77 lineto 227 36 58 lineto 228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 8.625 63.25 moveto 18.75 (epdf) alignedtext 252 232 grestore 253 233 % Node2->Node1 … … 256 236 solid 257 237 0.667 0.776 0.439 edgecolor 258 newpath 20 50moveto259 20 40 20 29 20 21curveto238 newpath 18 48 moveto 239 18 38 18 27 18 19 curveto 260 240 stroke 261 241 0.667 0.776 0.439 edgecolor 262 newpath 1 6.5001 50moveto263 20 60lineto264 2 3.5001 50lineto242 newpath 14.5001 48 moveto 243 18 58 lineto 244 21.5001 48 lineto 265 245 closepath fill 266 246 1 setlinewidth 267 247 solid 268 248 0.667 0.776 0.439 edgecolor 269 newpath 1 6.5001 50moveto270 20 60lineto271 2 3.5001 50lineto249 newpath 14.5001 48 moveto 250 18 58 lineto 251 21.5001 48 lineto 272 252 closepath stroke 273 253 grestore 274 254 % Node3 275 255 gsave 276 [ /Rect [ 6 133 34 153 ] 277 /Border [ 0 0 0 ] 278 /Action << /Subtype /URI /URI ($classRV.html) >> 279 /Subtype /Link 280 /ANN pdfmark 281 [ /Rect [ 6 133 34 153 ] 256 [ /Rect [ 4 125 32 143 ] 282 257 /Border [ 0 0 0 ] 283 258 /Action << /Subtype /URI /URI ($classRV.html) >> … … 285 260 /ANN pdfmark 286 261 0.000 0.000 1.000 nodecolor 287 newpath 6 132moveto288 6 153 lineto289 3 5 153 lineto290 3 5 132lineto262 newpath 4 124 moveto 263 4 143 lineto 264 33 143 lineto 265 33 124 lineto 291 266 closepath fill 292 267 1 setlinewidth 293 268 filled 294 269 0.000 0.000 0.000 nodecolor 295 newpath 6 132moveto296 6 153 lineto297 3 5 153 lineto298 3 5 132lineto299 closepath stroke 300 0.000 0.000 0.000 nodecolor 301 10.00 /FreeSans .ttfset_font302 20 139 moveto 13 -0.5 (RV) alignedtext270 newpath 4 124 moveto 271 4 143 lineto 272 33 143 lineto 273 33 124 lineto 274 closepath stroke 275 0.000 0.000 0.000 nodecolor 276 10.00 /FreeSans set_font 277 11.625 129.25 moveto 12.75 (RV) alignedtext 303 278 grestore 304 279 % Node3->Node2 … … 307 282 dashed 308 283 0.776 0.753 0.804 edgecolor 309 newpath 20 122moveto310 20 108 20 92 20 81curveto284 newpath 18 114 moveto 285 18 102 18 87 18 77 curveto 311 286 stroke 312 287 0.776 0.753 0.804 edgecolor 313 newpath 1 6.5001 122moveto314 20 132lineto315 2 3.5001 122lineto288 newpath 14.5001 114 moveto 289 18 124 lineto 290 21.5001 114 lineto 316 291 closepath fill 317 292 1 setlinewidth 318 293 solid 319 294 0.776 0.753 0.804 edgecolor 320 newpath 1 6.5001 122moveto321 20 132lineto322 2 3.5001 122lineto295 newpath 14.5001 114 moveto 296 18 124 lineto 297 21.5001 114 lineto 323 298 closepath stroke 324 299 0.000 0.000 0.000 edgecolor 325 10.00 /FreeSans .ttfset_font326 25 104 moveto 10 -0.5 (rv) alignedtext300 10.00 /FreeSans set_font 301 17.875 97.25 moveto 8.25 (rv) alignedtext 327 302 grestore 328 303 endpage … … 333 308 %%Trailer 334 309 %%Pages: 1 335 %%BoundingBox: 36 36 8 4 198310 %%BoundingBox: 36 36 80 188 336 311 end 337 312 restore -
TabularUnified doc/latex/classemix__coll__graph.md5 ¶
r30 r106 1 9b6625f7f918512cab8ad49f91023c2b 1 cd242b6ea7ac08b01270b0c88cf77076 -
TabularUnified doc/latex/classemix__inherit__graph.eps ¶
r30 r106 1 1 %!PS-Adobe-2.0 2 %%Creator: Graphviz version 2.1 2 (Tue Sep 4 16:56:48 UTC 2007)2 %%Creator: Graphviz version 2.16 (Fri Feb 8 12:52:03 UTC 2008) 3 3 %%For: (smidl) Vasek Smidl,,, 4 4 %%Title: G … … 89 89 } def 90 90 91 % draw aligned label in bounding box aligned to current point92 /alignedtext { % width adjtext91 % draw text fitted to its expected width 92 /alignedtext { % width text 93 93 /text exch def 94 /adj exch def95 94 /width exch def 96 95 gsave 97 96 width 0 gt { 98 text stringwidth pop adj mul 0 rmoveto 97 [] 0 setdash 98 text stringwidth pop width exch sub text length div 0 text ashow 99 99 } if 100 [] 0 setdash101 text show102 100 grestore 103 101 } def … … 182 180 setupLatin1 183 181 %%Page: 1 1 184 %%PageBoundingBox: 36 36 8 4 124182 %%PageBoundingBox: 36 36 80 120 185 183 %%PageOrientation: Portrait 186 gsave187 36 36 84 124 boxprim clip newpath188 184 0 0 1 beginpage 185 gsave 186 36 36 44 84 boxprim clip newpath 189 187 1 1 set_scale 0 rotate 40 40 translate 190 0.000 0.000 1.000 graphcolor191 newpath -4 -4 moveto192 -4 84 lineto193 44 84 lineto194 44 -4 lineto195 closepath fill196 1 setlinewidth197 0.000 0.000 1.000 graphcolor198 newpath -4 -4 moveto199 -4 84 lineto200 44 84 lineto201 44 -4 lineto202 closepath stroke203 188 % Node1 204 189 gsave 205 190 0.000 0.000 0.749 nodecolor 206 191 newpath 0 0 moveto 207 0 21lineto208 40 21lineto209 400 lineto192 0 19 lineto 193 37 19 lineto 194 37 0 lineto 210 195 closepath fill 211 196 1 setlinewidth … … 213 198 0.000 0.000 0.000 nodecolor 214 199 newpath 0 0 moveto 215 0 21lineto216 40 21lineto217 400 lineto200 0 19 lineto 201 37 19 lineto 202 37 0 lineto 218 203 closepath stroke 219 204 0.000 0.000 0.000 nodecolor 220 10.00 /FreeSans .ttfset_font221 20 7 moveto 24 -0.5(emix) alignedtext205 10.00 /FreeSans set_font 206 7.5 5.25 moveto 21 (emix) alignedtext 222 207 grestore 223 208 % Node2 224 209 gsave 225 [ /Rect [ 1 59 39 79 ] 226 /Border [ 0 0 0 ] 227 /Action << /Subtype /URI /URI ($classepdf.html) >> 228 /Subtype /Link 229 /ANN pdfmark 230 [ /Rect [ 1 59 39 79 ] 210 [ /Rect [ 1 57 35 75 ] 231 211 /Border [ 0 0 0 ] 232 212 /Action << /Subtype /URI /URI ($classepdf.html) >> … … 234 214 /ANN pdfmark 235 215 0.000 0.000 1.000 nodecolor 236 newpath 1 5 8moveto237 1 7 9lineto238 3 9 79lineto239 3 9 58lineto216 newpath 1 56 moveto 217 1 75 lineto 218 36 75 lineto 219 36 56 lineto 240 220 closepath fill 241 221 1 setlinewidth 242 222 filled 243 223 0.000 0.000 0.000 nodecolor 244 newpath 1 5 8moveto245 1 7 9lineto246 3 9 79lineto247 3 9 58lineto224 newpath 1 56 moveto 225 1 75 lineto 226 36 75 lineto 227 36 56 lineto 248 228 closepath stroke 249 229 0.000 0.000 0.000 nodecolor 250 10.00 /FreeSans .ttfset_font251 20 65 moveto 22 -0.5 (epdf) alignedtext230 10.00 /FreeSans set_font 231 8.625 61.25 moveto 18.75 (epdf) alignedtext 252 232 grestore 253 233 % Node2->Node1 … … 256 236 solid 257 237 0.667 0.776 0.439 edgecolor 258 newpath 20 48moveto259 20 38 20 28 20 21curveto238 newpath 18 46 moveto 239 18 37 18 26 18 19 curveto 260 240 stroke 261 241 0.667 0.776 0.439 edgecolor 262 newpath 1 6.5001 48moveto263 20 58lineto264 2 3.5001 48lineto242 newpath 14.5001 46 moveto 243 18 56 lineto 244 21.5001 46 lineto 265 245 closepath fill 266 246 1 setlinewidth 267 247 solid 268 248 0.667 0.776 0.439 edgecolor 269 newpath 1 6.5001 48moveto270 20 58lineto271 2 3.5001 48lineto249 newpath 14.5001 46 moveto 250 18 56 lineto 251 21.5001 46 lineto 272 252 closepath stroke 273 253 grestore … … 279 259 %%Trailer 280 260 %%Pages: 1 281 %%BoundingBox: 36 36 8 4 124261 %%BoundingBox: 36 36 80 120 282 262 end 283 263 restore -
TabularUnified doc/latex/classemix__inherit__graph.md5 ¶
r30 r106 1 4 78407fb61623fe078a35ec29a6ded441 420cd107eef53de65920ea4f88e7d54e -
TabularUnified doc/latex/classepdf.tex ¶
r99 r106 31 31 virtual vec {\bf sample} () const =0 32 32 \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 33 virtual mat {\bf sample} (int N) const \label{classepdf_7b3523bce1de49f58afe7c1e428cc4fd} 34 35 \begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 33 36 virtual double {\bf eval} (const vec \&val) const \label{classepdf_3ea597362e11a0040fe7c990269d072c} 34 37 … … 67 70 Returns a sample, $x$ from density $epdf(rv)$ 68 71 69 Implemented in {\bf e norm$<$ sq\_\-T $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf egiw} \doxyref{}{p.}{classegiw_3d2c1f2ba0f9966781f1e0ae695e8a6f}, {\bf egamma} \doxyref{}{p.}{classegamma_8e10c0021b5dfdd9cb62c6959b5ef425}, {\bf euni} \doxyref{}{p.}{classeuni_4a0e09392be17beaee120ba98fc038cd}, {\bf eEmp} \doxyref{}{p.}{classeEmp_83f9283f92b805508d896479dc1ccf12}, {\bf enorm$<$ ldmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf enorm$<$ chmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, and {\bf enorm$<$ fsqmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}.72 Implemented in {\bf emix} \doxyref{}{p.}{classemix_0650601f24e633e0ab09aa1e46c14483}, {\bf enorm$<$ sq\_\-T $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf egiw} \doxyref{}{p.}{classegiw_3d2c1f2ba0f9966781f1e0ae695e8a6f}, {\bf egamma} \doxyref{}{p.}{classegamma_8e10c0021b5dfdd9cb62c6959b5ef425}, {\bf euni} \doxyref{}{p.}{classeuni_4a0e09392be17beaee120ba98fc038cd}, {\bf eEmp} \doxyref{}{p.}{classeEmp_83f9283f92b805508d896479dc1ccf12}, {\bf enorm$<$ ldmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, {\bf enorm$<$ chmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}, and {\bf enorm$<$ fsqmat $>$} \doxyref{}{p.}{classenorm_60b47544f6181ffd4530d3e415ce12c5}. 70 73 71 Referenced by mpdf::samplecond(), PF::set\_\-est(), and eEmp::set\_\-parameters().74 Referenced by sample(), mpdf::samplecond(), PF::set\_\-est(), and eEmp::set\_\-parameters(). 72 75 73 The documentation for this class was generated from the following file :\begin{CompactItemize}76 The documentation for this class was generated from the following files:\begin{CompactItemize} 74 77 \item 75 work/mixpp/bdm/stat/{\bf libBM.h}\end{CompactItemize} 78 work/mixpp/bdm/stat/{\bf libBM.h}\item 79 work/mixpp/bdm/stat/libBM.cpp\end{CompactItemize} -
TabularUnified doc/latex/classepdf__inherit__graph.eps ¶
r99 r106 180 180 setupLatin1 181 181 %%Page: 1 1 182 %%PageBoundingBox: 36 36 475246182 %%PageBoundingBox: 36 36 522 246 183 183 %%PageOrientation: Portrait 184 184 0 0 1 beginpage 185 185 gsave 186 36 36 4 39210 boxprim clip newpath186 36 36 486 210 boxprim clip newpath 187 187 1 1 set_scale 0 rotate 40 40 translate 188 188 % Node1 189 189 gsave 190 190 0.000 0.000 0.749 nodecolor 191 newpath 2 22182 moveto192 2 22201 lineto193 2 57201 lineto194 2 57182 lineto195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 2 22182 moveto200 2 22201 lineto201 2 57201 lineto202 2 57182 lineto203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 2 29.625 187.25 moveto 18.75 (epdf) alignedtext191 newpath 251 182 moveto 192 251 201 lineto 193 286 201 lineto 194 286 182 lineto 195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 251 182 moveto 200 251 201 lineto 201 286 201 lineto 202 286 182 lineto 203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 258.625 187.25 moveto 18.75 (epdf) alignedtext 207 207 grestore 208 208 % Node2 … … 236 236 solid 237 237 0.667 0.776 0.439 edgecolor 238 newpath 2 15 176moveto239 2 00 166 181 152 168143 curveto240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 2 13.738 179.365moveto243 2 24 182lineto244 2 17.621 173.541lineto245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 2 13.738 179.365moveto250 2 24 182lineto251 2 17.621 173.541lineto238 newpath 242 178 moveto 239 220 167 191 153 172 143 curveto 240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 240.559 181.203 moveto 243 251 183 lineto 244 243.958 175.084 lineto 245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 240.559 181.203 moveto 250 251 183 lineto 251 243.958 175.084 lineto 252 252 closepath stroke 253 253 grestore … … 282 282 solid 283 283 0.667 0.776 0.439 edgecolor 284 newpath 2 30 173moveto285 2 25 163 219 151 215143 curveto286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 2 26.74 174.283moveto289 2 34182 lineto290 2 33.137 171.44 lineto291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 2 26.74 174.283moveto296 2 34182 lineto297 2 33.137 171.44 lineto284 newpath 251 175 moveto 285 241 164 229 152 220 143 curveto 286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 248.454 177.404 moveto 289 258 182 lineto 290 253.404 172.454 lineto 291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 248.454 177.404 moveto 296 258 182 lineto 297 253.404 172.454 lineto 298 298 closepath stroke 299 299 grestore 300 300 % Node10 301 301 gsave 302 [ /Rect [ 250 125 28 4143 ]303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($classe uni.html) >>302 [ /Rect [ 250 125 286 143 ] 303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($classemix.html) >> 305 305 /Subtype /Link 306 306 /ANN pdfmark … … 308 308 newpath 250 124 moveto 309 309 250 143 lineto 310 28 4143 lineto311 28 4124 lineto310 287 143 lineto 311 287 124 lineto 312 312 closepath fill 313 313 1 setlinewidth … … 316 316 newpath 250 124 moveto 317 317 250 143 lineto 318 28 4143 lineto319 28 4124 lineto320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 25 8 129.25 moveto 18 (euni) alignedtext318 287 143 lineto 319 287 124 lineto 320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 257.5 129.25 moveto 21 (emix) alignedtext 324 324 grestore 325 325 % Node1->Node10 … … 328 328 solid 329 329 0.667 0.776 0.439 edgecolor 330 newpath 2 48 173moveto331 2 53 163 259 151 263143 curveto332 stroke 333 0.667 0.776 0.439 edgecolor 334 newpath 2 44.863 171.44moveto335 2 44182 lineto336 2 51.26 174.283lineto337 closepath fill 338 1 setlinewidth 339 solid 340 0.667 0.776 0.439 edgecolor 341 newpath 2 44.863 171.44moveto342 2 44182 lineto343 2 51.26 174.283lineto330 newpath 268 172 moveto 331 268 162 268 151 268 143 curveto 332 stroke 333 0.667 0.776 0.439 edgecolor 334 newpath 264.5 172 moveto 335 268 182 lineto 336 271.5 172 lineto 337 closepath fill 338 1 setlinewidth 339 solid 340 0.667 0.776 0.439 edgecolor 341 newpath 264.5 172 moveto 342 268 182 lineto 343 271.5 172 lineto 344 344 closepath stroke 345 345 grestore 346 346 % Node11 347 347 gsave 348 0.000 0.000 1.000 nodecolor 349 newpath 302 124 moveto 350 302 143 lineto 351 425 143 lineto 352 425 124 lineto 348 [ /Rect [ 304 125 338 143 ] 349 /Border [ 0 0 0 ] 350 /Action << /Subtype /URI /URI ($classeuni.html) >> 351 /Subtype /Link 352 /ANN pdfmark 353 0.000 0.000 1.000 nodecolor 354 newpath 304 124 moveto 355 304 143 lineto 356 338 143 lineto 357 338 124 lineto 358 closepath fill 359 1 setlinewidth 360 filled 361 0.000 0.000 0.000 nodecolor 362 newpath 304 124 moveto 363 304 143 lineto 364 338 143 lineto 365 338 124 lineto 366 closepath stroke 367 0.000 0.000 0.000 nodecolor 368 10.00 /FreeSans set_font 369 312 129.25 moveto 18 (euni) alignedtext 370 grestore 371 % Node1->Node11 372 gsave 373 1 setlinewidth 374 solid 375 0.667 0.776 0.439 edgecolor 376 newpath 284 174 moveto 377 293 164 305 152 312 143 curveto 378 stroke 379 0.667 0.776 0.439 edgecolor 380 newpath 280.951 172.169 moveto 381 277 182 lineto 382 286.219 176.779 lineto 383 closepath fill 384 1 setlinewidth 385 solid 386 0.667 0.776 0.439 edgecolor 387 newpath 280.951 172.169 moveto 388 277 182 lineto 389 286.219 176.779 lineto 390 closepath stroke 391 grestore 392 % Node12 393 gsave 394 0.000 0.000 1.000 nodecolor 395 newpath 356 124 moveto 396 356 143 lineto 397 479 143 lineto 398 479 124 lineto 353 399 closepath fill 354 400 1 setlinewidth 355 401 filled 356 402 0.000 0.000 0.749 nodecolor 357 newpath 3 02124 moveto358 3 02143 lineto359 4 25143 lineto360 4 25124 lineto361 closepath stroke 362 0.000 0.000 0.000 nodecolor 363 10.00 /FreeSans set_font 364 3 09.75 129.25 moveto 106.5 (MPF< BM_T >::mpfepdf) alignedtext365 grestore 366 % Node1->Node1 1367 gsave 368 1 setlinewidth 369 solid 370 0.667 0.776 0.439 edgecolor 371 newpath 2 66 180moveto372 290 168 322 153 343 143 curveto373 stroke 374 0.667 0.776 0.439 edgecolor 375 newpath 2 64.717 176.74 moveto376 2 57 184lineto377 2 67.56 183.137 lineto378 closepath fill 379 1 setlinewidth 380 solid 381 0.667 0.776 0.439 edgecolor 382 newpath 2 64.717 176.74 moveto383 2 57 184lineto384 2 67.56 183.137 lineto403 newpath 356 124 moveto 404 356 143 lineto 405 479 143 lineto 406 479 124 lineto 407 closepath stroke 408 0.000 0.000 0.000 nodecolor 409 10.00 /FreeSans set_font 410 363.75 129.25 moveto 106.5 (MPF< BM_T >::mpfepdf) alignedtext 411 grestore 412 % Node1->Node12 413 gsave 414 1 setlinewidth 415 solid 416 0.667 0.776 0.439 edgecolor 417 newpath 295 181 moveto 418 324 170 367 154 393 143 curveto 419 stroke 420 0.667 0.776 0.439 edgecolor 421 newpath 293.717 177.74 moveto 422 286 185 lineto 423 296.56 184.137 lineto 424 closepath fill 425 1 setlinewidth 426 solid 427 0.667 0.776 0.439 edgecolor 428 newpath 293.717 177.74 moveto 429 286 185 lineto 430 296.56 184.137 lineto 385 431 closepath stroke 386 432 grestore … … 601 647 0.667 0.776 0.439 edgecolor 602 648 newpath 182 124 moveto 603 27 4 95 324 121 37948 curveto604 38 540 387 28 387 19 curveto649 275 95 328 122 381 48 curveto 650 386 40 387 28 387 19 curveto 605 651 stroke 606 652 0.667 0.776 0.439 edgecolor … … 711 757 0.000 0.000 0.000 edgecolor 712 758 10.00 /FreeSans set_font 713 3 29.5 39.25 moveto 45 (< chmat >) alignedtext759 331.5 39.25 moveto 45 (< chmat >) alignedtext 714 760 grestore 715 761 % Node5->Node8 … … 744 790 %%Trailer 745 791 %%Pages: 1 746 %%BoundingBox: 36 36 475246792 %%BoundingBox: 36 36 522 246 747 793 end 748 794 restore -
TabularUnified doc/latex/classepdf__inherit__graph.md5 ¶
r99 r106 1 e449df7697a8f953551e4f18e3480042 1 96527a19cff2f1a5e67eed51278873f5 -
TabularUnified doc/latex/classeuni.tex ¶
r99 r106 40 40 41 41 \begin{CompactList}\small\item\em return expected value \item\end{CompactList}\item 42 virtual mat {\bf sample} (int N) const \label{classepdf_7b3523bce1de49f58afe7c1e428cc4fd} 43 44 \begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 42 45 {\bf RV} {\bf \_\-rv} () const \label{classepdf_b89143f12c9b49282e30841e4fb5f337} 43 46 -
TabularUnified doc/latex/classmemlog.tex ¶
r99 r106 35 35 36 36 \begin{CompactList}\small\item\em log this vector \item\end{CompactList}\item 37 void \textbf{itsave} (const char $\ast$fname)\label{classmemlog_65571ebbb16577b5211adbb27baf769c} 38 39 \item 37 40 virtual int {\bf add} ({\bf RV} rv, string name=\char`\"{}\char`\"{})\label{classlogger_3d6c6ab580b36619c4010e3ebec55378} 38 41 … … 63 66 More?... 64 67 65 The documentation for this class was generated from the following file :\begin{CompactItemize}68 The documentation for this class was generated from the following files:\begin{CompactItemize} 66 69 \item 67 work/mixpp/bdm/stat/{\bf loggers.h}\end{CompactItemize} 70 work/mixpp/bdm/stat/{\bf loggers.h}\item 71 work/mixpp/bdm/stat/loggers.cpp\end{CompactItemize} -
TabularUnified doc/latex/doxygen.sty ¶
r99 r106 11 11 \rhead[\fancyplain{}{\bfseries\leftmark}] 12 12 {\fancyplain{}{\bfseries\thepage}} 13 \rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Fri May 9 16:15:202008 for mixpp by Doxygen }]{}14 \lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Fri May 9 16:15:202008 for mixpp by Doxygen }}13 \rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Fri May 9 23:06:27 2008 for mixpp by Doxygen }]{} 14 \lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Fri May 9 23:06:27 2008 for mixpp by Doxygen }} 15 15 \cfoot{} 16 16 \newenvironment{Code} -
TabularUnified doc/latex/files.tex ¶
r99 r106 9 9 \item\contentsline{section}{work/mixpp/bdm/math/{\bf chmat.h} (Matrices in decomposed forms (LDL', LU, UDU', etc) )}{\pageref{chmat_8h}}{} 10 10 \item\contentsline{section}{work/mixpp/bdm/math/{\bf libDC.h} (Matrices in decomposed forms (LDL', LU, UDU', etc) )}{\pageref{libDC_8h}}{} 11 \item\contentsline{section}{work/mixpp/bdm/stat/{\bf emix.h} (Probability distributions for Mixtures of pdfs )}{\pageref{emix_8h}}{} 11 12 \item\contentsline{section}{work/mixpp/bdm/stat/{\bf libBM.h} (Bayesian Models (bm) that use Bayes rule to learn from observations )}{\pageref{libBM_8h}}{} 12 13 \item\contentsline{section}{work/mixpp/bdm/stat/{\bf libDS.h} (Common DataSources )}{\pageref{libDS_8h}}{} … … 17 18 \item\contentsline{section}{work/mixpp/pmsm/\textbf{pmsm.h} }{\pageref{pmsm_8h}}{} 18 19 \item\contentsline{section}{work/mixpp/pmsm/{\bf sim\_\-var.cpp} (Models for synchronous electric drive using IT++ and BDM )}{\pageref{sim__var_8cpp}}{} 20 \item\contentsline{section}{work/mixpp/pmsm/{\bf sim\_\-var\_\-arx.cpp} (Models for synchronous electric drive using IT++ and BDM )}{\pageref{sim__var__arx_8cpp}}{} 19 21 \item\contentsline{section}{work/mixpp/pmsm/simulator\_\-zdenek/\textbf{nastaveni\_\-regulatoru\_\-float.h} }{\pageref{nastaveni__regulatoru__float_8h}}{} 20 22 \item\contentsline{section}{work/mixpp/pmsm/simulator\_\-zdenek/\textbf{regulace.h} }{\pageref{regulace_8h}}{} -
TabularUnified doc/latex/hierarchy.tex ¶
r99 r106 58 58 \end{CompactList} 59 59 \item \contentsline{section}{eEmp}{\pageref{classeEmp}}{} 60 \item \contentsline{section}{emix}{\pageref{classemix}}{} 60 61 \item \contentsline{section}{euni}{\pageref{classeuni}}{} 61 62 \end{CompactList} -
TabularUnified doc/latex/libBM_8h.tex ¶
r99 r106 19 19 \begin{center} 20 20 \leavevmode 21 \includegraphics[width=4 17pt]{libBM_8h__dep__incl}21 \includegraphics[width=420pt]{libBM_8h__dep__incl} 22 22 \end{center} 23 23 \end{figure} -
TabularUnified doc/latex/libBM_8h__dep__incl.eps ¶
r99 r106 180 180 setupLatin1 181 181 %%Page: 1 1 182 %%PageBoundingBox: 36 36 8 35 232182 %%PageBoundingBox: 36 36 895 232 183 183 %%PageOrientation: Portrait 184 184 0 0 1 beginpage 185 185 gsave 186 36 36 799 196 boxprim clip newpath186 36 36 859 196 boxprim clip newpath 187 187 1 1 set_scale 0 rotate 40 40 translate 188 188 % Node1 189 189 gsave 190 190 0.000 0.000 0.749 nodecolor 191 newpath 405168 moveto192 405187 lineto193 5 48187 lineto194 5 48168 lineto195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 405168 moveto200 405187 lineto201 5 48187 lineto202 5 48168 lineto203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 412.625 173.25 moveto 126.75 (work/mixpp/bdm/stat/libBM.h) alignedtext191 newpath 391 168 moveto 192 391 187 lineto 193 534 187 lineto 194 534 168 lineto 195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 391 168 moveto 200 391 187 lineto 201 534 187 lineto 202 534 168 lineto 203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 398.625 173.25 moveto 126.75 (work/mixpp/bdm/stat/libBM.h) alignedtext 207 207 grestore 208 208 % Node2 209 209 gsave 210 [ /Rect [ 165 113 305131 ]210 [ /Rect [ 232 113 372 131 ] 211 211 /Border [ 0 0 0 ] 212 212 /Action << /Subtype /URI /URI ($libFN_8h-source.html) >> … … 214 214 /ANN pdfmark 215 215 0.000 0.000 1.000 nodecolor 216 newpath 165112 moveto217 165131 lineto218 3 06131 lineto219 3 06112 lineto220 closepath fill 221 1 setlinewidth 222 filled 223 0.000 0.000 0.000 nodecolor 224 newpath 165112 moveto225 165131 lineto226 3 06131 lineto227 3 06112 lineto228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 172.75 117.25 moveto 124.5 (work/mixpp/bdm/stat/libFN.h) alignedtext216 newpath 232 112 moveto 217 232 131 lineto 218 373 131 lineto 219 373 112 lineto 220 closepath fill 221 1 setlinewidth 222 filled 223 0.000 0.000 0.000 nodecolor 224 newpath 232 112 moveto 225 232 131 lineto 226 373 131 lineto 227 373 112 lineto 228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 239.75 117.25 moveto 124.5 (work/mixpp/bdm/stat/libFN.h) alignedtext 232 232 grestore 233 233 % Node1->Node2 … … 236 236 solid 237 237 0.667 0.776 0.439 edgecolor 238 newpath 423 16 6moveto239 3 78 156 314 140 274131 curveto240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 422. 508 169.471moveto238 newpath 423 165 moveto 239 394 155 353 140 328 131 curveto 240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 422.416 168.479 moveto 243 243 433 168 lineto 244 42 3.881 162.607lineto245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 422. 508 169.471moveto244 424.427 161.774 lineto 245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 422.416 168.479 moveto 250 250 433 168 lineto 251 423.881 162.607 lineto 251 424.427 161.774 lineto 252 closepath stroke 253 grestore 254 % Node9 255 gsave 256 [ /Rect [ 392 113 532 131 ] 257 /Border [ 0 0 0 ] 258 /Action << /Subtype /URI /URI ($libEF_8h.html) >> 259 /Subtype /Link 260 /ANN pdfmark 261 0.000 0.000 1.000 nodecolor 262 newpath 392 112 moveto 263 392 131 lineto 264 532 131 lineto 265 532 112 lineto 266 closepath fill 267 1 setlinewidth 268 filled 269 0.000 0.000 0.000 nodecolor 270 newpath 392 112 moveto 271 392 131 lineto 272 532 131 lineto 273 532 112 lineto 274 closepath stroke 275 0.000 0.000 0.000 nodecolor 276 10.00 /FreeSans set_font 277 400.125 117.25 moveto 123.75 (work/mixpp/bdm/stat/libEF.h) alignedtext 278 grestore 279 % Node1->Node9 280 gsave 281 1 setlinewidth 282 solid 283 0.667 0.776 0.439 edgecolor 284 newpath 462 158 moveto 285 462 149 462 138 462 131 curveto 286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 458.5 158 moveto 289 462 168 lineto 290 465.5 158 lineto 291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 458.5 158 moveto 296 462 168 lineto 297 465.5 158 lineto 298 closepath stroke 299 grestore 300 % Node11 301 gsave 302 [ /Rect [ 713 57 851 75 ] 303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($emix_8h.html) >> 305 /Subtype /Link 306 /ANN pdfmark 307 0.000 0.000 1.000 nodecolor 308 newpath 713 56 moveto 309 713 75 lineto 310 852 75 lineto 311 852 56 lineto 312 closepath fill 313 1 setlinewidth 314 filled 315 0.000 0.000 0.000 nodecolor 316 newpath 713 56 moveto 317 713 75 lineto 318 852 75 lineto 319 852 56 lineto 320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 720.5 61.25 moveto 123 (work/mixpp/bdm/stat/emix.h) alignedtext 324 grestore 325 % Node1->Node11 326 gsave 327 1 setlinewidth 328 solid 329 0.667 0.776 0.439 edgecolor 330 newpath 488 163 moveto 331 519 144 570 116 579 112 curveto 332 625 94 679 82 720 75 curveto 333 stroke 334 0.667 0.776 0.439 edgecolor 335 newpath 486.042 160.084 moveto 336 479 168 lineto 337 489.441 166.203 lineto 338 closepath fill 339 1 setlinewidth 340 solid 341 0.667 0.776 0.439 edgecolor 342 newpath 486.042 160.084 moveto 343 479 168 lineto 344 489.441 166.203 lineto 345 closepath stroke 346 grestore 347 % Node12 348 gsave 349 [ /Rect [ 588 113 728 131 ] 350 /Border [ 0 0 0 ] 351 /Action << /Subtype /URI /URI ($libDS_8h.html) >> 352 /Subtype /Link 353 /ANN pdfmark 354 0.000 0.000 1.000 nodecolor 355 newpath 588 112 moveto 356 588 131 lineto 357 729 131 lineto 358 729 112 lineto 359 closepath fill 360 1 setlinewidth 361 filled 362 0.000 0.000 0.000 nodecolor 363 newpath 588 112 moveto 364 588 131 lineto 365 729 131 lineto 366 729 112 lineto 367 closepath stroke 368 0.000 0.000 0.000 nodecolor 369 10.00 /FreeSans set_font 370 595.375 117.25 moveto 125.25 (work/mixpp/bdm/stat/libDS.h) alignedtext 371 grestore 372 % Node1->Node12 373 gsave 374 1 setlinewidth 375 solid 376 0.667 0.776 0.439 edgecolor 377 newpath 507 165 moveto 378 544 155 594 140 626 131 curveto 379 stroke 380 0.667 0.776 0.439 edgecolor 381 newpath 505.573 161.774 moveto 382 497 168 lineto 383 507.584 168.479 lineto 384 closepath fill 385 1 setlinewidth 386 solid 387 0.667 0.776 0.439 edgecolor 388 newpath 505.573 161.774 moveto 389 497 168 lineto 390 507.584 168.479 lineto 391 closepath stroke 392 grestore 393 % Node13 394 gsave 395 [ /Rect [ 0 113 150 131 ] 396 /Border [ 0 0 0 ] 397 /Action << /Subtype /URI /URI ($loggers_8h.html) >> 398 /Subtype /Link 399 /ANN pdfmark 400 0.000 0.000 1.000 nodecolor 401 newpath 0 112 moveto 402 0 131 lineto 403 150 131 lineto 404 150 112 lineto 405 closepath fill 406 1 setlinewidth 407 filled 408 0.000 0.000 0.000 nodecolor 409 newpath 0 112 moveto 410 0 131 lineto 411 150 131 lineto 412 150 112 lineto 413 closepath stroke 414 0.000 0.000 0.000 nodecolor 415 10.00 /FreeSans set_font 416 8.25 117.25 moveto 133.5 (work/mixpp/bdm/stat/loggers.h) alignedtext 417 grestore 418 % Node1->Node13 419 gsave 420 1 setlinewidth 421 solid 422 0.667 0.776 0.439 edgecolor 423 newpath 383 167 moveto 424 310 156 204 141 137 131 curveto 425 stroke 426 0.667 0.776 0.439 edgecolor 427 newpath 382.701 170.488 moveto 428 393 168 lineto 429 383.398 163.522 lineto 430 closepath fill 431 1 setlinewidth 432 solid 433 0.667 0.776 0.439 edgecolor 434 newpath 382.701 170.488 moveto 435 393 168 lineto 436 383.398 163.522 lineto 437 closepath stroke 438 grestore 439 % Node3 440 gsave 441 [ /Rect [ 393 57 531 75 ] 442 /Border [ 0 0 0 ] 443 /Action << /Subtype /URI /URI ($arx_8h.html) >> 444 /Subtype /Link 445 /ANN pdfmark 446 0.000 0.000 1.000 nodecolor 447 newpath 393 56 moveto 448 393 75 lineto 449 532 75 lineto 450 532 56 lineto 451 closepath fill 452 1 setlinewidth 453 filled 454 0.000 0.000 0.000 nodecolor 455 newpath 393 56 moveto 456 393 75 lineto 457 532 75 lineto 458 532 56 lineto 459 closepath stroke 460 0.000 0.000 0.000 nodecolor 461 10.00 /FreeSans set_font 462 400.5 61.25 moveto 123 (work/mixpp/bdm/estim/arx.h) alignedtext 463 grestore 464 % Node2->Node3 465 gsave 466 1 setlinewidth 467 solid 468 0.667 0.776 0.439 edgecolor 469 newpath 341 109 moveto 470 370 99 411 84 436 75 curveto 471 stroke 472 0.667 0.776 0.439 edgecolor 473 newpath 339.573 105.774 moveto 474 331 112 lineto 475 341.584 112.479 lineto 476 closepath fill 477 1 setlinewidth 478 solid 479 0.667 0.776 0.439 edgecolor 480 newpath 339.573 105.774 moveto 481 331 112 lineto 482 341.584 112.479 lineto 483 closepath stroke 484 grestore 485 % Node5 486 gsave 487 [ /Rect [ 229 57 375 75 ] 488 /Border [ 0 0 0 ] 489 /Action << /Subtype /URI /URI ($libKF_8h.html) >> 490 /Subtype /Link 491 /ANN pdfmark 492 0.000 0.000 1.000 nodecolor 493 newpath 229 56 moveto 494 229 75 lineto 495 376 75 lineto 496 376 56 lineto 497 closepath fill 498 1 setlinewidth 499 filled 500 0.000 0.000 0.000 nodecolor 501 newpath 229 56 moveto 502 229 75 lineto 503 376 75 lineto 504 376 56 lineto 505 closepath stroke 506 0.000 0.000 0.000 nodecolor 507 10.00 /FreeSans set_font 508 236.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libKF.h) alignedtext 509 grestore 510 % Node2->Node5 511 gsave 512 1 setlinewidth 513 solid 514 0.667 0.776 0.439 edgecolor 515 newpath 302 102 moveto 516 302 93 302 82 302 75 curveto 517 stroke 518 0.667 0.776 0.439 edgecolor 519 newpath 298.5 102 moveto 520 302 112 lineto 521 305.5 102 lineto 522 closepath fill 523 1 setlinewidth 524 solid 525 0.667 0.776 0.439 edgecolor 526 newpath 298.5 102 moveto 527 302 112 lineto 528 305.5 102 lineto 529 closepath stroke 530 grestore 531 % Node6 532 gsave 533 [ /Rect [ 31 1 181 19 ] 534 /Border [ 0 0 0 ] 535 /Action << /Subtype /URI /URI ($sim__var_8cpp.html) >> 536 /Subtype /Link 537 /ANN pdfmark 538 0.000 0.000 1.000 nodecolor 539 newpath 31 0 moveto 540 31 19 lineto 541 182 19 lineto 542 182 0 lineto 543 closepath fill 544 1 setlinewidth 545 filled 546 0.000 0.000 0.000 nodecolor 547 newpath 31 0 moveto 548 31 19 lineto 549 182 19 lineto 550 182 0 lineto 551 closepath stroke 552 0.000 0.000 0.000 nodecolor 553 10.00 /FreeSans set_font 554 38.5 5.25 moveto 135 (work/mixpp/pmsm/sim_var.cpp) alignedtext 555 grestore 556 % Node2->Node6 557 gsave 558 1 setlinewidth 559 solid 560 0.667 0.776 0.439 edgecolor 561 newpath 275 107 moveto 562 259 97 238 86 220 76 curveto 563 185 56 143 32 121 19 curveto 564 stroke 565 0.667 0.776 0.439 edgecolor 566 newpath 273.559 110.203 moveto 567 284 112 lineto 568 276.958 104.084 lineto 569 closepath fill 570 1 setlinewidth 571 solid 572 0.667 0.776 0.439 edgecolor 573 newpath 273.559 110.203 moveto 574 284 112 lineto 575 276.958 104.084 lineto 252 576 closepath stroke 253 577 grestore 254 578 % Node8 255 579 gsave 256 [ /Rect [ 325 113 465 131 ] 257 /Border [ 0 0 0 ] 258 /Action << /Subtype /URI /URI ($libEF_8h.html) >> 259 /Subtype /Link 260 /ANN pdfmark 261 0.000 0.000 1.000 nodecolor 262 newpath 325 112 moveto 263 325 131 lineto 264 465 131 lineto 265 465 112 lineto 266 closepath fill 267 1 setlinewidth 268 filled 269 0.000 0.000 0.000 nodecolor 270 newpath 325 112 moveto 271 325 131 lineto 272 465 131 lineto 273 465 112 lineto 274 closepath stroke 275 0.000 0.000 0.000 nodecolor 276 10.00 /FreeSans set_font 277 333.125 117.25 moveto 123.75 (work/mixpp/bdm/stat/libEF.h) alignedtext 278 grestore 279 % Node1->Node8 280 gsave 281 1 setlinewidth 282 solid 283 0.667 0.776 0.439 edgecolor 284 newpath 453 162 moveto 285 438 152 420 139 408 131 curveto 286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 451.738 165.365 moveto 289 462 168 lineto 290 455.621 159.541 lineto 291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 451.738 165.365 moveto 296 462 168 lineto 297 455.621 159.541 lineto 580 [ /Rect [ 39 57 173 75 ] 581 /Border [ 0 0 0 ] 582 /Action << /Subtype /URI /URI ($pmsm_8h-source.html) >> 583 /Subtype /Link 584 /ANN pdfmark 585 0.000 0.000 1.000 nodecolor 586 newpath 39 56 moveto 587 39 75 lineto 588 173 75 lineto 589 173 56 lineto 590 closepath fill 591 1 setlinewidth 592 filled 593 0.000 0.000 0.000 nodecolor 594 newpath 39 56 moveto 595 39 75 lineto 596 173 75 lineto 597 173 56 lineto 598 closepath stroke 599 0.000 0.000 0.000 nodecolor 600 10.00 /FreeSans set_font 601 47.125 61.25 moveto 117.75 (work/mixpp/pmsm/pmsm.h) alignedtext 602 grestore 603 % Node2->Node8 604 gsave 605 1 setlinewidth 606 solid 607 0.667 0.776 0.439 edgecolor 608 newpath 257 109 moveto 609 220 99 170 84 138 75 curveto 610 stroke 611 0.667 0.776 0.439 edgecolor 612 newpath 256.416 112.479 moveto 613 267 112 lineto 614 258.427 105.774 lineto 615 closepath fill 616 1 setlinewidth 617 solid 618 0.667 0.776 0.439 edgecolor 619 newpath 256.416 112.479 moveto 620 267 112 lineto 621 258.427 105.774 lineto 622 closepath stroke 623 grestore 624 % Node4 625 gsave 626 [ /Rect [ 493 1 663 19 ] 627 /Border [ 0 0 0 ] 628 /Action << /Subtype /URI /URI ($sim__var__arx_8cpp.html) >> 629 /Subtype /Link 630 /ANN pdfmark 631 0.000 0.000 1.000 nodecolor 632 newpath 493 0 moveto 633 493 19 lineto 634 664 19 lineto 635 664 0 lineto 636 closepath fill 637 1 setlinewidth 638 filled 639 0.000 0.000 0.000 nodecolor 640 newpath 493 0 moveto 641 493 19 lineto 642 664 19 lineto 643 664 0 lineto 644 closepath stroke 645 0.000 0.000 0.000 nodecolor 646 10.00 /FreeSans set_font 647 500.75 5.25 moveto 154.5 (work/mixpp/pmsm/sim_var_arx.cpp) alignedtext 648 grestore 649 % Node3->Node4 650 gsave 651 1 setlinewidth 652 solid 653 0.667 0.776 0.439 edgecolor 654 newpath 492 52 moveto 655 514 42 541 28 559 19 curveto 656 stroke 657 0.667 0.776 0.439 edgecolor 658 newpath 490.717 48.7402 moveto 659 483 56 lineto 660 493.56 55.1369 lineto 661 closepath fill 662 1 setlinewidth 663 solid 664 0.667 0.776 0.439 edgecolor 665 newpath 490.717 48.7402 moveto 666 483 56 lineto 667 493.56 55.1369 lineto 668 closepath stroke 669 grestore 670 % Node5->Node6 671 gsave 672 1 setlinewidth 673 solid 674 0.667 0.776 0.439 edgecolor 675 newpath 257 53 moveto 676 220 43 170 28 138 19 curveto 677 stroke 678 0.667 0.776 0.439 edgecolor 679 newpath 256.416 56.4788 moveto 680 267 56 lineto 681 258.427 49.7741 lineto 682 closepath fill 683 1 setlinewidth 684 solid 685 0.667 0.776 0.439 edgecolor 686 newpath 256.416 56.4788 moveto 687 267 56 lineto 688 258.427 49.7741 lineto 689 closepath stroke 690 grestore 691 % Node7 692 gsave 693 [ /Rect [ 199 1 475 19 ] 694 /Border [ 0 0 0 ] 695 /Action << /Subtype /URI /URI ($ekf__obj_8h.html) >> 696 /Subtype /Link 697 /ANN pdfmark 698 0.000 0.000 1.000 nodecolor 699 newpath 199 0 moveto 700 199 19 lineto 701 475 19 lineto 702 475 0 lineto 703 closepath fill 704 1 setlinewidth 705 filled 706 0.000 0.000 0.000 nodecolor 707 newpath 199 0 moveto 708 199 19 lineto 709 475 19 lineto 710 475 0 lineto 711 closepath stroke 712 0.000 0.000 0.000 nodecolor 713 10.00 /FreeSans set_font 714 206.875 5.25 moveto 260.25 (work/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.h) alignedtext 715 grestore 716 % Node5->Node7 717 gsave 718 1 setlinewidth 719 solid 720 0.667 0.776 0.439 edgecolor 721 newpath 313 47 moveto 722 319 38 327 27 331 19 curveto 723 stroke 724 0.667 0.776 0.439 edgecolor 725 newpath 309.797 45.5586 moveto 726 308 56 lineto 727 315.916 48.9582 lineto 728 closepath fill 729 1 setlinewidth 730 solid 731 0.667 0.776 0.439 edgecolor 732 newpath 309.797 45.5586 moveto 733 308 56 lineto 734 315.916 48.9582 lineto 735 closepath stroke 736 grestore 737 % Node8->Node6 738 gsave 739 1 setlinewidth 740 solid 741 0.667 0.776 0.439 edgecolor 742 newpath 106 46 moveto 743 106 37 106 26 106 19 curveto 744 stroke 745 0.667 0.776 0.439 edgecolor 746 newpath 102.5 46 moveto 747 106 56 lineto 748 109.5 46 lineto 749 closepath fill 750 1 setlinewidth 751 solid 752 0.667 0.776 0.439 edgecolor 753 newpath 102.5 46 moveto 754 106 56 lineto 755 109.5 46 lineto 756 closepath stroke 757 grestore 758 % Node9->Node3 759 gsave 760 1 setlinewidth 761 solid 762 0.667 0.776 0.439 edgecolor 763 newpath 462 102 moveto 764 462 93 462 82 462 75 curveto 765 stroke 766 0.667 0.776 0.439 edgecolor 767 newpath 458.5 102 moveto 768 462 112 lineto 769 465.5 102 lineto 770 closepath fill 771 1 setlinewidth 772 solid 773 0.667 0.776 0.439 edgecolor 774 newpath 458.5 102 moveto 775 462 112 lineto 776 465.5 102 lineto 777 closepath stroke 778 grestore 779 % Node9->Node5 780 gsave 781 1 setlinewidth 782 solid 783 0.667 0.776 0.439 edgecolor 784 newpath 423 109 moveto 785 394 99 353 84 328 75 curveto 786 stroke 787 0.667 0.776 0.439 edgecolor 788 newpath 422.416 112.479 moveto 789 433 112 lineto 790 424.427 105.774 lineto 791 closepath fill 792 1 setlinewidth 793 solid 794 0.667 0.776 0.439 edgecolor 795 newpath 422.416 112.479 moveto 796 433 112 lineto 797 424.427 105.774 lineto 298 798 closepath stroke 299 799 grestore 300 800 % Node10 301 801 gsave 302 [ /Rect [ 651 113 791 131 ] 303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($libDS_8h.html) >> 305 /Subtype /Link 306 /ANN pdfmark 307 0.000 0.000 1.000 nodecolor 308 newpath 651 112 moveto 309 651 131 lineto 310 792 131 lineto 311 792 112 lineto 312 closepath fill 313 1 setlinewidth 314 filled 315 0.000 0.000 0.000 nodecolor 316 newpath 651 112 moveto 317 651 131 lineto 318 792 131 lineto 319 792 112 lineto 320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 658.375 117.25 moveto 125.25 (work/mixpp/bdm/stat/libDS.h) alignedtext 324 grestore 325 % Node1->Node10 326 gsave 327 1 setlinewidth 328 solid 329 0.667 0.776 0.439 edgecolor 330 newpath 530 166 moveto 331 576 156 640 140 682 131 curveto 332 stroke 333 0.667 0.776 0.439 edgecolor 334 newpath 529.119 162.607 moveto 335 520 168 lineto 336 530.492 169.471 lineto 337 closepath fill 338 1 setlinewidth 339 solid 340 0.667 0.776 0.439 edgecolor 341 newpath 529.119 162.607 moveto 342 520 168 lineto 343 530.492 169.471 lineto 344 closepath stroke 345 grestore 346 % Node11 347 gsave 348 [ /Rect [ 483 113 633 131 ] 349 /Border [ 0 0 0 ] 350 /Action << /Subtype /URI /URI ($loggers_8h.html) >> 351 /Subtype /Link 352 /ANN pdfmark 353 0.000 0.000 1.000 nodecolor 354 newpath 483 112 moveto 355 483 131 lineto 356 633 131 lineto 357 633 112 lineto 358 closepath fill 359 1 setlinewidth 360 filled 361 0.000 0.000 0.000 nodecolor 362 newpath 483 112 moveto 363 483 131 lineto 364 633 131 lineto 365 633 112 lineto 366 closepath stroke 367 0.000 0.000 0.000 nodecolor 368 10.00 /FreeSans set_font 369 491.25 117.25 moveto 133.5 (work/mixpp/bdm/stat/loggers.h) alignedtext 370 grestore 371 % Node1->Node11 372 gsave 373 1 setlinewidth 374 solid 375 0.667 0.776 0.439 edgecolor 376 newpath 499 162 moveto 377 514 152 533 139 545 131 curveto 378 stroke 379 0.667 0.776 0.439 edgecolor 380 newpath 496.9 159.2 moveto 381 491 168 lineto 382 501.1 164.8 lineto 383 closepath fill 384 1 setlinewidth 385 solid 386 0.667 0.776 0.439 edgecolor 387 newpath 496.9 159.2 moveto 388 491 168 lineto 389 501.1 164.8 lineto 390 closepath stroke 391 grestore 392 % Node3 393 gsave 394 [ /Rect [ 166 57 304 75 ] 395 /Border [ 0 0 0 ] 396 /Action << /Subtype /URI /URI ($arx_8h.html) >> 397 /Subtype /Link 398 /ANN pdfmark 399 0.000 0.000 1.000 nodecolor 400 newpath 166 56 moveto 401 166 75 lineto 402 305 75 lineto 403 305 56 lineto 404 closepath fill 405 1 setlinewidth 406 filled 407 0.000 0.000 0.000 nodecolor 408 newpath 166 56 moveto 409 166 75 lineto 410 305 75 lineto 411 305 56 lineto 412 closepath stroke 413 0.000 0.000 0.000 nodecolor 414 10.00 /FreeSans set_font 415 173.5 61.25 moveto 123 (work/mixpp/bdm/estim/arx.h) alignedtext 416 grestore 417 % Node2->Node3 418 gsave 419 1 setlinewidth 420 solid 421 0.667 0.776 0.439 edgecolor 422 newpath 235 102 moveto 423 235 93 235 82 235 75 curveto 424 stroke 425 0.667 0.776 0.439 edgecolor 426 newpath 231.5 102 moveto 427 235 112 lineto 428 238.5 102 lineto 429 closepath fill 430 1 setlinewidth 431 solid 432 0.667 0.776 0.439 edgecolor 433 newpath 231.5 102 moveto 434 235 112 lineto 435 238.5 102 lineto 436 closepath stroke 437 grestore 438 % Node4 439 gsave 440 [ /Rect [ 322 57 468 75 ] 441 /Border [ 0 0 0 ] 442 /Action << /Subtype /URI /URI ($libKF_8h.html) >> 443 /Subtype /Link 444 /ANN pdfmark 445 0.000 0.000 1.000 nodecolor 446 newpath 322 56 moveto 447 322 75 lineto 448 469 75 lineto 449 469 56 lineto 450 closepath fill 451 1 setlinewidth 452 filled 453 0.000 0.000 0.000 nodecolor 454 newpath 322 56 moveto 455 322 75 lineto 456 469 75 lineto 457 469 56 lineto 458 closepath stroke 459 0.000 0.000 0.000 nodecolor 460 10.00 /FreeSans set_font 461 329.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libKF.h) alignedtext 462 grestore 463 % Node2->Node4 464 gsave 465 1 setlinewidth 466 solid 467 0.667 0.776 0.439 edgecolor 468 newpath 274 109 moveto 469 303 99 344 84 369 75 curveto 470 stroke 471 0.667 0.776 0.439 edgecolor 472 newpath 272.573 105.774 moveto 473 264 112 lineto 474 274.584 112.479 lineto 475 closepath fill 476 1 setlinewidth 477 solid 478 0.667 0.776 0.439 edgecolor 479 newpath 272.573 105.774 moveto 480 264 112 lineto 481 274.584 112.479 lineto 482 closepath stroke 483 grestore 484 % Node5 485 gsave 486 [ /Rect [ 204 1 354 19 ] 487 /Border [ 0 0 0 ] 488 /Action << /Subtype /URI /URI ($sim__var_8cpp.html) >> 489 /Subtype /Link 490 /ANN pdfmark 491 0.000 0.000 1.000 nodecolor 492 newpath 204 0 moveto 493 204 19 lineto 494 355 19 lineto 495 355 0 lineto 496 closepath fill 497 1 setlinewidth 498 filled 499 0.000 0.000 0.000 nodecolor 500 newpath 204 0 moveto 501 204 19 lineto 502 355 19 lineto 503 355 0 lineto 504 closepath stroke 505 0.000 0.000 0.000 nodecolor 506 10.00 /FreeSans set_font 507 211.5 5.25 moveto 135 (work/mixpp/pmsm/sim_var.cpp) alignedtext 508 grestore 509 % Node2->Node5 510 gsave 511 1 setlinewidth 512 solid 513 0.667 0.776 0.439 edgecolor 514 newpath 155 116 moveto 515 97 111 25 99 5 76 curveto 516 0 69 0 62 5 56 curveto 517 18 41 127 26 204 18 curveto 518 stroke 519 0.667 0.776 0.439 edgecolor 520 newpath 154.701 119.488 moveto 521 165 117 lineto 522 155.398 112.522 lineto 523 closepath fill 524 1 setlinewidth 525 solid 526 0.667 0.776 0.439 edgecolor 527 newpath 154.701 119.488 moveto 528 165 117 lineto 529 155.398 112.522 lineto 530 closepath stroke 531 grestore 532 % Node7 533 gsave 534 [ /Rect [ 14 57 148 75 ] 535 /Border [ 0 0 0 ] 536 /Action << /Subtype /URI /URI ($pmsm_8h-source.html) >> 537 /Subtype /Link 538 /ANN pdfmark 539 0.000 0.000 1.000 nodecolor 540 newpath 14 56 moveto 541 14 75 lineto 542 148 75 lineto 543 148 56 lineto 544 closepath fill 545 1 setlinewidth 546 filled 547 0.000 0.000 0.000 nodecolor 548 newpath 14 56 moveto 549 14 75 lineto 550 148 75 lineto 551 148 56 lineto 552 closepath stroke 553 0.000 0.000 0.000 nodecolor 554 10.00 /FreeSans set_font 555 22.125 61.25 moveto 117.75 (work/mixpp/pmsm/pmsm.h) alignedtext 556 grestore 557 % Node2->Node7 558 gsave 559 1 setlinewidth 560 solid 561 0.667 0.776 0.439 edgecolor 562 newpath 197 109 moveto 563 169 98 130 84 106 75 curveto 564 stroke 565 0.667 0.776 0.439 edgecolor 566 newpath 196.416 112.479 moveto 567 207 112 lineto 568 198.427 105.774 lineto 569 closepath fill 570 1 setlinewidth 571 solid 572 0.667 0.776 0.439 edgecolor 573 newpath 196.416 112.479 moveto 574 207 112 lineto 575 198.427 105.774 lineto 576 closepath stroke 577 grestore 578 % Node4->Node5 579 gsave 580 1 setlinewidth 581 solid 582 0.667 0.776 0.439 edgecolor 583 newpath 365 52 moveto 584 343 42 316 28 298 19 curveto 585 stroke 586 0.667 0.776 0.439 edgecolor 587 newpath 363.44 55.1369 moveto 588 374 56 lineto 589 366.283 48.7402 lineto 590 closepath fill 591 1 setlinewidth 592 solid 593 0.667 0.776 0.439 edgecolor 594 newpath 363.44 55.1369 moveto 595 374 56 lineto 596 366.283 48.7402 lineto 597 closepath stroke 598 grestore 599 % Node6 600 gsave 601 [ /Rect [ 372 1 648 19 ] 602 /Border [ 0 0 0 ] 603 /Action << /Subtype /URI /URI ($ekf__obj_8h.html) >> 604 /Subtype /Link 605 /ANN pdfmark 606 0.000 0.000 1.000 nodecolor 607 newpath 372 0 moveto 608 372 19 lineto 609 648 19 lineto 610 648 0 lineto 611 closepath fill 612 1 setlinewidth 613 filled 614 0.000 0.000 0.000 nodecolor 615 newpath 372 0 moveto 616 372 19 lineto 617 648 19 lineto 618 648 0 lineto 619 closepath stroke 620 0.000 0.000 0.000 nodecolor 621 10.00 /FreeSans set_font 622 379.875 5.25 moveto 260.25 (work/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.h) alignedtext 623 grestore 624 % Node4->Node6 625 gsave 626 1 setlinewidth 627 solid 628 0.667 0.776 0.439 edgecolor 629 newpath 425 52 moveto 630 447 42 474 28 492 19 curveto 631 stroke 632 0.667 0.776 0.439 edgecolor 633 newpath 423.717 48.7402 moveto 634 416 56 lineto 635 426.56 55.1369 lineto 636 closepath fill 637 1 setlinewidth 638 solid 639 0.667 0.776 0.439 edgecolor 640 newpath 423.717 48.7402 moveto 641 416 56 lineto 642 426.56 55.1369 lineto 643 closepath stroke 644 grestore 645 % Node7->Node5 646 gsave 647 1 setlinewidth 648 solid 649 0.667 0.776 0.439 edgecolor 650 newpath 126 53 moveto 651 163 43 214 28 247 19 curveto 652 stroke 653 0.667 0.776 0.439 edgecolor 654 newpath 124.573 49.7741 moveto 655 116 56 lineto 656 126.584 56.4788 lineto 657 closepath fill 658 1 setlinewidth 659 solid 660 0.667 0.776 0.439 edgecolor 661 newpath 124.573 49.7741 moveto 662 116 56 lineto 663 126.584 56.4788 lineto 664 closepath stroke 665 grestore 666 % Node8->Node3 667 gsave 668 1 setlinewidth 669 solid 670 0.667 0.776 0.439 edgecolor 671 newpath 356 109 moveto 672 327 99 286 84 261 75 curveto 673 stroke 674 0.667 0.776 0.439 edgecolor 675 newpath 355.416 112.479 moveto 676 366 112 lineto 677 357.427 105.774 lineto 678 closepath fill 679 1 setlinewidth 680 solid 681 0.667 0.776 0.439 edgecolor 682 newpath 355.416 112.479 moveto 683 366 112 lineto 684 357.427 105.774 lineto 685 closepath stroke 686 grestore 687 % Node8->Node4 688 gsave 689 1 setlinewidth 690 solid 691 0.667 0.776 0.439 edgecolor 692 newpath 395 102 moveto 693 395 93 395 82 395 75 curveto 694 stroke 695 0.667 0.776 0.439 edgecolor 696 newpath 391.5 102 moveto 697 395 112 lineto 698 398.5 102 lineto 699 closepath fill 700 1 setlinewidth 701 solid 702 0.667 0.776 0.439 edgecolor 703 newpath 391.5 102 moveto 704 395 112 lineto 705 398.5 102 lineto 706 closepath stroke 707 grestore 708 % Node9 709 gsave 710 [ /Rect [ 486 57 632 75 ] 802 [ /Rect [ 549 57 695 75 ] 711 803 /Border [ 0 0 0 ] 712 804 /Action << /Subtype /URI /URI ($libPF_8h.html) >> … … 714 806 /ANN pdfmark 715 807 0.000 0.000 1.000 nodecolor 716 newpath 486 56 moveto 717 486 75 lineto 718 633 75 lineto 719 633 56 lineto 720 closepath fill 721 1 setlinewidth 722 filled 723 0.000 0.000 0.000 nodecolor 724 newpath 486 56 moveto 725 486 75 lineto 726 633 75 lineto 727 633 56 lineto 728 closepath stroke 729 0.000 0.000 0.000 nodecolor 730 10.00 /FreeSans set_font 731 493.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libPF.h) alignedtext 732 grestore 733 % Node8->Node9 734 gsave 735 1 setlinewidth 736 solid 737 0.667 0.776 0.439 edgecolor 738 newpath 434 109 moveto 739 464 99 506 84 533 75 curveto 740 stroke 741 0.667 0.776 0.439 edgecolor 742 newpath 432.573 105.774 moveto 743 424 112 lineto 744 434.584 112.479 lineto 745 closepath fill 746 1 setlinewidth 747 solid 748 0.667 0.776 0.439 edgecolor 749 newpath 432.573 105.774 moveto 750 424 112 lineto 751 434.584 112.479 lineto 752 closepath stroke 753 grestore 754 % Node9->Node5 755 gsave 756 1 setlinewidth 757 solid 758 0.667 0.776 0.439 edgecolor 759 newpath 499 54 moveto 760 446 44 371 28 324 19 curveto 761 stroke 762 0.667 0.776 0.439 edgecolor 763 newpath 498.508 57.4708 moveto 764 509 56 lineto 765 499.881 50.6067 lineto 766 closepath fill 767 1 setlinewidth 768 solid 769 0.667 0.776 0.439 edgecolor 770 newpath 498.508 57.4708 moveto 771 509 56 lineto 772 499.881 50.6067 lineto 773 closepath stroke 774 grestore 775 % Node11->Node5 776 gsave 777 1 setlinewidth 778 solid 779 0.667 0.776 0.439 edgecolor 780 newpath 598 108 moveto 781 627 96 659 77 641 56 curveto 782 640 55 458 32 352 19 curveto 783 stroke 784 0.667 0.776 0.439 edgecolor 785 newpath 595.985 105.036 moveto 786 588 112 lineto 787 598.585 111.536 lineto 788 closepath fill 789 1 setlinewidth 790 solid 791 0.667 0.776 0.439 edgecolor 792 newpath 595.985 105.036 moveto 793 588 112 lineto 794 598.585 111.536 lineto 808 newpath 549 56 moveto 809 549 75 lineto 810 696 75 lineto 811 696 56 lineto 812 closepath fill 813 1 setlinewidth 814 filled 815 0.000 0.000 0.000 nodecolor 816 newpath 549 56 moveto 817 549 75 lineto 818 696 75 lineto 819 696 56 lineto 820 closepath stroke 821 0.000 0.000 0.000 nodecolor 822 10.00 /FreeSans set_font 823 556.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libPF.h) alignedtext 824 grestore 825 % Node9->Node10 826 gsave 827 1 setlinewidth 828 solid 829 0.667 0.776 0.439 edgecolor 830 newpath 501 109 moveto 831 530 99 571 84 596 75 curveto 832 stroke 833 0.667 0.776 0.439 edgecolor 834 newpath 499.573 105.774 moveto 835 491 112 lineto 836 501.584 112.479 lineto 837 closepath fill 838 1 setlinewidth 839 solid 840 0.667 0.776 0.439 edgecolor 841 newpath 499.573 105.774 moveto 842 491 112 lineto 843 501.584 112.479 lineto 844 closepath stroke 845 grestore 846 % Node9->Node11 847 gsave 848 1 setlinewidth 849 solid 850 0.667 0.776 0.439 edgecolor 851 newpath 529 110 moveto 852 589 100 676 84 731 75 curveto 853 stroke 854 0.667 0.776 0.439 edgecolor 855 newpath 528.119 106.607 moveto 856 519 112 lineto 857 529.492 113.471 lineto 858 closepath fill 859 1 setlinewidth 860 solid 861 0.667 0.776 0.439 edgecolor 862 newpath 528.119 106.607 moveto 863 519 112 lineto 864 529.492 113.471 lineto 865 closepath stroke 866 grestore 867 % Node10->Node6 868 gsave 869 1 setlinewidth 870 solid 871 0.667 0.776 0.439 edgecolor 872 newpath 539 56 moveto 873 382 38 342 37 190 20 curveto 874 187 20 185 19 182 19 curveto 875 stroke 876 0.667 0.776 0.439 edgecolor 877 newpath 538.701 59.4875 moveto 878 549 57 lineto 879 539.398 52.5222 lineto 880 closepath fill 881 1 setlinewidth 882 solid 883 0.667 0.776 0.439 edgecolor 884 newpath 538.701 59.4875 moveto 885 549 57 lineto 886 539.398 52.5222 lineto 887 closepath stroke 888 grestore 889 % Node13->Node6 890 gsave 891 1 setlinewidth 892 solid 893 0.667 0.776 0.439 edgecolor 894 newpath 52 106 moveto 895 37 92 21 73 30 56 curveto 896 40 38 60 26 77 19 curveto 897 stroke 898 0.667 0.776 0.439 edgecolor 899 newpath 49.9 108.8 moveto 900 60 112 lineto 901 54.1 103.2 lineto 902 closepath fill 903 1 setlinewidth 904 solid 905 0.667 0.776 0.439 edgecolor 906 newpath 49.9 108.8 moveto 907 60 112 lineto 908 54.1 103.2 lineto 795 909 closepath stroke 796 910 grestore … … 802 916 %%Trailer 803 917 %%Pages: 1 804 %%BoundingBox: 36 36 8 35 232918 %%BoundingBox: 36 36 895 232 805 919 end 806 920 restore -
TabularUnified doc/latex/libBM_8h__dep__incl.md5 ¶
r99 r106 1 ac92c62e6d7dbfa9076e1371048e0a04 1 9e1757ad2d0b05d119e89e5ad8fb2ebf -
TabularUnified doc/latex/libDC_8h.tex ¶
r99 r106 19 19 \begin{center} 20 20 \leavevmode 21 \includegraphics[width= 287pt]{libDC_8h__dep__incl}21 \includegraphics[width=407pt]{libDC_8h__dep__incl} 22 22 \end{center} 23 23 \end{figure} -
TabularUnified doc/latex/libDC_8h__dep__incl.eps ¶
r99 r106 180 180 setupLatin1 181 181 %%Page: 1 1 182 %%PageBoundingBox: 36 36 575232182 %%PageBoundingBox: 36 36 814 232 183 183 %%PageOrientation: Portrait 184 184 0 0 1 beginpage 185 185 gsave 186 36 36 539196 boxprim clip newpath186 36 36 778 196 boxprim clip newpath 187 187 1 1 set_scale 0 rotate 40 40 translate 188 188 % Node1 189 189 gsave 190 190 0.000 0.000 0.749 nodecolor 191 newpath 2 28168 moveto192 2 28187 lineto193 375187 lineto194 375168 lineto195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 2 28168 moveto200 2 28187 lineto201 375187 lineto202 375168 lineto203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 2 35.75 173.25 moveto 130.5 (work/mixpp/bdm/math/libDC.h) alignedtext191 newpath 280 168 moveto 192 280 187 lineto 193 427 187 lineto 194 427 168 lineto 195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 280 168 moveto 200 280 187 lineto 201 427 187 lineto 202 427 168 lineto 203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 287.75 173.25 moveto 130.5 (work/mixpp/bdm/math/libDC.h) alignedtext 207 207 grestore 208 208 % Node2 209 209 gsave 210 [ /Rect [ 231 113 371 131 ]210 [ /Rect [ 381 113 521 131 ] 211 211 /Border [ 0 0 0 ] 212 212 /Action << /Subtype /URI /URI ($libEF_8h.html) >> … … 214 214 /ANN pdfmark 215 215 0.000 0.000 1.000 nodecolor 216 newpath 231 112 moveto217 231 131 lineto218 371 131 lineto219 371 112 lineto220 closepath fill 221 1 setlinewidth 222 filled 223 0.000 0.000 0.000 nodecolor 224 newpath 231 112 moveto225 231 131 lineto226 371 131 lineto227 371 112 lineto228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 239.125 117.25 moveto 123.75 (work/mixpp/bdm/stat/libEF.h) alignedtext216 newpath 381 112 moveto 217 381 131 lineto 218 521 131 lineto 219 521 112 lineto 220 closepath fill 221 1 setlinewidth 222 filled 223 0.000 0.000 0.000 nodecolor 224 newpath 381 112 moveto 225 381 131 lineto 226 521 131 lineto 227 521 112 lineto 228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 389.125 117.25 moveto 123.75 (work/mixpp/bdm/stat/libEF.h) alignedtext 232 232 grestore 233 233 % Node1->Node2 … … 236 236 solid 237 237 0.667 0.776 0.439 edgecolor 238 newpath 301 158 moveto 239 301 149 301 138 301 131 curveto 240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 297.5 158 moveto 243 301 168 lineto 244 304.5 158 lineto 245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 297.5 158 moveto 250 301 168 lineto 251 304.5 158 lineto 238 newpath 380 163 moveto 239 398 153 421 139 435 131 curveto 240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 378.042 160.084 moveto 243 371 168 lineto 244 381.441 166.203 lineto 245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 378.042 160.084 moveto 250 371 168 lineto 251 381.441 166.203 lineto 252 closepath stroke 253 grestore 254 % Node8 255 gsave 256 [ /Rect [ 296 57 442 75 ] 257 /Border [ 0 0 0 ] 258 /Action << /Subtype /URI /URI ($libPF_8h.html) >> 259 /Subtype /Link 260 /ANN pdfmark 261 0.000 0.000 1.000 nodecolor 262 newpath 296 56 moveto 263 296 75 lineto 264 443 75 lineto 265 443 56 lineto 266 closepath fill 267 1 setlinewidth 268 filled 269 0.000 0.000 0.000 nodecolor 270 newpath 296 56 moveto 271 296 75 lineto 272 443 75 lineto 273 443 56 lineto 274 closepath stroke 275 0.000 0.000 0.000 nodecolor 276 10.00 /FreeSans set_font 277 303.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libPF.h) alignedtext 278 grestore 279 % Node1->Node8 280 gsave 281 1 setlinewidth 282 solid 283 0.667 0.776 0.439 edgecolor 284 newpath 355 158 moveto 285 359 133 365 93 368 75 curveto 286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 351.512 157.701 moveto 289 354 168 lineto 290 358.478 158.398 lineto 291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 351.512 157.701 moveto 296 354 168 lineto 297 358.478 158.398 lineto 298 closepath stroke 299 grestore 300 % Node10 301 gsave 302 [ /Rect [ 160 113 310 131 ] 303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($chmat_8h.html) >> 305 /Subtype /Link 306 /ANN pdfmark 307 0.000 0.000 1.000 nodecolor 308 newpath 160 112 moveto 309 160 131 lineto 310 310 131 lineto 311 310 112 lineto 312 closepath fill 313 1 setlinewidth 314 filled 315 0.000 0.000 0.000 nodecolor 316 newpath 160 112 moveto 317 160 131 lineto 318 310 131 lineto 319 310 112 lineto 320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 167.875 117.25 moveto 134.25 (work/mixpp/bdm/math/chmat.h) alignedtext 324 grestore 325 % Node1->Node10 326 gsave 327 1 setlinewidth 328 solid 329 0.667 0.776 0.439 edgecolor 330 newpath 323 164 moveto 331 301 154 272 140 254 131 curveto 332 stroke 333 0.667 0.776 0.439 edgecolor 334 newpath 321.44 167.137 moveto 335 332 168 lineto 336 324.283 160.74 lineto 337 closepath fill 338 1 setlinewidth 339 solid 340 0.667 0.776 0.439 edgecolor 341 newpath 321.44 167.137 moveto 342 332 168 lineto 343 324.283 160.74 lineto 344 closepath stroke 345 grestore 346 % Node3 347 gsave 348 [ /Rect [ 616 57 754 75 ] 349 /Border [ 0 0 0 ] 350 /Action << /Subtype /URI /URI ($arx_8h.html) >> 351 /Subtype /Link 352 /ANN pdfmark 353 0.000 0.000 1.000 nodecolor 354 newpath 616 56 moveto 355 616 75 lineto 356 755 75 lineto 357 755 56 lineto 358 closepath fill 359 1 setlinewidth 360 filled 361 0.000 0.000 0.000 nodecolor 362 newpath 616 56 moveto 363 616 75 lineto 364 755 75 lineto 365 755 56 lineto 366 closepath stroke 367 0.000 0.000 0.000 nodecolor 368 10.00 /FreeSans set_font 369 623.5 61.25 moveto 123 (work/mixpp/bdm/estim/arx.h) alignedtext 370 grestore 371 % Node2->Node3 372 gsave 373 1 setlinewidth 374 solid 375 0.667 0.776 0.439 edgecolor 376 newpath 503 110 moveto 377 547 100 608 84 647 75 curveto 378 stroke 379 0.667 0.776 0.439 edgecolor 380 newpath 502.119 106.607 moveto 381 493 112 lineto 382 503.492 113.471 lineto 383 closepath fill 384 1 setlinewidth 385 solid 386 0.667 0.776 0.439 edgecolor 387 newpath 502.119 106.607 moveto 388 493 112 lineto 389 503.492 113.471 lineto 390 closepath stroke 391 grestore 392 % Node5 393 gsave 394 [ /Rect [ 132 57 278 75 ] 395 /Border [ 0 0 0 ] 396 /Action << /Subtype /URI /URI ($libKF_8h.html) >> 397 /Subtype /Link 398 /ANN pdfmark 399 0.000 0.000 1.000 nodecolor 400 newpath 132 56 moveto 401 132 75 lineto 402 279 75 lineto 403 279 56 lineto 404 closepath fill 405 1 setlinewidth 406 filled 407 0.000 0.000 0.000 nodecolor 408 newpath 132 56 moveto 409 132 75 lineto 410 279 75 lineto 411 279 56 lineto 412 closepath stroke 413 0.000 0.000 0.000 nodecolor 414 10.00 /FreeSans set_font 415 139.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libKF.h) alignedtext 416 grestore 417 % Node2->Node5 418 gsave 419 1 setlinewidth 420 solid 421 0.667 0.776 0.439 edgecolor 422 newpath 397 110 moveto 423 351 100 286 84 244 75 curveto 424 stroke 425 0.667 0.776 0.439 edgecolor 426 newpath 396.508 113.471 moveto 427 407 112 lineto 428 397.881 106.607 lineto 429 closepath fill 430 1 setlinewidth 431 solid 432 0.667 0.776 0.439 edgecolor 433 newpath 396.508 113.471 moveto 434 407 112 lineto 435 397.881 106.607 lineto 436 closepath stroke 437 grestore 438 % Node2->Node8 439 gsave 440 1 setlinewidth 441 solid 442 0.667 0.776 0.439 edgecolor 443 newpath 428 106 moveto 444 413 96 394 83 382 75 curveto 445 stroke 446 0.667 0.776 0.439 edgecolor 447 newpath 425.9 108.8 moveto 448 436 112 lineto 449 430.1 103.2 lineto 450 closepath fill 451 1 setlinewidth 452 solid 453 0.667 0.776 0.439 edgecolor 454 newpath 425.9 108.8 moveto 455 436 112 lineto 456 430.1 103.2 lineto 457 closepath stroke 458 grestore 459 % Node9 460 gsave 461 [ /Rect [ 460 57 598 75 ] 462 /Border [ 0 0 0 ] 463 /Action << /Subtype /URI /URI ($emix_8h.html) >> 464 /Subtype /Link 465 /ANN pdfmark 466 0.000 0.000 1.000 nodecolor 467 newpath 460 56 moveto 468 460 75 lineto 469 599 75 lineto 470 599 56 lineto 471 closepath fill 472 1 setlinewidth 473 filled 474 0.000 0.000 0.000 nodecolor 475 newpath 460 56 moveto 476 460 75 lineto 477 599 75 lineto 478 599 56 lineto 479 closepath stroke 480 0.000 0.000 0.000 nodecolor 481 10.00 /FreeSans set_font 482 467.5 61.25 moveto 123 (work/mixpp/bdm/stat/emix.h) alignedtext 483 grestore 484 % Node2->Node9 485 gsave 486 1 setlinewidth 487 solid 488 0.667 0.776 0.439 edgecolor 489 newpath 473 106 moveto 490 487 96 505 83 516 75 curveto 491 stroke 492 0.667 0.776 0.439 edgecolor 493 newpath 470.9 103.2 moveto 494 465 112 lineto 495 475.1 108.8 lineto 496 closepath fill 497 1 setlinewidth 498 solid 499 0.667 0.776 0.439 edgecolor 500 newpath 470.9 103.2 moveto 501 465 112 lineto 502 475.1 108.8 lineto 503 closepath stroke 504 grestore 505 % Node4 506 gsave 507 [ /Rect [ 600 1 770 19 ] 508 /Border [ 0 0 0 ] 509 /Action << /Subtype /URI /URI ($sim__var__arx_8cpp.html) >> 510 /Subtype /Link 511 /ANN pdfmark 512 0.000 0.000 1.000 nodecolor 513 newpath 600 0 moveto 514 600 19 lineto 515 771 19 lineto 516 771 0 lineto 517 closepath fill 518 1 setlinewidth 519 filled 520 0.000 0.000 0.000 nodecolor 521 newpath 600 0 moveto 522 600 19 lineto 523 771 19 lineto 524 771 0 lineto 525 closepath stroke 526 0.000 0.000 0.000 nodecolor 527 10.00 /FreeSans set_font 528 607.75 5.25 moveto 154.5 (work/mixpp/pmsm/sim_var_arx.cpp) alignedtext 529 grestore 530 % Node3->Node4 531 gsave 532 1 setlinewidth 533 solid 534 0.667 0.776 0.439 edgecolor 535 newpath 685 46 moveto 536 685 37 685 26 685 19 curveto 537 stroke 538 0.667 0.776 0.439 edgecolor 539 newpath 681.5 46 moveto 540 685 56 lineto 541 688.5 46 lineto 542 closepath fill 543 1 setlinewidth 544 solid 545 0.667 0.776 0.439 edgecolor 546 newpath 681.5 46 moveto 547 685 56 lineto 548 688.5 46 lineto 549 closepath stroke 550 grestore 551 % Node6 552 gsave 553 [ /Rect [ 294 1 444 19 ] 554 /Border [ 0 0 0 ] 555 /Action << /Subtype /URI /URI ($sim__var_8cpp.html) >> 556 /Subtype /Link 557 /ANN pdfmark 558 0.000 0.000 1.000 nodecolor 559 newpath 294 0 moveto 560 294 19 lineto 561 445 19 lineto 562 445 0 lineto 563 closepath fill 564 1 setlinewidth 565 filled 566 0.000 0.000 0.000 nodecolor 567 newpath 294 0 moveto 568 294 19 lineto 569 445 19 lineto 570 445 0 lineto 571 closepath stroke 572 0.000 0.000 0.000 nodecolor 573 10.00 /FreeSans set_font 574 301.5 5.25 moveto 135 (work/mixpp/pmsm/sim_var.cpp) alignedtext 575 grestore 576 % Node5->Node6 577 gsave 578 1 setlinewidth 579 solid 580 0.667 0.776 0.439 edgecolor 581 newpath 244 53 moveto 582 274 43 316 28 343 19 curveto 583 stroke 584 0.667 0.776 0.439 edgecolor 585 newpath 242.573 49.7741 moveto 586 234 56 lineto 587 244.584 56.4788 lineto 588 closepath fill 589 1 setlinewidth 590 solid 591 0.667 0.776 0.439 edgecolor 592 newpath 242.573 49.7741 moveto 593 234 56 lineto 594 244.584 56.4788 lineto 252 595 closepath stroke 253 596 grestore 254 597 % Node7 255 gsave256 [ /Rect [ 385 57 531 75 ]257 /Border [ 0 0 0 ]258 /Action << /Subtype /URI /URI ($libPF_8h.html) >>259 /Subtype /Link260 /ANN pdfmark261 0.000 0.000 1.000 nodecolor262 newpath 385 56 moveto263 385 75 lineto264 532 75 lineto265 532 56 lineto266 closepath fill267 1 setlinewidth268 filled269 0.000 0.000 0.000 nodecolor270 newpath 385 56 moveto271 385 75 lineto272 532 75 lineto273 532 56 lineto274 closepath stroke275 0.000 0.000 0.000 nodecolor276 10.00 /FreeSans set_font277 392.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libPF.h) alignedtext278 grestore279 % Node1->Node7280 gsave281 1 setlinewidth282 solid283 0.667 0.776 0.439 edgecolor284 newpath 329 163 moveto285 344 155 363 144 380 132 curveto286 406 113 433 89 448 75 curveto287 stroke288 0.667 0.776 0.439 edgecolor289 newpath 327.042 160.084 moveto290 320 168 lineto291 330.441 166.203 lineto292 closepath fill293 1 setlinewidth294 solid295 0.667 0.776 0.439 edgecolor296 newpath 327.042 160.084 moveto297 320 168 lineto298 330.441 166.203 lineto299 closepath stroke300 grestore301 % Node8302 gsave303 [ /Rect [ 63 113 213 131 ]304 /Border [ 0 0 0 ]305 /Action << /Subtype /URI /URI ($chmat_8h.html) >>306 /Subtype /Link307 /ANN pdfmark308 0.000 0.000 1.000 nodecolor309 newpath 63 112 moveto310 63 131 lineto311 213 131 lineto312 213 112 lineto313 closepath fill314 1 setlinewidth315 filled316 0.000 0.000 0.000 nodecolor317 newpath 63 112 moveto318 63 131 lineto319 213 131 lineto320 213 112 lineto321 closepath stroke322 0.000 0.000 0.000 nodecolor323 10.00 /FreeSans set_font324 70.875 117.25 moveto 134.25 (work/mixpp/bdm/math/chmat.h) alignedtext325 grestore326 % Node1->Node8327 gsave328 1 setlinewidth329 solid330 0.667 0.776 0.439 edgecolor331 newpath 262 165 moveto332 232 155 191 140 164 131 curveto333 stroke334 0.667 0.776 0.439 edgecolor335 newpath 261.416 168.479 moveto336 272 168 lineto337 263.427 161.774 lineto338 closepath fill339 1 setlinewidth340 solid341 0.667 0.776 0.439 edgecolor342 newpath 261.416 168.479 moveto343 272 168 lineto344 263.427 161.774 lineto345 closepath stroke346 grestore347 % Node3348 gsave349 [ /Rect [ 229 57 367 75 ]350 /Border [ 0 0 0 ]351 /Action << /Subtype /URI /URI ($arx_8h.html) >>352 /Subtype /Link353 /ANN pdfmark354 0.000 0.000 1.000 nodecolor355 newpath 229 56 moveto356 229 75 lineto357 368 75 lineto358 368 56 lineto359 closepath fill360 1 setlinewidth361 filled362 0.000 0.000 0.000 nodecolor363 newpath 229 56 moveto364 229 75 lineto365 368 75 lineto366 368 56 lineto367 closepath stroke368 0.000 0.000 0.000 nodecolor369 10.00 /FreeSans set_font370 236.5 61.25 moveto 123 (work/mixpp/bdm/estim/arx.h) alignedtext371 grestore372 % Node2->Node3373 gsave374 1 setlinewidth375 solid376 0.667 0.776 0.439 edgecolor377 newpath 300 102 moveto378 300 93 299 82 299 75 curveto379 stroke380 0.667 0.776 0.439 edgecolor381 newpath 296.5 102 moveto382 300 112 lineto383 303.5 102 lineto384 closepath fill385 1 setlinewidth386 solid387 0.667 0.776 0.439 edgecolor388 newpath 296.5 102 moveto389 300 112 lineto390 303.5 102 lineto391 closepath stroke392 grestore393 % Node4394 gsave395 [ /Rect [ 65 57 211 75 ]396 /Border [ 0 0 0 ]397 /Action << /Subtype /URI /URI ($libKF_8h.html) >>398 /Subtype /Link399 /ANN pdfmark400 0.000 0.000 1.000 nodecolor401 newpath 65 56 moveto402 65 75 lineto403 212 75 lineto404 212 56 lineto405 closepath fill406 1 setlinewidth407 filled408 0.000 0.000 0.000 nodecolor409 newpath 65 56 moveto410 65 75 lineto411 212 75 lineto412 212 56 lineto413 closepath stroke414 0.000 0.000 0.000 nodecolor415 10.00 /FreeSans set_font416 72.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libKF.h) alignedtext417 grestore418 % Node2->Node4419 gsave420 1 setlinewidth421 solid422 0.667 0.776 0.439 edgecolor423 newpath 262 109 moveto424 232 99 191 84 164 75 curveto425 stroke426 0.667 0.776 0.439 edgecolor427 newpath 261.416 112.479 moveto428 272 112 lineto429 263.427 105.774 lineto430 closepath fill431 1 setlinewidth432 solid433 0.667 0.776 0.439 edgecolor434 newpath 261.416 112.479 moveto435 272 112 lineto436 263.427 105.774 lineto437 closepath stroke438 grestore439 % Node2->Node7440 gsave441 1 setlinewidth442 solid443 0.667 0.776 0.439 edgecolor444 newpath 339 109 moveto445 368 98 407 84 433 75 curveto446 stroke447 0.667 0.776 0.439 edgecolor448 newpath 337.573 105.774 moveto449 329 112 lineto450 339.584 112.479 lineto451 closepath fill452 1 setlinewidth453 solid454 0.667 0.776 0.439 edgecolor455 newpath 337.573 105.774 moveto456 329 112 lineto457 339.584 112.479 lineto458 closepath stroke459 grestore460 % Node5461 gsave462 [ /Rect [ 338 1 488 19 ]463 /Border [ 0 0 0 ]464 /Action << /Subtype /URI /URI ($sim__var_8cpp.html) >>465 /Subtype /Link466 /ANN pdfmark467 0.000 0.000 1.000 nodecolor468 newpath 338 0 moveto469 338 19 lineto470 489 19 lineto471 489 0 lineto472 closepath fill473 1 setlinewidth474 filled475 0.000 0.000 0.000 nodecolor476 newpath 338 0 moveto477 338 19 lineto478 489 19 lineto479 489 0 lineto480 closepath stroke481 0.000 0.000 0.000 nodecolor482 10.00 /FreeSans set_font483 345.5 5.25 moveto 135 (work/mixpp/pmsm/sim_var.cpp) alignedtext484 grestore485 % Node4->Node5486 gsave487 1 setlinewidth488 solid489 0.667 0.776 0.439 edgecolor490 newpath 197 54 moveto491 249 44 322 28 369 19 curveto492 stroke493 0.667 0.776 0.439 edgecolor494 newpath 196.119 50.6067 moveto495 187 56 lineto496 197.492 57.4708 lineto497 closepath fill498 1 setlinewidth499 solid500 0.667 0.776 0.439 edgecolor501 newpath 196.119 50.6067 moveto502 187 56 lineto503 197.492 57.4708 lineto504 closepath stroke505 grestore506 % Node6507 598 gsave 508 599 [ /Rect [ 0 1 276 19 ] … … 529 620 7.875 5.25 moveto 260.25 (work/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.h) alignedtext 530 621 grestore 531 % Node 4->Node6532 gsave 533 1 setlinewidth 534 solid 535 0.667 0.776 0.439 edgecolor 536 newpath 1 38 46moveto537 1 38 37 138 26 13819 curveto538 stroke 539 0.667 0.776 0.439 edgecolor 540 newpath 1 34.5 46moveto541 1 3856 lineto542 1 41.5 46lineto543 closepath fill 544 1 setlinewidth 545 solid 546 0.667 0.776 0.439 edgecolor 547 newpath 1 34.5 46moveto548 1 3856 lineto549 1 41.5 46lineto550 closepath stroke 551 grestore 552 % Node 7->Node5553 gsave 554 1 setlinewidth 555 solid 556 0.667 0.776 0.439 edgecolor 557 newpath 444 48moveto558 436 38 427 27 42019 curveto559 stroke 560 0.667 0.776 0.439 edgecolor 561 newpath 441.2 50.1moveto562 45056 lineto563 446.8 45.9lineto564 closepath fill 565 1 setlinewidth 566 solid 567 0.667 0.776 0.439 edgecolor 568 newpath 441.2 50.1moveto569 45056 lineto570 446.8 45.9lineto571 closepath stroke 572 grestore 573 % Node 8->Node4574 gsave 575 1 setlinewidth 576 solid 577 0.667 0.776 0.439 edgecolor 578 newpath 138 102moveto579 138 93 138 82 13875 curveto580 stroke 581 0.667 0.776 0.439 edgecolor 582 newpath 134.5 102moveto583 138112 lineto584 141.5 102lineto585 closepath fill 586 1 setlinewidth 587 solid 588 0.667 0.776 0.439 edgecolor 589 newpath 134.5 102moveto590 138112 lineto591 141.5 102lineto622 % Node5->Node7 623 gsave 624 1 setlinewidth 625 solid 626 0.667 0.776 0.439 edgecolor 627 newpath 185 49 moveto 628 173 40 159 27 149 19 curveto 629 stroke 630 0.667 0.776 0.439 edgecolor 631 newpath 183.169 52.0489 moveto 632 193 56 lineto 633 187.779 46.7809 lineto 634 closepath fill 635 1 setlinewidth 636 solid 637 0.667 0.776 0.439 edgecolor 638 newpath 183.169 52.0489 moveto 639 193 56 lineto 640 187.779 46.7809 lineto 641 closepath stroke 642 grestore 643 % Node8->Node6 644 gsave 645 1 setlinewidth 646 solid 647 0.667 0.776 0.439 edgecolor 648 newpath 369 46 moveto 649 369 37 369 26 369 19 curveto 650 stroke 651 0.667 0.776 0.439 edgecolor 652 newpath 365.5 46 moveto 653 369 56 lineto 654 372.5 46 lineto 655 closepath fill 656 1 setlinewidth 657 solid 658 0.667 0.776 0.439 edgecolor 659 newpath 365.5 46 moveto 660 369 56 lineto 661 372.5 46 lineto 662 closepath stroke 663 grestore 664 % Node10->Node5 665 gsave 666 1 setlinewidth 667 solid 668 0.667 0.776 0.439 edgecolor 669 newpath 225 103 moveto 670 220 94 214 82 210 75 curveto 671 stroke 672 0.667 0.776 0.439 edgecolor 673 newpath 222.084 104.958 moveto 674 230 112 lineto 675 228.203 101.559 lineto 676 closepath fill 677 1 setlinewidth 678 solid 679 0.667 0.776 0.439 edgecolor 680 newpath 222.084 104.958 moveto 681 230 112 lineto 682 228.203 101.559 lineto 592 683 closepath stroke 593 684 grestore … … 599 690 %%Trailer 600 691 %%Pages: 1 601 %%BoundingBox: 36 36 575232692 %%BoundingBox: 36 36 814 232 602 693 end 603 694 restore -
TabularUnified doc/latex/libDC_8h__dep__incl.md5 ¶
r99 r106 1 0974126523827b26ee964536c3ebbcc2 1 e09bbdbcbff7f98780f5b08b9fa98cd3 -
TabularUnified doc/latex/libEF_8h.tex ¶
r99 r106 22 22 \begin{center} 23 23 \leavevmode 24 \includegraphics[width=3 21pt]{libEF_8h__dep__incl}24 \includegraphics[width=347pt]{libEF_8h__dep__incl} 25 25 \end{center} 26 26 \end{figure} -
TabularUnified doc/latex/libEF_8h__dep__incl.eps ¶
r99 r106 180 180 setupLatin1 181 181 %%Page: 1 1 182 %%PageBoundingBox: 36 36 6 42176182 %%PageBoundingBox: 36 36 695 176 183 183 %%PageOrientation: Portrait 184 184 0 0 1 beginpage 185 185 gsave 186 36 36 6 06140 boxprim clip newpath186 36 36 659 140 boxprim clip newpath 187 187 1 1 set_scale 0 rotate 40 40 translate 188 188 % Node1 189 189 gsave 190 190 0.000 0.000 0.749 nodecolor 191 newpath 159112 moveto192 159131 lineto193 299131 lineto194 299112 lineto195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 159112 moveto200 159131 lineto201 299131 lineto202 299112 lineto203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 167.125 117.25 moveto 123.75 (work/mixpp/bdm/stat/libEF.h) alignedtext191 newpath 270 112 moveto 192 270 131 lineto 193 410 131 lineto 194 410 112 lineto 195 closepath fill 196 1 setlinewidth 197 filled 198 0.000 0.000 0.000 nodecolor 199 newpath 270 112 moveto 200 270 131 lineto 201 410 131 lineto 202 410 112 lineto 203 closepath stroke 204 0.000 0.000 0.000 nodecolor 205 10.00 /FreeSans set_font 206 278.125 117.25 moveto 123.75 (work/mixpp/bdm/stat/libEF.h) alignedtext 207 207 grestore 208 208 % Node2 209 209 gsave 210 [ /Rect [ 0 57 138 75 ]210 [ /Rect [ 20 57 158 75 ] 211 211 /Border [ 0 0 0 ] 212 212 /Action << /Subtype /URI /URI ($arx_8h.html) >> … … 214 214 /ANN pdfmark 215 215 0.000 0.000 1.000 nodecolor 216 newpath 0 56 moveto217 0 75 lineto218 1 39 75 lineto219 1 39 56 lineto220 closepath fill 221 1 setlinewidth 222 filled 223 0.000 0.000 0.000 nodecolor 224 newpath 0 56 moveto225 0 75 lineto226 1 39 75 lineto227 1 39 56 lineto228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 7.5 61.25 moveto 123 (work/mixpp/bdm/estim/arx.h) alignedtext216 newpath 20 56 moveto 217 20 75 lineto 218 159 75 lineto 219 159 56 lineto 220 closepath fill 221 1 setlinewidth 222 filled 223 0.000 0.000 0.000 nodecolor 224 newpath 20 56 moveto 225 20 75 lineto 226 159 75 lineto 227 159 56 lineto 228 closepath stroke 229 0.000 0.000 0.000 nodecolor 230 10.00 /FreeSans set_font 231 27.5 61.25 moveto 123 (work/mixpp/bdm/estim/arx.h) alignedtext 232 232 grestore 233 233 % Node1->Node2 … … 236 236 solid 237 237 0.667 0.776 0.439 edgecolor 238 newpath 190 109 moveto 239 161 99 120 84 95 75 curveto 240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 189.416 112.479 moveto 243 200 112 lineto 244 191.427 105.774 lineto 245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 189.416 112.479 moveto 250 200 112 lineto 251 191.427 105.774 lineto 238 newpath 285 110 moveto 239 238 100 172 84 129 75 curveto 240 stroke 241 0.667 0.776 0.439 edgecolor 242 newpath 284.508 113.471 moveto 243 295 112 lineto 244 285.881 106.607 lineto 245 closepath fill 246 1 setlinewidth 247 solid 248 0.667 0.776 0.439 edgecolor 249 newpath 284.508 113.471 moveto 250 295 112 lineto 251 285.881 106.607 lineto 252 closepath stroke 253 grestore 254 % Node4 255 gsave 256 [ /Rect [ 349 57 495 75 ] 257 /Border [ 0 0 0 ] 258 /Action << /Subtype /URI /URI ($libKF_8h.html) >> 259 /Subtype /Link 260 /ANN pdfmark 261 0.000 0.000 1.000 nodecolor 262 newpath 349 56 moveto 263 349 75 lineto 264 496 75 lineto 265 496 56 lineto 266 closepath fill 267 1 setlinewidth 268 filled 269 0.000 0.000 0.000 nodecolor 270 newpath 349 56 moveto 271 349 75 lineto 272 496 75 lineto 273 496 56 lineto 274 closepath stroke 275 0.000 0.000 0.000 nodecolor 276 10.00 /FreeSans set_font 277 356.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libKF.h) alignedtext 278 grestore 279 % Node1->Node4 280 gsave 281 1 setlinewidth 282 solid 283 0.667 0.776 0.439 edgecolor 284 newpath 363 106 moveto 285 378 96 397 83 409 75 curveto 286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 360.9 103.2 moveto 289 355 112 lineto 290 365.1 108.8 lineto 291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 360.9 103.2 moveto 296 355 112 lineto 297 365.1 108.8 lineto 298 closepath stroke 299 grestore 300 % Node7 301 gsave 302 [ /Rect [ 185 57 331 75 ] 303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($libPF_8h.html) >> 305 /Subtype /Link 306 /ANN pdfmark 307 0.000 0.000 1.000 nodecolor 308 newpath 185 56 moveto 309 185 75 lineto 310 332 75 lineto 311 332 56 lineto 312 closepath fill 313 1 setlinewidth 314 filled 315 0.000 0.000 0.000 nodecolor 316 newpath 185 56 moveto 317 185 75 lineto 318 332 75 lineto 319 332 56 lineto 320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 192.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libPF.h) alignedtext 324 grestore 325 % Node1->Node7 326 gsave 327 1 setlinewidth 328 solid 329 0.667 0.776 0.439 edgecolor 330 newpath 317 106 moveto 331 302 96 283 83 271 75 curveto 332 stroke 333 0.667 0.776 0.439 edgecolor 334 newpath 314.9 108.8 moveto 335 325 112 lineto 336 319.1 103.2 lineto 337 closepath fill 338 1 setlinewidth 339 solid 340 0.667 0.776 0.439 edgecolor 341 newpath 314.9 108.8 moveto 342 325 112 lineto 343 319.1 103.2 lineto 344 closepath stroke 345 grestore 346 % Node8 347 gsave 348 [ /Rect [ 513 57 651 75 ] 349 /Border [ 0 0 0 ] 350 /Action << /Subtype /URI /URI ($emix_8h.html) >> 351 /Subtype /Link 352 /ANN pdfmark 353 0.000 0.000 1.000 nodecolor 354 newpath 513 56 moveto 355 513 75 lineto 356 652 75 lineto 357 652 56 lineto 358 closepath fill 359 1 setlinewidth 360 filled 361 0.000 0.000 0.000 nodecolor 362 newpath 513 56 moveto 363 513 75 lineto 364 652 75 lineto 365 652 56 lineto 366 closepath stroke 367 0.000 0.000 0.000 nodecolor 368 10.00 /FreeSans set_font 369 520.5 61.25 moveto 123 (work/mixpp/bdm/stat/emix.h) alignedtext 370 grestore 371 % Node1->Node8 372 gsave 373 1 setlinewidth 374 solid 375 0.667 0.776 0.439 edgecolor 376 newpath 393 110 moveto 377 439 100 502 84 543 75 curveto 378 stroke 379 0.667 0.776 0.439 edgecolor 380 newpath 392.119 106.607 moveto 381 383 112 lineto 382 393.492 113.471 lineto 383 closepath fill 384 1 setlinewidth 385 solid 386 0.667 0.776 0.439 edgecolor 387 newpath 392.119 106.607 moveto 388 383 112 lineto 389 393.492 113.471 lineto 252 390 closepath stroke 253 391 grestore 254 392 % Node3 255 393 gsave 256 [ /Rect [ 320 57 466 75 ] 257 /Border [ 0 0 0 ] 258 /Action << /Subtype /URI /URI ($libKF_8h.html) >> 259 /Subtype /Link 260 /ANN pdfmark 261 0.000 0.000 1.000 nodecolor 262 newpath 320 56 moveto 263 320 75 lineto 264 467 75 lineto 265 467 56 lineto 266 closepath fill 267 1 setlinewidth 268 filled 269 0.000 0.000 0.000 nodecolor 270 newpath 320 56 moveto 271 320 75 lineto 272 467 75 lineto 273 467 56 lineto 274 closepath stroke 275 0.000 0.000 0.000 nodecolor 276 10.00 /FreeSans set_font 277 327.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libKF.h) alignedtext 278 grestore 279 % Node1->Node3 280 gsave 281 1 setlinewidth 282 solid 283 0.667 0.776 0.439 edgecolor 284 newpath 268 109 moveto 285 298 99 340 84 367 75 curveto 286 stroke 287 0.667 0.776 0.439 edgecolor 288 newpath 266.573 105.774 moveto 289 258 112 lineto 290 268.584 112.479 lineto 291 closepath fill 292 1 setlinewidth 293 solid 294 0.667 0.776 0.439 edgecolor 295 newpath 266.573 105.774 moveto 296 258 112 lineto 297 268.584 112.479 lineto 394 [ /Rect [ 0 1 170 19 ] 395 /Border [ 0 0 0 ] 396 /Action << /Subtype /URI /URI ($sim__var__arx_8cpp.html) >> 397 /Subtype /Link 398 /ANN pdfmark 399 0.000 0.000 1.000 nodecolor 400 newpath 0 0 moveto 401 0 19 lineto 402 171 19 lineto 403 171 0 lineto 404 closepath fill 405 1 setlinewidth 406 filled 407 0.000 0.000 0.000 nodecolor 408 newpath 0 0 moveto 409 0 19 lineto 410 171 19 lineto 411 171 0 lineto 412 closepath stroke 413 0.000 0.000 0.000 nodecolor 414 10.00 /FreeSans set_font 415 7.75 5.25 moveto 154.5 (work/mixpp/pmsm/sim_var_arx.cpp) alignedtext 416 grestore 417 % Node2->Node3 418 gsave 419 1 setlinewidth 420 solid 421 0.667 0.776 0.439 edgecolor 422 newpath 87 46 moveto 423 87 37 86 26 86 19 curveto 424 stroke 425 0.667 0.776 0.439 edgecolor 426 newpath 83.5222 46.3979 moveto 427 88 56 lineto 428 90.4875 45.7013 lineto 429 closepath fill 430 1 setlinewidth 431 solid 432 0.667 0.776 0.439 edgecolor 433 newpath 83.5222 46.3979 moveto 434 88 56 lineto 435 90.4875 45.7013 lineto 436 closepath stroke 437 grestore 438 % Node5 439 gsave 440 [ /Rect [ 188 1 338 19 ] 441 /Border [ 0 0 0 ] 442 /Action << /Subtype /URI /URI ($sim__var_8cpp.html) >> 443 /Subtype /Link 444 /ANN pdfmark 445 0.000 0.000 1.000 nodecolor 446 newpath 188 0 moveto 447 188 19 lineto 448 339 19 lineto 449 339 0 lineto 450 closepath fill 451 1 setlinewidth 452 filled 453 0.000 0.000 0.000 nodecolor 454 newpath 188 0 moveto 455 188 19 lineto 456 339 19 lineto 457 339 0 lineto 458 closepath stroke 459 0.000 0.000 0.000 nodecolor 460 10.00 /FreeSans set_font 461 195.5 5.25 moveto 135 (work/mixpp/pmsm/sim_var.cpp) alignedtext 462 grestore 463 % Node4->Node5 464 gsave 465 1 setlinewidth 466 solid 467 0.667 0.776 0.439 edgecolor 468 newpath 384 53 moveto 469 355 43 314 28 289 19 curveto 470 stroke 471 0.667 0.776 0.439 edgecolor 472 newpath 383.416 56.4788 moveto 473 394 56 lineto 474 385.427 49.7741 lineto 475 closepath fill 476 1 setlinewidth 477 solid 478 0.667 0.776 0.439 edgecolor 479 newpath 383.416 56.4788 moveto 480 394 56 lineto 481 385.427 49.7741 lineto 298 482 closepath stroke 299 483 grestore 300 484 % Node6 301 485 gsave 302 [ /Rect [ 156 57 302 75 ] 303 /Border [ 0 0 0 ] 304 /Action << /Subtype /URI /URI ($libPF_8h.html) >> 305 /Subtype /Link 306 /ANN pdfmark 307 0.000 0.000 1.000 nodecolor 308 newpath 156 56 moveto 309 156 75 lineto 310 303 75 lineto 311 303 56 lineto 312 closepath fill 313 1 setlinewidth 314 filled 315 0.000 0.000 0.000 nodecolor 316 newpath 156 56 moveto 317 156 75 lineto 318 303 75 lineto 319 303 56 lineto 320 closepath stroke 321 0.000 0.000 0.000 nodecolor 322 10.00 /FreeSans set_font 323 163.375 61.25 moveto 131.25 (work/mixpp/bdm/estim/libPF.h) alignedtext 324 grestore 325 % Node1->Node6 326 gsave 327 1 setlinewidth 328 solid 329 0.667 0.776 0.439 edgecolor 330 newpath 229 102 moveto 331 229 93 229 82 229 75 curveto 332 stroke 333 0.667 0.776 0.439 edgecolor 334 newpath 225.5 102 moveto 335 229 112 lineto 336 232.5 102 lineto 337 closepath fill 338 1 setlinewidth 339 solid 340 0.667 0.776 0.439 edgecolor 341 newpath 225.5 102 moveto 342 229 112 lineto 343 232.5 102 lineto 344 closepath stroke 345 grestore 346 % Node4 347 gsave 348 [ /Rect [ 154 1 304 19 ] 349 /Border [ 0 0 0 ] 350 /Action << /Subtype /URI /URI ($sim__var_8cpp.html) >> 351 /Subtype /Link 352 /ANN pdfmark 353 0.000 0.000 1.000 nodecolor 354 newpath 154 0 moveto 355 154 19 lineto 356 305 19 lineto 357 305 0 lineto 358 closepath fill 359 1 setlinewidth 360 filled 361 0.000 0.000 0.000 nodecolor 362 newpath 154 0 moveto 363 154 19 lineto 364 305 19 lineto 365 305 0 lineto 366 closepath stroke 367 0.000 0.000 0.000 nodecolor 368 10.00 /FreeSans set_font 369 161.5 5.25 moveto 135 (work/mixpp/pmsm/sim_var.cpp) alignedtext 370 grestore 371 % Node3->Node4 372 gsave 373 1 setlinewidth 374 solid 375 0.667 0.776 0.439 edgecolor 376 newpath 354 53 moveto 377 324 43 282 28 255 19 curveto 378 stroke 379 0.667 0.776 0.439 edgecolor 380 newpath 353.416 56.4788 moveto 381 364 56 lineto 382 355.427 49.7741 lineto 383 closepath fill 384 1 setlinewidth 385 solid 386 0.667 0.776 0.439 edgecolor 387 newpath 353.416 56.4788 moveto 388 364 56 lineto 389 355.427 49.7741 lineto 390 closepath stroke 391 grestore 392 % Node5 393 gsave 394 [ /Rect [ 322 1 598 19 ] 486 [ /Rect [ 356 1 632 19 ] 395 487 /Border [ 0 0 0 ] 396 488 /Action << /Subtype /URI /URI ($ekf__obj_8h.html) >> … … 398 490 /ANN pdfmark 399 491 0.000 0.000 1.000 nodecolor 400 newpath 3 220 moveto401 3 2219 lineto402 59819 lineto403 5980 lineto404 closepath fill 405 1 setlinewidth 406 filled 407 0.000 0.000 0.000 nodecolor 408 newpath 3 220 moveto409 3 2219 lineto410 59819 lineto411 5980 lineto412 closepath stroke 413 0.000 0.000 0.000 nodecolor 414 10.00 /FreeSans set_font 415 3 29.875 5.25 moveto 260.25 (work/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.h) alignedtext416 grestore 417 % Node 3->Node5418 gsave 419 1 setlinewidth 420 solid 421 0.667 0.776 0.439 edgecolor 422 newpath 4 13 49moveto423 4 25 40 439 27 44919 curveto424 stroke 425 0.667 0.776 0.439 edgecolor 426 newpath 4 10.221 46.7809moveto427 4 05 56 lineto428 4 14.831 52.0489lineto429 closepath fill 430 1 setlinewidth 431 solid 432 0.667 0.776 0.439 edgecolor 433 newpath 4 10.221 46.7809moveto434 4 05 56 lineto435 4 14.831 52.0489lineto436 closepath stroke 437 grestore 438 % Node 6->Node4439 gsave 440 1 setlinewidth 441 solid 442 0.667 0.776 0.439 edgecolor 443 newpath 2 2946 moveto444 2 29 37 229 26 22919 curveto445 stroke 446 0.667 0.776 0.439 edgecolor 447 newpath 2 25.5 46moveto448 2 29 56 lineto449 2 32.5 46lineto450 closepath fill 451 1 setlinewidth 452 solid 453 0.667 0.776 0.439 edgecolor 454 newpath 2 25.5 46moveto455 2 29 56 lineto456 2 32.5 46lineto492 newpath 356 0 moveto 493 356 19 lineto 494 632 19 lineto 495 632 0 lineto 496 closepath fill 497 1 setlinewidth 498 filled 499 0.000 0.000 0.000 nodecolor 500 newpath 356 0 moveto 501 356 19 lineto 502 632 19 lineto 503 632 0 lineto 504 closepath stroke 505 0.000 0.000 0.000 nodecolor 506 10.00 /FreeSans set_font 507 363.875 5.25 moveto 260.25 (work/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.h) alignedtext 508 grestore 509 % Node4->Node6 510 gsave 511 1 setlinewidth 512 solid 513 0.667 0.776 0.439 edgecolor 514 newpath 443 50 moveto 515 456 40 471 27 482 19 curveto 516 stroke 517 0.667 0.776 0.439 edgecolor 518 newpath 440.9 47.2 moveto 519 435 56 lineto 520 445.1 52.8 lineto 521 closepath fill 522 1 setlinewidth 523 solid 524 0.667 0.776 0.439 edgecolor 525 newpath 440.9 47.2 moveto 526 435 56 lineto 527 445.1 52.8 lineto 528 closepath stroke 529 grestore 530 % Node7->Node5 531 gsave 532 1 setlinewidth 533 solid 534 0.667 0.776 0.439 edgecolor 535 newpath 260 46 moveto 536 261 37 261 26 262 19 curveto 537 stroke 538 0.667 0.776 0.439 edgecolor 539 newpath 256.512 45.7013 moveto 540 259 56 lineto 541 263.478 46.3979 lineto 542 closepath fill 543 1 setlinewidth 544 solid 545 0.667 0.776 0.439 edgecolor 546 newpath 256.512 45.7013 moveto 547 259 56 lineto 548 263.478 46.3979 lineto 457 549 closepath stroke 458 550 grestore … … 464 556 %%Trailer 465 557 %%Pages: 1 466 %%BoundingBox: 36 36 6 42176558 %%BoundingBox: 36 36 695 176 467 559 end 468 560 restore -
TabularUnified doc/latex/libEF_8h__dep__incl.md5 ¶
r99 r106 1 6cf63d3e6ccb0f063099ab2356f4cbc6 1 d00e9417b53ce6d78e4110b8f4bf8b32 -
TabularUnified doc/latex/refman.tex ¶
r99 r106 21 21 {\large Generated by Doxygen 1.5.5}\\ 22 22 \vspace*{0.5cm} 23 {\small Fri May 9 16:15:202008}\\23 {\small Fri May 9 23:06:27 2008}\\ 24 24 \end{center} 25 25 \end{titlepage} … … 58 58 \include{classEKFfixed} 59 59 \include{classEKFfull} 60 \include{classemix} 60 61 \include{classenorm} 61 62 \include{classepdf} … … 96 97 \include{chmat_8h} 97 98 \include{libDC_8h} 99 \include{emix_8h} 98 100 \include{libBM_8h} 99 101 \include{libDS_8h} … … 101 103 \include{loggers_8h} 102 104 \include{sim__var_8cpp} 105 \include{sim__var__arx_8cpp} 103 106 \include{ekf__obj_8h} 104 107 \printindex