arpra-project / arpra

Arpra is a C library for analyzing the propagation of numerical error in arbitrary precision IEEE-754 floating-point computations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gaussian noise symbols

jamesturner246 opened this issue · comments

Noise symbols ε are currently all uniformly distributed in [-1, 1]. The possibility of having ε normally distributed about 0, with standard distribution σ, might also be useful, for statistical applications.

Normally distributed ε could be stored and computed in a separate array, in a similar manner to uniformly distributed ε. All σ for each ε would need to be stored globally.