Skip to content

Resolve "Change the noise parametrization"

Jean-Baptiste Bayle requested to merge 33-change-the-noise-parametrization into master

Closes #33

  • Convert noise generation functions to noise objects (camel-cased identical names)
  • Parametrize noises explicitly with noise generators or already-generated time series (arrays) in Instrument; default noise shapes are now explicit in the signature of the initialization function Instrument.__init__()
  • Update documentation for Instrument's noises
  • Add a new method generated() for ForEachObject instances that hold noise generators
Edited by Jean-Baptiste Bayle

Merge request reports