Show
Ignore:
Timestamp:
11/17/09 20:55:03 (15 years ago)
Author:
smidl
Message:

Reworked epdf_harness - testing is now more general.

Corrections of existing tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/epdf_harness.h

    r722 r730  
    2020#include "base/user_info.h" 
    2121#include "stat/emix.h" 
     22#include <stat/discrete.h> 
    2223 
    2324namespace bdm { 
     
    2829        vec mean; 
    2930        vec variance; 
    30         mat support; 
    31         ivec nbins; 
     31        shared_ptr<rectangular_support> support; 
    3232        int nsamples; 
    3333        mat R;