Show
Ignore:
Timestamp:
05/27/10 23:07:49 (14 years ago)
Author:
smidl
Message:

Flatten has an extra argument

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx.h

    r1009 r1013  
    8989        }; 
    9090        double logpred ( const vec &yt, const vec &cond ) const; 
    91         void flatten ( const BMEF* B ); 
     91        void flatten ( const BMEF* B , double weight ); 
    9292        //! Conditioned version of the predictor 
    9393        enorm<ldmat>* epredictor ( const vec &rgr ) const;