root/library/bdm/estim/arx_straux.cpp @ 585

Revision 585, 260 bytes (checked in by smidl, 15 years ago)

ticket #12 preparations

Line 
1#include "arx.h"
2
3namespace bdm {
4
5ivec straux1(ldmat Ld, double nu, ldmat Ld0, double nu0/*, ivec belief, int nbest, int max_nrep, double lambda, int order_k, ivec &rgrsout*/);{
6// see utia_legacy/ticket_12/ implementation and str_test.m
7
8return ivec();
9}
10
11}
Note: See TracBrowser for help on using the browser.