American-transaction costs 1.0.0.0
American option pricer under proportional transaction costs
|
Collects statistics in the FlexibleTree class. More...
#include <statisticsgatherer.h>
Public Member Functions | |
virtual void | dump_result (const size_t t, const size_t k, const T &object) |
StatisticsGatherer () |
Collects statistics in the FlexibleTree class.
Also acts as "dummy" gatherer, in case none is needed.
StatisticsGatherer< T >::StatisticsGatherer | ( | ) | [inline] |
virtual void StatisticsGatherer< T >::dump_result | ( | const size_t | t, |
const size_t | k, | ||
const T & | object | ||
) | [inline, virtual] |
Collects intance of object T at time t at node k.
Reimplemented in StatisticsGathererAll< T >, StatisticsGathererFinal< T >, StatisticsGathererInitial< T >, StatisticsGathererPath< T >, and StatisticsGathererSome< T >.