convergenceTable (3) Linux Manual Page
QuantLib::ConvergenceStatistics – statistics class with convergence table Synopsis#include <ql/math/statistics/convergencestatistics.hpp> Inherits T. Public Typestypedef T::value_type value_type typedef std::vector< std::pair< Size, value_type > > table_type Public Member FunctionsConvergenceStatistics (const T &stats, const U &rule=U()) ConvergenceStatistics (const U &rule=U()) void add (const value_type &value, Real weight=1.0) template<class DataIterator > void addSequence (DataIterator begin, DataIterator end) template<class DataIterator ,…
