Resolve "Change the noise parametrization"
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 functionInstrument.__init__()
- Update documentation for
Instrument
's noises - Add a new method
generated()
forForEachObject
instances that hold noise generators
Edited by Jean-Baptiste Bayle