pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
efficiency.h
1#pragma once
2
3#include <vector>
4
5namespace pflib::utility {
6
13double efficiency(std::vector<int> samples);
14
15} // namespace pflib::utility
Dumping ground for various functions that are used in many places.
Definition crc.cxx:9
double efficiency(std::vector< int > samples)
find the efficiency of the input vector of samples this is the fraction of samples that are above 0
Definition efficiency.cxx:8