Show
Ignore:
Timestamp:
01/14/11 18:28:55 (13 years ago)
Author:
sindj
Message:

Dodelano pocitani, odstranena chyba se zapornymi pravdepodobnostmi. JS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/robustlib.h

    r1271 r1272  
    273273class c_statistic 
    274274{ 
     275 
     276public: 
    275277        polyhedron* end_poly; 
    276278        polyhedron* start_poly; 
    277  
    278 public:  
    279279 
    280280        vector<polyhedron*> rows; 
     
    567567        /// A statistic in a form of a Hasse diagram representing a complex of convex polyhedrons obtained as a result 
    568568        /// of data update from Bayesian estimation or set by the user if this emlig is a prior density 
    569         c_statistic statistic; 
     569         
    570570 
    571571        vector<list<polyhedron*>> for_splitting; 
     
    787787         
    788788public:  
     789        c_statistic statistic; 
    789790 
    790791        vector<set<my_ivec>> correction_factors;