Show
Ignore:
Timestamp:
05/18/10 16:54:25 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/tutorial/007userguide_pdf.dox

    r944 r948  
    55 
    66The tutorial is written for the BDM toolbox, if you are interested in use of C++ classes see class reference pages. 
     7 
     8Table of content: 
     9 - \ref ug_pdf_create  
     10 - \ref ug_pdf_marg  
     11 - \ref ug_pdf_cond  
     12 - \ref ug_pdf_fnc  
     13 - \ref ug_pdf_mex  
    714 
    815\section ug_pdf_create Using built-in pdfs 
     
    2027\li mu denotes mean value 
    2128\li R denotes variance (written in full matrix regardles of the used decomposition), 
     29\li parameters mu and R are vector and matrix, respectively. They can be given directly (as in Nab.mu) or as a result of arbitrary matlab function, (as in Nab.R) 
    2230\li rv denotes names assigned to the variables. RV is more complicated structure, but here it is sufficient to use default values. 
    2331\li rv is an optional parameter, some operations do not need it, such as sampling or evaluation of moments