Changeset 271 for doc/html/tutorial.html

Show
Ignore:
Timestamp:
02/16/09 10:03:13 (15 years ago)
Author:
smidl
Message:

Next major revision

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/tutorial.html

    r270 r271  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    3 <title>mixpp: Tutorials</title> 
     3<title>mixpp: Tutorial in Bayesian estimation</title> 
    44<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    55<link href="tabs.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    77<!-- Generated by Doxygen 1.5.6 --> 
     8<script type="text/javascript"> 
     9<!-- 
     10function changeDisplayState (e){ 
     11  var num=this.id.replace(/[^[0-9]/g,''); 
     12  var button=this.firstChild; 
     13  var sectionDiv=document.getElementById('dynsection'+num); 
     14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 
     15    sectionDiv.style.display='block'; 
     16    button.src='open.gif'; 
     17  }else{ 
     18    sectionDiv.style.display='none'; 
     19    button.src='closed.gif'; 
     20  } 
     21} 
     22function initDynSections(){ 
     23  var divs=document.getElementsByTagName('div'); 
     24  var sectionCounter=1; 
     25  for(var i=0;i<divs.length-1;i++){ 
     26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 
     27      var header=divs[i]; 
     28      var section=divs[i+1]; 
     29      var button=header.firstChild; 
     30      if (button!='IMG'){ 
     31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 
     32        button=document.createElement('img'); 
     33        divs[i].insertBefore(button,divs[i].firstChild); 
     34      } 
     35      header.style.cursor='pointer'; 
     36      header.onclick=changeDisplayState; 
     37      header.id='dynheader'+sectionCounter; 
     38      button.src='closed.gif'; 
     39      section.id='dynsection'+sectionCounter; 
     40      section.style.display='none'; 
     41      section.style.marginLeft='14px'; 
     42      sectionCounter++; 
     43    } 
     44  } 
     45} 
     46window.onload = initDynSections; 
     47--> 
     48</script> 
    849<div class="navigation" id="top"> 
    950  <div class="tabs"> 
    1051    <ul> 
    11       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
     52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    1253      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    1354      <li><a href="modules.html"><span>Modules</span></a></li> 
    14       <li><a href="namespaces.html"><span>Namespaces</span></a></li> 
    1555      <li><a href="classes.html"><span>Classes</span></a></li> 
    1656      <li><a href="files.html"><span>Files</span></a></li> 
     
    1959</div> 
    2060<div class="contents"> 
    21 <h1><a class="anchor" name="tutorial">Tutorials </a></h1><p> 
    22 This page contains some tutorial examples that will help you getting started using BDM.<p> 
    23 Linear algebra in BDM (using IT++):<ul> 
    24 <li><a class="el" href="vector_and_matrix.html">A very simple tutorial about vectors and matrixes</a></li><li><a class="el" href="itfile.html">Writing and reading data from files</a></li><li><a class="el" href="timer.html">Using timers to measure execution time</a></li></ul> 
     61<h1><a class="anchor" name="tutorial">Tutorial in Bayesian estimation </a></h1><p> 
     62This page contains some interactive examples of Bayesian decision making:<p> 
     63Estimation:<ul> 
     64<li><a class="el" href="tut_arx.html">Theory of ARX model estimation</a></li></ul> 
    2565<p> 
    26 Examples of estimation (BDM):<ul> 
    27 <li><a class="el" href="arx.html">Example of ARX model estimation</a></li><li>kalman</li></ul> 
    28 <p> 
    29 Matlab:<ul> 
    30 <li>matlab_bdm </li></ul> 
     66Examples of control (BDM):<ul> 
     67<li>To be done... </li></ul> 
    3168</div> 
    32 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:33:57 2009 for mixpp by&nbsp; 
     69<hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 15 23:09:26 2009 for mixpp by&nbsp; 
    3370<a href="http://www.doxygen.org/index.html"> 
    3471<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>