nasa/progpy

Gaussian Noise Wrapper by input

Opened this issue · 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