Template Class ecdf_stat¶
Defined in File ecdf.hpp
Class Documentation¶
-
template<class
T>
classioh::logger::ecdf_stat¶ An interface for classes that computes statistics over the AttainSuite computed by an ecdf_logger.
The template indicates the return type of the functor interface.
Public Functions
-
T
operator()(const attain_suite &attainment) = 0¶
-
T