Changeset 1196 for library/bdm/stat

Show
Ignore:
Timestamp:
09/24/10 21:36:43 (14 years ago)
Author:
smidl
Message:

monitor Neff + test enorm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r1189 r1196  
    384384UIREGISTER2(estudent,ldmat); 
    385385UIREGISTER2(estudent,chmat); 
     386 
     387// template < class sq_T, template <typename> class TEpdf = estudent > 
     388// class mstudent : public pdf_internal< TEpdf<sq_T> > { 
     389// protected: 
     390//      //! Internal epdf that arise by conditioning on \c rvc 
     391//      mat A; 
     392//      //! Constant additive term 
     393//      vec mu_const; 
     394//       
     395// public: 
     396//      void condition( const vec &cond ) { 
     397//              iepdf._mu()=A*val*mu_const; 
     398//      } 
     399//               
     400// }; 
    386401 
    387402/*! 
     
    11361151class mlnorm : public pdf_internal< TEpdf<sq_T> > { 
    11371152protected: 
    1138     //! Internal epdf that arise by conditioning on \c rvc 
    1139     mat A; 
    1140     //! Constant additive term 
    1141     vec mu_const; 
    1142 //            vec& _mu; //cached epdf.mu; !!!!!! WHY NOT? 
     1153        //! Internal epdf that arise by conditioning on \c rvc 
     1154        mat A; 
     1155        //! Constant additive term 
     1156        vec mu_const; 
     1157        //            vec& _mu; //cached epdf.mu; !!!!!! WHY NOT? 
    11431158public: 
    11441159    //! \name Constructors