|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Configuration parameters for the additive stochastic noise operator. More...
#include <stochastic_noise.h>
Public Attributes | |
| size_t | field_index |
| double | sigma |
| double | tau |
| double | alpha |
| unsigned long long | seed |
| SimIRNoiseLaw | law |
Configuration parameters for the additive stochastic noise operator.
| double StochasticNoiseOperatorConfig::alpha |
Spectral exponent (1.0 = OU, <1 pinkish, >1 bluish).
| size_t StochasticNoiseOperatorConfig::field_index |
Field index receiving the noise term.
| SimIRNoiseLaw StochasticNoiseOperatorConfig::law |
Stochastic calculus interpretation (Ito or Stratonovich).
| unsigned long long StochasticNoiseOperatorConfig::seed |
Seed for deterministic random streams.
| double StochasticNoiseOperatorConfig::sigma |
Noise strength (standard deviation).
| double StochasticNoiseOperatorConfig::tau |
Autocorrelation decay time (seconds).