Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
StochasticNoiseOperatorConfig Struct Reference

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
 

Detailed Description

Configuration parameters for the additive stochastic noise operator.

Member Data Documentation

◆ alpha

double StochasticNoiseOperatorConfig::alpha

Spectral exponent (1.0 = OU, <1 pinkish, >1 bluish).

◆ field_index

size_t StochasticNoiseOperatorConfig::field_index

Field index receiving the noise term.

◆ law

SimIRNoiseLaw StochasticNoiseOperatorConfig::law

Stochastic calculus interpretation (Ito or Stratonovich).

◆ seed

unsigned long long StochasticNoiseOperatorConfig::seed

Seed for deterministic random streams.

◆ sigma

double StochasticNoiseOperatorConfig::sigma

Noise strength (standard deviation).

◆ tau

double StochasticNoiseOperatorConfig::tau

Autocorrelation decay time (seconds).


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