diff options
| author | Bertrand <bertrand.horel@gmail.com> | 2016-02-21 14:26:26 +0000 |
|---|---|---|
| committer | Bertrand <bertrand.horel@gmail.com> | 2016-02-21 14:26:26 +0000 |
| commit | 045fc28b3432e07f3d9702150a56f21e7650f12a (patch) | |
| tree | 6465e412bdb9ac2c45eaa4434a9897925e620622 /src/stratified_sampling.cpp | |
| parent | bb210dbdc524ad51927a9932638078ddb1383bb6 (diff) | |
| download | projet_C++-045fc28b3432e07f3d9702150a56f21e7650f12a.tar.gz | |
modif du Makefile et de var_alea et autres
Diffstat (limited to 'src/stratified_sampling.cpp')
| -rw-r--r-- | src/stratified_sampling.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stratified_sampling.cpp b/src/stratified_sampling.cpp index c1c8dc1..156751f 100644 --- a/src/stratified_sampling.cpp +++ b/src/stratified_sampling.cpp @@ -11,3 +11,4 @@ std::pair<double, double> mean_var( std::vector<double> r){ p.second -= p.first * p.first; return p; } + |
