#ifndef SR_H_INCLUDED
#define SR_H_INCLUDED
#include <vector>
double sr(const std::vector<size_t>& bins);
#endif // SR_H_INCLUDED