stats_ (3) Linux Manual Page
QuantLib::GenericSequenceStatistics – Statistics analysis of N-dimensional (sequence) data. Synopsis void reset (Size dimension=0) template<class Sequence > void add (const Sequence &sample, Real weight=1.0) template<class Iterator > void add (Iterator begin, Iterator end, Real weight=1.0) Protected Attributes Public Types typedef StatisticsType statistics_type typedef std::vector< typename StatisticsType::value_type > value_type Public Member Functions void reset (Size dimension=0) template<class…
