const Function & _signalToNoise_function
Signal to noise function.
std::vector< Real > & _input_signal_values
Input Signal vector for calculating delay.
const Function & _uncertainty_std_dev_function
Uncertainty std dev function.
const Function & _efficiency_function
Efficiency function.
void initialize(EquationSystems &es, const std::string &system_name)
const Function & _R_function
Function R for integration term.
const Function & _drift_function
The drift function to be evaluated and returned.
std::vector< Real > & _R_function_values
vector to store R function values
const Function & _noise_std_dev_function
Noise standard deviation function.
std::vector< Real > & _integrand
Vector to store integrand data for numerical integration.
const Real _proportional_weight
A weighing factor for the proportional term.
const PostprocessorValue & _pp_old
The old value of the postprocessor.
Real _delay_value
Variable to store delay value.
virtual PostprocessorValue getValue() const=0
const PostprocessorValue & _input_signal
A postprocessor used as the sensor input signal.
std::vector< Real > & _time_values
Time vector for calculating delay.
Real _integration_value
the output of the integrand
A generalized sensor Postprocessor.
const Real _integral_weight
A weighing factor for the integral term.
const Real _vector_size
Size of vector to be stored.
const unsigned int _seed
To get fixed seed random numbers.
const Function & _delay_function
Delay function.
virtual void execute() override