Show
Ignore:
Timestamp:
04/07/11 18:33:51 (13 years ago)
Author:
sindj
Message:

Temer dodelane samplovani, rozdelany samling sigma, sampling alpha temer dokoncen. JS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/main.cpp

    r1319 r1324  
    134134        vector<vector<string>> strings; 
    135135 
    136         char* file_strings[3] = {"c:\\ar_student_single.txt", "c:\\ar_cauchy_single.txt","c:\\ar_normal_single.txt"}; 
     136        char* file_strings[3] = {"c:\\ar_cauchy_single.txt", "c:\\ar_normal_single.txt","c:\\ar_student_single.txt"}; 
    137137 
    138138        for(int i = 0;i<3;i++) 
     
    162162                vector<vec> conditions; 
    163163                //emlig* emliga = new emlig(2); 
    164                 RARX* my_rarx = new RARX(2,30); 
     164                RARX* my_rarx = new RARX(2,70); 
    165165 
    166166                for(int k = 1;k<170;k++) 
     
    191191                                if(k>5) 
    192192                                { 
     193                                        //my_rarx->posterior->step_me(0); 
     194 
     195                                        //my_rarx->posterior->sample_mat(1); 
     196 
    193197                                        cout << "MaxLik coords:" << my_rarx->posterior->minimal_vertex->get_coordinates() << endl; 
    194198