AddLikelihoodAction

This action adds LikelihoodFunctionBase objects contained within the [Likelihood] block. For example, the following block adds a Gaussian likelihood function.

[Likelihood<<<{"href": "../../syntax/Likelihood/index.html"}>>>]
  [gaussian]
    type = Gaussian<<<{"description": "Gaussian likelihood function evaluating the model goodness against experiments.", "href": "../likelihoods/Gaussian.html"}>>>
    noise<<<{"description": "Experimental noise plus model deviations against experiments."}>>> = 'noise_specified/noise_specified'
    file_name<<<{"description": "Name of the CSV file with experimental values."}>>> = 'exp1.csv'
    log_likelihood<<<{"description": "Compute log-likelihood or likelihood."}>>> = true
  []
[]
(moose/modules/stochastic_tools/test/tests/likelihoods/gaussian_derived/main.i)

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters