An Indicator which returns the statistical error of a tally score in an element.
More...
#include <StatRelErrorIndicator.h>
|
Real | stdev (const double &mean, const double &sum_sq, unsigned int realizations) const |
|
An Indicator which returns the statistical error of a tally score in an element.
◆ StatRelErrorIndicator()
StatRelErrorIndicator::StatRelErrorIndicator |
( |
const InputParameters & |
parameters | ) |
|
◆ computeIndicator()
virtual void StatRelErrorIndicator::computeIndicator |
( |
| ) |
|
|
overridevirtual |
◆ stdev()
Real OpenMCBase::stdev |
( |
const double & |
mean, |
|
|
const double & |
sum_sq, |
|
|
unsigned int |
realizations |
|
) |
| const |
|
protectedinherited |
Compute standard deviation of a variable
- Parameters
-
[in] | mean | mean |
[in] | sum_sq | sum squared |
[in] | realizations | the number of realizations of the variable |
- Returns
- standard deviation
◆ validParams()
static InputParameters StatRelErrorIndicator::validParams |
( |
| ) |
|
|
static |
◆ _bin_index
const unsigned int StatRelErrorIndicator::_bin_index |
|
protected |
The external filter bin index for the score.
◆ _current_elem
const Elem* const& OpenMCIndicator::_current_elem |
|
protectedinherited |
◆ _field_var
MooseVariable& OpenMCIndicator::_field_var |
|
protectedinherited |
The field variable holding the results of this indicator.
◆ _openmc_problem
◆ _tally_rel_error
const VariableValue* StatRelErrorIndicator::_tally_rel_error |
|
protected |
The variables containing the tally score relative errors.
The documentation for this class was generated from the following file: