Show
Ignore:
Timestamp:
05/26/10 23:33:28 (14 years ago)
Author:
smidl
Message:

Scheduling of forgetting factor

Files:
1 modified

Legend:

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

    r992 r996  
    404404} 
    405405 
    406 // mat egamma::sample ( int N ) const { 
    407 //      mat Smp ( rv.count(),N ); 
    408 //      int i,j; 
    409 // 
    410 //      for ( i=0; i<rv.count(); i++ ) { 
    411 //              GamRNG.setup ( alpha ( i ),beta ( i ) ); 
    412 // 
    413 //              for ( j=0; j<N; j++ ) { 
    414 //                      Smp ( i,j ) = GamRNG(); 
    415 //              } 
    416 //      } 
    417 // 
    418 //      return Smp; 
    419 // } 
    420406 
    421407double egamma::evallog ( const vec &val ) const {