#include <BootstrapCalculators.h>
Public Member Functions | |
virtual std::vector< OutType > | compute (const InType &, const bool) override |
const std::string & | name () const |
const Parallel::Communicator & | comm () const |
processor_id_type | n_processors () const |
processor_id_type | processor_id () const |
Protected Member Functions | |
std::vector< OutType > | computeBootstrapEstimates (const InType &, const bool) |
Protected Attributes | |
const std::vector< Real > | _levels |
const unsigned int | _replicates |
const unsigned int | _seed |
StochasticTools::Calculator< InType, OutType > & | _calc |
const Parallel::Communicator & | _communicator |
Private Member Functions | |
OutType | acceleration (const InType &, const bool) |
Definition at line 98 of file BootstrapCalculators.h.
|
private |
Definition at line 77 of file BootstrapCalculators.C.
|
overridevirtual |
Implements StochasticTools::BootstrapCalculator< InType, OutType >.
Definition at line 45 of file BootstrapCalculators.C.
|
protectedinherited |
Definition at line 157 of file BootstrapCalculators.h.
|
inlineinherited |
Definition at line 61 of file BootstrapCalculators.h.
|
protectedinherited |
Definition at line 77 of file BootstrapCalculators.h.
|
protectedinherited |
Definition at line 68 of file BootstrapCalculators.h.
|
protectedinherited |
Definition at line 71 of file BootstrapCalculators.h.
|
protectedinherited |
Definition at line 74 of file BootstrapCalculators.h.