NoiseValue

class NoiseValue(*, name=None, value=None)

A value of a noise and its corresponding string identifier.

Variables:
  • name (str, optional) – The name of the noise. Corresponds to either one of the names that you provided or to one of the automatically given names, if you didn’t provide a name for this noise.

  • value (float, optional) – The amplitude of the noise \(\beta_{\mu}\).