progpy icon indicating copy to clipboard operation
progpy copied to clipboard

Gaussian Noise Wrapper by input

Open teubert opened this issue 1 year ago • 0 comments

Requirement Text For Gaussian Noise Wrapper, add ability to set different standard deviations and slopes by input

Background Information Currently, load can only be added as a constant- applied to all. However, frequently loads have different magnitudes and require different amounts of noise.

Suggested Solution Allow standard deviation and slope to be provided as InputContainer or Dict. If provided as scalar, convert it to dict. Access by name

DoD

  • [ ] Implement feature
  • [ ] Add to example
  • [ ] Add tests
  • [ ] update documentation

teubert avatar Aug 25 '23 20:08 teubert