Hi,
I have an array of measurements of different variables, of varying magnitude, to which I have to add gaussian noise. But note that I have to add noise with different standard deviation to each measurement(i.e. to each array element), as different variables have different noise levels.
I have checked Noise.jl, but there it adds noise to entire array elements with the same standard deviation…
Is there some way out there to do this? Or can I know if there is some option to add gaussian noise to a single variable rather than to an array?
Any possible help is appreciated!