Changeset 614 for library/doc/html/classbdm_1_1EpdfDS.html
- Timestamp:
- 09/13/09 23:14:58 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1EpdfDS.html
r608 r614 72 72 <div class="contents"> 73 73 <h1>bdm::EpdfDS Class Reference</h1><!-- doxytag: class="bdm::EpdfDS" --><!-- doxytag: inherits="bdm::DS" --> 74 <p>Simulate data from a static pdf Trivial example of a data source, could be used for tests of some estimation algorithms. For example, simulating data from a mixture model and feeding them to mixture model estimators.74 <p>Simulate data from a static pdf (<a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>). 75 75 <a href="#_details">More...</a></p> 76 76 … … 92 92 const <a class="el" href="classbdm_1_1RV.html">RV</a> & </td><td class="memItemRight" valign="bottom"><b>_drv</b> ()</td></tr> 93 93 <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1EpdfDS.html#a3fdfb570b5d12332b2ba5662d17badac">from_setting</a> (const Setting &set)</td></tr> 94 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0a35af977871319479542183fde6a647"></a><!-- doxytag: member="bdm::EpdfDS::validate" ref="a0a35af977871319479542183fde6a647" args="()" --> 95 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1EpdfDS.html#a0a35af977871319479542183fde6a647">validate</a> ()</td></tr> 96 <tr><td class="mdescLeft"> </td><td class="mdescRight">This method TODO. <br/></td></tr> 97 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a76d11928675f276f805655ae2a05d773"></a><!-- doxytag: member="bdm::EpdfDS::max_length" ref="a76d11928675f276f805655ae2a05d773" args="()" --> 98 virtual int </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1DS.html#a76d11928675f276f805655ae2a05d773">max_length</a> ()</td></tr> 99 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns maximum number of provided data, by default it is set to maximum allowed length, shorter <a class="el" href="classbdm_1_1DS.html" title="Abstract class for discrete-time sources of data.">DS</a> should overload this method! See, <a class="el" href="classbdm_1_1MemDS.html#a339a488b93f2fc37c80d9a9573fbd421" title="Returns maximum number of provided data, by default it is set to maximum allowed...">MemDS.max_length()</a>. <br/></td></tr> 94 100 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af5baeee8528e5e4c5c7a344b2e3f192a"></a><!-- doxytag: member="bdm::EpdfDS::write" ref="af5baeee8528e5e4c5c7a344b2e3f192a" args="(vec &ut)" --> 95 101 virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1DS.html#af5baeee8528e5e4c5c7a344b2e3f192a">write</a> (vec &ut)</td></tr> … … 122 128 virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1root.html#a67d954d255ede776eade7334d4895790">to_setting</a> (Setting &set) const </td></tr> 123 129 <tr><td class="mdescLeft"> </td><td class="mdescRight">This method save all the instance properties into the Setting structure. <br/></td></tr> 124 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1c314bd6d6dacb8ba78ea5eb88fd9516"></a><!-- doxytag: member="bdm::EpdfDS::validate" ref="a1c314bd6d6dacb8ba78ea5eb88fd9516" args="()" -->125 virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1root.html#a1c314bd6d6dacb8ba78ea5eb88fd9516">validate</a> ()</td></tr>126 <tr><td class="mdescLeft"> </td><td class="mdescRight">This method TODO. <br/></td></tr>127 130 <tr><td colspan="2"><h2>Protected Attributes</h2></td></tr> 128 131 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a83784c6ca9d311a38ff768cb0718c5b5"></a><!-- doxytag: member="bdm::EpdfDS::iepdf" ref="a83784c6ca9d311a38ff768cb0718c5b5" args="" --> … … 157 160 </table> 158 161 <hr/><a name="_details"></a><h2>Detailed Description</h2> 159 <p>Simulate data from a static pdf Trivial example of a data source, could be used for tests of some estimation algorithms. For example, simulating data from a mixture model and feeding them to mixture model estimators. </p> 162 <p>Simulate data from a static pdf (<a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>). </p> 163 <p>Trivial example of a data source, could be used for tests of some estimation algorithms. For example, simulating data from a mixture model and feeding them to mixture model estimators. </p> 160 164 <hr/><h2>Member Function Documentation</h2> 161 165 <a class="anchor" id="a3fdfb570b5d12332b2ba5662d17badac"></a><!-- doxytag: member="bdm::EpdfDS::from_setting" ref="a3fdfb570b5d12332b2ba5662d17badac" args="(const Setting &set)" --> … … 174 178 </div> 175 179 <div class="memdoc"> 176 <div class="fragment"><pre class="fragment"> <span class="keyword">class </span>= " PdfDS";177 epdf = {<span class="keyword">class</span>=<span class="stringliteral">"epdf_offspring"</span>, ...}<span class="comment">// list of points</span>180 <div class="fragment"><pre class="fragment"> <span class="keyword">class </span>= "EpdfDS"; 181 epdf = {<span class="keyword">class</span>=<span class="stringliteral">"epdf_offspring"</span>, ...}<span class="comment">// uncondtitional density to sample from</span> 178 182 </pre></div> 179 183 <p>Reimplemented from <a class="el" href="classbdm_1_1root.html#a0551e3121091c5199bf4413b50522176">bdm::root</a>.</p> 180 184 181 <p>References <a class="el" href=" datasources_8h_source.html#l00068">dt</a>, and <a class="el" href="datasources_8h_source.html#l00066">iepdf</a>.</p>185 <p>References <a class="el" href="bdmerror_8h_source.html#l00035">bdm_assert</a>, <a class="el" href="datasources_8h_source.html#l00105">dt</a>, <a class="el" href="bdmbase_8h_source.html#l00951">bdm::DS::dtsize</a>, <a class="el" href="datasources_8h_source.html#l00103">iepdf</a>, <a class="el" href="bdmbase_8h_source.html#l01023">bdm::DS::set_drv()</a>, and <a class="el" href="bdmbase_8h_source.html#l00953">bdm::DS::utsize</a>.</p> 182 186 183 187 </div> … … 187 191 </ul> 188 192 </div> 189 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 22:11:332009 for mixpp by 193 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 22:40:42 2009 for mixpp by 190 194 <a href="http://www.doxygen.org/index.html"> 191 195 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>