File indexing completed on 2025-01-18 09:28:19
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_ACCUMULATORS_STATISTICS_PARAMETERS_QUANTILE_PROBABILITY_HPP_EAN_03_11_2005
0009 #define BOOST_ACCUMULATORS_STATISTICS_PARAMETERS_QUANTILE_PROBABILITY_HPP_EAN_03_11_2005
0010
0011 #include <boost/parameter/keyword.hpp>
0012 #include <boost/accumulators/accumulators_fwd.hpp>
0013
0014 namespace boost { namespace accumulators
0015 {
0016
0017 BOOST_PARAMETER_KEYWORD(tag, quantile_probability)
0018
0019 BOOST_ACCUMULATORS_IGNORE_GLOBAL(quantile_probability)
0020
0021 }}
0022
0023 #endif