26 virtual void execute()
override;
virtual void execute() override
static InputParameters validParams()
std::vector< const LikelihoodFunctionBase * > _likelihoods
Storage for the likelihood objects to be utilized.
std::vector< Real > & _function
Value of the density or mass function.
virtual void initialize() override
TestLikelihood will help test new likelihood objects.
std::vector< Real > & _model_pred_required
Transfer the right outputs to the file.
const std::vector< Real > & _model_pred
model prediction values
const InputParameters & parameters() const
virtual void finalize() override
Sampler & _sampler
The MCMC sampler.
libMesh::Parallel::Communicator & _local_comm
Communicator that was split based on samples that have rows.
TestLikelihood(const InputParameters ¶meters)