https://mooseframework.inl.gov
Classes | Namespaces | Functions
BootstrapCalculators.h File Reference

Go to the source code of this file.

Classes

class  StochasticTools::Calculator< InType, OutType >
 
class  StochasticTools::BootstrapCalculator< InType, OutType >
 Base class for computing bootstrap confidence level intervals. More...
 
class  StochasticTools::Percentile< InType, OutType >
 
class  StochasticTools::BiasCorrectedAccelerated< InType, OutType >
 
struct  StochasticTools::BootstrapCalculatorBuilder< InType, OutType >
 

Namespaces

 StochasticTools
 Enum for batch type in stochastic tools MultiApp.
 

Functions

MooseEnum StochasticTools::makeBootstrapCalculatorEnum ()
 
template<typename InType , typename OutType >
std::unique_ptr< BootstrapCalculator< InType, OutType > > StochasticTools::makeBootstrapCalculator (const MooseEnum &, const libMesh::ParallelObject &, const std::vector< Real > &, unsigned int, unsigned int, StochasticTools::Calculator< InType, OutType > &)