[591] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 3 | <head> |
---|
| 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
---|
[397] | 5 | <title>mixpp: datasources.h File Reference</title> |
---|
[591] | 6 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
---|
| 7 | <link href="doxygen.css" rel="stylesheet" type="text/css"/> |
---|
| 8 | </head> |
---|
| 9 | <body> |
---|
| 10 | <!-- Generated by Doxygen 1.6.1 --> |
---|
[271] | 11 | <script type="text/javascript"> |
---|
| 12 | <!-- |
---|
| 13 | function changeDisplayState (e){ |
---|
| 14 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 15 | var button=this.firstChild; |
---|
| 16 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 17 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 18 | sectionDiv.style.display='block'; |
---|
| 19 | button.src='open.gif'; |
---|
| 20 | }else{ |
---|
| 21 | sectionDiv.style.display='none'; |
---|
| 22 | button.src='closed.gif'; |
---|
| 23 | } |
---|
| 24 | } |
---|
| 25 | function initDynSections(){ |
---|
| 26 | var divs=document.getElementsByTagName('div'); |
---|
| 27 | var sectionCounter=1; |
---|
| 28 | for(var i=0;i<divs.length-1;i++){ |
---|
| 29 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 30 | var header=divs[i]; |
---|
| 31 | var section=divs[i+1]; |
---|
| 32 | var button=header.firstChild; |
---|
| 33 | if (button!='IMG'){ |
---|
| 34 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 35 | button=document.createElement('img'); |
---|
| 36 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 37 | } |
---|
| 38 | header.style.cursor='pointer'; |
---|
| 39 | header.onclick=changeDisplayState; |
---|
| 40 | header.id='dynheader'+sectionCounter; |
---|
| 41 | button.src='closed.gif'; |
---|
| 42 | section.id='dynsection'+sectionCounter; |
---|
| 43 | section.style.display='none'; |
---|
| 44 | section.style.marginLeft='14px'; |
---|
| 45 | sectionCounter++; |
---|
| 46 | } |
---|
| 47 | } |
---|
| 48 | } |
---|
| 49 | window.onload = initDynSections; |
---|
| 50 | --> |
---|
| 51 | </script> |
---|
[106] | 52 | <div class="navigation" id="top"> |
---|
| 53 | <div class="tabs"> |
---|
| 54 | <ul> |
---|
[271] | 55 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
[106] | 56 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
[290] | 57 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
[106] | 58 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
| 59 | </ul> |
---|
| 60 | </div> |
---|
[290] | 61 | <div class="tabs"> |
---|
| 62 | <ul> |
---|
| 63 | <li><a href="files.html"><span>File List</span></a></li> |
---|
| 64 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
| 65 | </ul> |
---|
| 66 | </div> |
---|
[106] | 67 | </div> |
---|
| 68 | <div class="contents"> |
---|
[591] | 69 | <h1>datasources.h File Reference</h1> |
---|
| 70 | <p>Common DataSources. |
---|
| 71 | <a href="#_details">More...</a></p> |
---|
| 72 | <code>#include "../base/bdmbase.h"</code><br/> |
---|
| 73 | <code>#include "../stat/exp_family.h"</code><br/> |
---|
| 74 | <code>#include "../base/user_info.h"</code><br/> |
---|
[106] | 75 | |
---|
[591] | 76 | <p><a href="datasources_8h_source.html">Go to the source code of this file.</a></p> |
---|
| 77 | <table border="0" cellpadding="0" cellspacing="0"> |
---|
| 78 | <tr><td colspan="2"><h2>Classes</h2></td></tr> |
---|
| 79 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1MemDS.html">bdm::MemDS</a></td></tr> |
---|
| 80 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Memory storage of off-line data column-wise. <a href="classbdm_1_1MemDS.html#_details">More...</a><br/></td></tr> |
---|
[608] | 81 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1EpdfDS.html">bdm::EpdfDS</a></td></tr> |
---|
[614] | 82 | <tr><td class="mdescLeft"> </td><td class="mdescRight">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>). <a href="classbdm_1_1EpdfDS.html#_details">More...</a><br/></td></tr> |
---|
[608] | 83 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1MpdfDS.html">bdm::MpdfDS</a></td></tr> |
---|
| 84 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Simulate data from conditional density Still having only one density but allowing conditioning on either input or delayed values. <a href="classbdm_1_1MpdfDS.html#_details">More...</a><br/></td></tr> |
---|
[591] | 85 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1FileDS.html">bdm::FileDS</a></td></tr> |
---|
| 86 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1ITppFileDS.html">bdm::ITppFileDS</a></td></tr> |
---|
| 87 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read Data Matrix from an IT file. <a href="classbdm_1_1ITppFileDS.html#_details">More...</a><br/></td></tr> |
---|
| 88 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1CsvFileDS.html">bdm::CsvFileDS</a></td></tr> |
---|
[608] | 89 | <tr><td class="mdescLeft"> </td><td class="mdescRight">CSV file data storage The constructor creates <code>Data</code> matrix from the records in a CSV file <code>fname</code>. The orientation can be of two types: 1. <code>BY_COL</code> which is default - the data are stored in columns; one column per time <img class="formulaInl" alt="$t$" src="form_22.png"/>, one row per data item. 2. <code>BY_ROW</code> if the data are stored the classical CSV style. Then each column stores the values for data item, for ex. <img class="formulaInl" alt="$[y_{t} y_{t-1} ...]$" src="form_23.png"/>, one row for each discrete time instant. <a href="classbdm_1_1CsvFileDS.html#_details">More...</a><br/></td></tr> |
---|
[591] | 90 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1ArxDS.html">bdm::ArxDS</a></td></tr> |
---|
| 91 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Generator of <a class="el" href="classbdm_1_1ARX.html" title="Linear Autoregressive model with Gaussian noise.">ARX</a> data. <a href="classbdm_1_1ArxDS.html#_details">More...</a><br/></td></tr> |
---|
| 92 | <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1stateDS.html">bdm::stateDS</a></td></tr> |
---|
| 93 | <tr><td colspan="2"><h2>Functions</h2></td></tr> |
---|
[614] | 94 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a93d81e12d767495db4dc26e8d75bee8c"></a><!-- doxytag: member="datasources.h::UIREGISTER" ref="a93d81e12d767495db4dc26e8d75bee8c" args="(MemDS)" --> |
---|
| 95 | </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (MemDS)</td></tr> |
---|
[608] | 96 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acd2de21de88c4cfaa537c1b45f7f16e2"></a><!-- doxytag: member="datasources.h::UIREGISTER" ref="acd2de21de88c4cfaa537c1b45f7f16e2" args="(EpdfDS)" --> |
---|
| 97 | </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (EpdfDS)</td></tr> |
---|
| 98 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7abf155136d7e4098afde2760748c140"></a><!-- doxytag: member="datasources.h::UIREGISTER" ref="a7abf155136d7e4098afde2760748c140" args="(MpdfDS)" --> |
---|
| 99 | </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (MpdfDS)</td></tr> |
---|
[591] | 100 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a05631c006d04c698b12d0d7d006c6a7a"></a><!-- doxytag: member="datasources.h::UIREGISTER" ref="a05631c006d04c698b12d0d7d006c6a7a" args="(ITppFileDS)" --> |
---|
[397] | 101 | </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (ITppFileDS)</td></tr> |
---|
[591] | 102 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6c0858af1ba515ea798b5a40ae9a7739"></a><!-- doxytag: member="datasources.h::SHAREDPTR" ref="a6c0858af1ba515ea798b5a40ae9a7739" args="(ITppFileDS)" --> |
---|
[538] | 103 | </td><td class="memItemRight" valign="bottom"><b>bdm::SHAREDPTR</b> (ITppFileDS)</td></tr> |
---|
[591] | 104 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a73c3e5afec7f7de0d38f1c7c2d0fa7e9"></a><!-- doxytag: member="datasources.h::UIREGISTER" ref="a73c3e5afec7f7de0d38f1c7c2d0fa7e9" args="(ArxDS)" --> |
---|
[397] | 105 | </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (ArxDS)</td></tr> |
---|
[591] | 106 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7822bbafd1e5b98879a9dbd6949dc86c"></a><!-- doxytag: member="datasources.h::SHAREDPTR" ref="a7822bbafd1e5b98879a9dbd6949dc86c" args="(ArxDS)" --> |
---|
[538] | 107 | </td><td class="memItemRight" valign="bottom"><b>bdm::SHAREDPTR</b> (ArxDS)</td></tr> |
---|
[591] | 108 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9ff207d4ab8aefb981a9f111278d9500"></a><!-- doxytag: member="datasources.h::UIREGISTER" ref="a9ff207d4ab8aefb981a9f111278d9500" args="(stateDS)" --> |
---|
[397] | 109 | </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (stateDS)</td></tr> |
---|
[591] | 110 | <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a581b55866c58d1100a92f48aeec1236b"></a><!-- doxytag: member="datasources.h::SHAREDPTR" ref="a581b55866c58d1100a92f48aeec1236b" args="(stateDS)" --> |
---|
[538] | 111 | </td><td class="memItemRight" valign="bottom"><b>bdm::SHAREDPTR</b> (stateDS)</td></tr> |
---|
[106] | 112 | </table> |
---|
[591] | 113 | <hr/><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 114 | <p>Common DataSources. </p> |
---|
| 115 | <dl class="author"><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> |
---|
| 116 | <p>----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty</p> |
---|
| 117 | <p>Using IT++ for numerical operations ----------------------------------- </p> |
---|
| 118 | </div> |
---|
[614] | 119 | <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 22:40:40 2009 for mixpp by |
---|
[106] | 120 | <a href="http://www.doxygen.org/index.html"> |
---|
[591] | 121 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> |
---|
[106] | 122 | </body> |
---|
| 123 | </html> |
---|