Changeset 951
- Timestamp:
- 05/18/10 22:28:15 (14 years ago)
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/userguide/frg_estim.m
r950 r951 60 60 61 61 62 for i=1:E.n63 -
library/bdm/estim/particles.h
r950 r951 104 104 } 105 105 void validate(){ 106 est_emp.set_point(zeros(par->dimension())); 106 if (est_emp.point.length()!=par->dimension()) 107 est_emp.set_point(zeros(par->dimension())); 107 108 est.validate(); 108 109 -
library/bdm/stat/exp_family.h
r948 r951 1889 1889 /*! Dirac delta function distribution */ 1890 1890 class dirac: public epdf{ 1891 p rotected:1891 public: 1892 1892 vec point; 1893 1893 public: