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

Optional metadata for creating stochastic noise nodes. More...

#include <kernel_ir.h>

Collaboration diagram for SimIRNoiseSpec:

Public Attributes

uint32_t seed
 
double amplitude
 
double variance
 
SimIRNoiseLaw law
 
SimIRNoiseDistribution distribution
 
SimIRType value_type
 

Detailed Description

Optional metadata for creating stochastic noise nodes.

Member Data Documentation

◆ amplitude

double SimIRNoiseSpec::amplitude

Amplitude or standard deviation for the noise.

◆ distribution

SimIRNoiseDistribution SimIRNoiseSpec::distribution

Probability distribution for samples.

◆ law

SimIRNoiseLaw SimIRNoiseSpec::law

Stochastic calculus interpretation.

◆ seed

uint32_t SimIRNoiseSpec::seed

Seed for deterministic sampling streams.

◆ value_type

SimIRType SimIRNoiseSpec::value_type

Resulting value type (defaults to scalar).

◆ variance

double SimIRNoiseSpec::variance

Variance parameter σ² carried for SDE estimates.


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