coring.hpp
Go to the documentation of this file.
void main(boost::program_options::variables_map args)
controlling function and user interface for boundary corrections
Definition: coring.cpp:61
std::map< std::size_t, float > WTDMap
store the waiting time distribution for each state with time vs count.
Definition: coring.hpp:52
WTDMap compute_wtd(std::list< std::size_t > streaks)
compute the waiting time distribution for single state
Definition: coring.cpp:41