Show
Ignore:
Timestamp:
03/06/09 15:03:45 (16 years ago)
Author:
smidl
Message:

correction of ARX tutorial

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classbdm_1_1mratio.html

    r287 r290  
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    33<title>mixpp: bdm::mratio Class Reference</title> 
     4<link href="tabs.css" rel="stylesheet" type="text/css"> 
    45<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    5 <link href="tabs.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.6 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    5353      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    5454      <li><a href="modules.html"><span>Modules</span></a></li> 
    55       <li class="current"><a href="classes.html"><span>Classes</span></a></li> 
     55      <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 
    5656      <li><a href="files.html"><span>Files</span></a></li> 
    5757    </ul> 
     
    5959  <div class="tabs"> 
    6060    <ul> 
    61       <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li> 
    6261      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> 
     62      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> 
    6363      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> 
    6464      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> 
     
    6969</div> 
    7070<div class="contents"> 
    71 <h1>bdm::mratio Class Reference</h1><!-- doxytag: class="bdm::mratio" --><!-- doxytag: inherits="bdm::mpdf" --><code>#include &lt;<a class="el" href="emix_8h-source.html">emix.h</a>&gt;</code> 
    72 <p> 
    73 <div class="dynheader"> 
    74 Inheritance diagram for bdm::mratio:</div> 
    75 <div class="dynsection"> 
    76  
    77 <p><center><img src="classbdm_1_1mratio.png" usemap="#bdm::mratio_map" border="0" alt=""></center> 
    78 <map name="bdm::mratio_map"> 
    79 <area href="classbdm_1_1mpdf.html" alt="bdm::mpdf" shape="rect" coords="0,56,86,80"> 
    80 <area href="classbdm_1_1bdmroot.html" alt="bdm::bdmroot" shape="rect" coords="0,0,86,24"> 
    81 </map> 
    82 </div> 
    83  
    84 <p> 
    85 <a href="classbdm_1_1mratio-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 
    86 Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: <p class="formulaDsp"> 
     71<h1>bdm::mratio Class Reference</h1><!-- doxytag: class="bdm::mratio" --><!-- doxytag: inherits="bdm::mpdf" -->Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: <p class="formulaDsp"> 
    8772<img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_35.png"> 
    8873<p> 
    89  where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_36.png">.  
    90 <p> 
    91 In particular this type of arise by conditioning of a mixture model.<p> 
    92 At present the only supported operation is <a class="el" href="classbdm_1_1mratio.html#3a2cbce8c61ca9f592d9c2220f7c1204" title="Shortcut for conditioning and evaluation of the internal epdf. In some cases, this...">evallogcond()</a>. <table border="0" cellpadding="0" cellspacing="0"> 
     74 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_36.png">.   
     75<a href="#_details">More...</a> 
     76<p> 
     77<code>#include &lt;<a class="el" href="emix_8h-source.html">emix.h</a>&gt;</code> 
     78<p> 
     79 
     80<p> 
     81<a href="classbdm_1_1mratio-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
    9382<tr><td></td></tr> 
    9483<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
     
    181170<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">pointer to internal <a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> <br></td></tr> 
    182171</table> 
    183 <hr><h2>Constructor &amp; Destructor Documentation</h2> 
     172<hr><a name="_details"></a><h2>Detailed Description</h2> 
     173Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: <p class="formulaDsp"> 
     174<img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_35.png"> 
     175<p> 
     176 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_36.png">.  
     177<p> 
     178In particular this type of arise by conditioning of a mixture model.<p> 
     179At present the only supported operation is <a class="el" href="classbdm_1_1mratio.html#3a2cbce8c61ca9f592d9c2220f7c1204" title="Shortcut for conditioning and evaluation of the internal epdf. In some cases, this...">evallogcond()</a>. <hr><h2>Constructor &amp; Destructor Documentation</h2> 
    184180<a class="anchor" name="0ff56d13f9515d7e5f23b7a4cc5529b4"></a><!-- doxytag: member="bdm::mratio::mratio" ref="0ff56d13f9515d7e5f23b7a4cc5529b4" args="(const epdf *nom0, const RV &amp;rv, bool copy=false)" --> 
    185181<div class="memitem"> 
     
    215211<p> 
    216212Default constructor. By default, the given <a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> is not copied! It is assumed that this function will be used only temporarily.  
    217 <p>References <a class="el" href="libBM_8h-source.html#l00279">bdm::epdf::_rv()</a>, <a class="el" href="emix_8h-source.html#l00041">den</a>, <a class="el" href="emix_8h-source.html#l00043">destroynom</a>, <a class="el" href="libBM_8h-source.html#l00302">bdm::mpdf::ep</a>, <a class="el" href="libBM_8h-source.html#l00126">bdm::RV::length()</a>, <a class="el" href="libBM_8h-source.html#l00256">bdm::epdf::marginal()</a>, <a class="el" href="emix_8h-source.html#l00039">nom</a>, <a class="el" href="libBM_8h-source.html#l00300">bdm::mpdf::rvc</a>, <a class="el" href="libBM_8h-source.html#l00275">bdm::epdf::set_rv()</a>, and <a class="el" href="libBM_8cpp-source.html#l00194">bdm::RV::subt()</a>.</p> 
     213<p>References <a class="el" href="libBM_8h-source.html#l00122">bdm::RV::_dsize()</a>, <a class="el" href="libBM_8h-source.html#l00279">bdm::epdf::_rv()</a>, <a class="el" href="emix_8h-source.html#l00041">den</a>, <a class="el" href="emix_8h-source.html#l00043">destroynom</a>, <a class="el" href="libBM_8h-source.html#l00298">bdm::mpdf::dimc</a>, <a class="el" href="emix_8h-source.html#l00045">dl</a>, <a class="el" href="libBM_8h-source.html#l00302">bdm::mpdf::ep</a>, <a class="el" href="libBM_8h-source.html#l00126">bdm::RV::length()</a>, <a class="el" href="libBM_8h-source.html#l00256">bdm::epdf::marginal()</a>, <a class="el" href="emix_8h-source.html#l00039">nom</a>, <a class="el" href="libBM_8h-source.html#l00300">bdm::mpdf::rvc</a>, <a class="el" href="libBM_8h-source.html#l00437">bdm::datalink_m2e::set_connection()</a>, <a class="el" href="libBM_8h-source.html#l00235">bdm::epdf::set_parameters()</a>, <a class="el" href="libBM_8h-source.html#l00275">bdm::epdf::set_rv()</a>, and <a class="el" href="libBM_8cpp-source.html#l00194">bdm::RV::subt()</a>.</p> 
    218214 
    219215</div> 
     
    296292<li><a class="el" href="emix_8h-source.html">emix.h</a></ul> 
    297293</div> 
    298 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:20 2009 for mixpp by&nbsp; 
     294<hr size="1"><address style="text-align: right;"><small>Generated on Fri Mar 6 15:01:39 2009 for mixpp by&nbsp; 
    299295<a href="http://www.doxygen.org/index.html"> 
    300 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> 
     296<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    301297</body> 
    302298</html>