Changeset 179

Show
Ignore:
Timestamp:
10/15/08 19:05:04 (16 years ago)
Author:
smidl
Message:

Tests of the new methods for emorm and mlnorm

Location:
tests
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r169 r179  
    3131TEST(merger_test) 
    3232TEST(mixef_test) 
     33TEST(enorm_test) 
    3334TEST(egiw_test) 
    3435TEST(test0) 
  • tests/testSmp.cpp

    r170 r179  
    4242        vec lik(N); 
    4343        mlnorm<ldmat> ML(x,x); 
    44         ML.set_parameters(I,R); 
     44        ML.set_parameters(I,zeros(2),R); 
    4545        Smp = ML.samplecond(mu0,lik,N); 
    4646