UFO
ufo::BayesianBackgroundCheckParameters Class Reference

Parameters controlling the operation of the BayesianBackgroundCheck filter. More...

#include <BayesianBackgroundCheck.h>

Inheritance diagram for ufo::BayesianBackgroundCheckParameters:
Collaboration diagram for ufo::BayesianBackgroundCheckParameters:

Public Attributes

ProbabilityOfGrossErrorParameters PGEParameters {this}
 Parameters related to PGE calculations. More...
 
oops::RequiredParameter< float > PdBad
 
oops::RequiredParameter< float > PGE
 
- Public Attributes inherited from ufo::FilterParametersBaseWithAbstractAction
oops::OptionalParameter< std::vector< Variable > > filterVariables
 
oops::Parameter< std::vector< WhereParameters > > where {"where", {}, this}
 
oops::Parameter< bool > deferToPost {"defer to post", false, this}
 

Additional Inherited Members

- Public Member Functions inherited from ufo::FilterParametersBase
const FilterActionParametersBaseaction () const override
 Return parameters defining the action performed on observations flagged by the filter. More...
 

Detailed Description

Parameters controlling the operation of the BayesianBackgroundCheck filter.

Definition at line 35 of file BayesianBackgroundCheck.h.

Member Data Documentation

◆ PdBad

oops::RequiredParameter<float> ufo::BayesianBackgroundCheckParameters::PdBad
Initial value:
{"prob density bad obs", this,
{oops::exclusiveMinConstraint(0.0f)}}

Definition at line 42 of file BayesianBackgroundCheck.h.

◆ PGE

oops::RequiredParameter<float> ufo::BayesianBackgroundCheckParameters::PGE
Initial value:
{"initial prob gross error", this,
{oops::exclusiveMinConstraint(0.0f)}}

Definition at line 45 of file BayesianBackgroundCheck.h.

◆ PGEParameters

ProbabilityOfGrossErrorParameters ufo::BayesianBackgroundCheckParameters::PGEParameters {this}

Parameters related to PGE calculations.

Definition at line 40 of file BayesianBackgroundCheck.h.


The documentation for this class was generated from the following file: