diff options
| author | Bertrand <bertrand.horel@gmail.com> | 2016-02-21 16:35:30 +0000 |
|---|---|---|
| committer | Bertrand <bertrand.horel@gmail.com> | 2016-02-21 16:35:30 +0000 |
| commit | 906c2dee383a7eb72632bfbdf61916a576a5460d (patch) | |
| tree | e86bbaadc241b71b302591b64762f671d1e30940 /src/stratified_sampling.cpp | |
| parent | 5ed1989db081c60c7be820a5ce58a170fd5f1f9c (diff) | |
| download | projet_C++-906c2dee383a7eb72632bfbdf61916a576a5460d.tar.gz | |
création de la struct f_mu
Diffstat (limited to 'src/stratified_sampling.cpp')
| -rw-r--r-- | src/stratified_sampling.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stratified_sampling.cpp b/src/stratified_sampling.cpp index 156751f..1c8e670 100644 --- a/src/stratified_sampling.cpp +++ b/src/stratified_sampling.cpp @@ -1,5 +1,6 @@ #include "stratified_sampling.hpp" + std::pair<double, double> mean_var( std::vector<double> r){ std::pair<double, double> p; for(auto &x: r){ @@ -12,3 +13,4 @@ std::pair<double, double> mean_var( std::vector<double> r){ return p; } + |
