root/library/bdm/estim/arx_straux.h @ 606

Revision 606, 0.6 kB (checked in by smidl, 15 years ago)

ticket 12

Line 
1/*!
2  \file
3  \brief Bayesian Filtering for generalized autoregressive (ARX) model
4  \author Vaclav Smidl.
5
6  -----------------------------------
7  BDM++ - C++ library for Bayesian Decision Making under Uncertainty
8
9  Using IT++ for numerical operations
10  -----------------------------------
11*/
12
13#ifndef STRAUX_H
14#define STRAUX_H
15
16namespace bdm {
17
18        //! Rplication of Ludvik Tesar original straux1 from mixtools straux1
19ivec straux1(ldmat Ld, double nu, ldmat Ld0, double nu0, ivec belief, int nbest, int max_nrep, double lambda, int order_k, ivec &rgrsout);
20
21}
22
23#endif // STRAUX_H
24
Note: See TracBrowser for help on using the browser.