Changeset 262 for bdm/stat/libEF.h

Show
Ignore:
Timestamp:
02/09/09 23:10:36 (15 years ago)
Author:
smidl
Message:

cleanup of include files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libEF.h

    r256 r262  
    1414#define EF_H 
    1515 
    16 #include <itpp/itbase.h> 
    17 #include "../math/libDC.h" 
     16 
    1817#include "libBM.h" 
    19 #include "../itpp_ext.h" 
     18#include "../math/chmat.h" 
    2019//#include <std> 
    2120 
     
    193192        vec sample() const; 
    194193        vec mean() const; 
    195         vec variance() const{it_error("Not implemented"); return vec(0);}; 
     194        vec variance() const; 
    196195        void mean_mat ( mat &M, mat&R ) const; 
    197196        //! In this instance, val= [theta, r]. For multivariate instances, it is stored columnwise val = [theta_1 theta_2 ... r_1 r_2 ] 
     
    466465 
    467466/*! (Approximate) Student t density with linear function of mean value 
     467 
     468The internal epdf of this class is of the type of a Gaussian (enorm).  
     469However, each conditioning is trying to assure the best possible approximation by taking into account the zeta function. See [] for reference. 
     470 
     471Perhaps a moment-matching technique?  
    468472*/ 
    469473class mlstudent : public mlnorm<ldmat> {