cossan-working-group / OpenCossan

OpenCossan is an open and free toolbox for uncertainty quantification and management.
https://cossan.co.uk
49 stars 16 forks source link

Remove shifting from RandomVariable #20

Closed FriesischScott closed 4 years ago

FriesischScott commented 4 years ago

Shifting is only basically implemented and not really tested. We agreed to remove it from the RandomVariable and just do shifting manually in algorithms if required.

The property Shift needs to be removed from the abstract RandomVariable and all the subclasses have to be adapted. Probably the tests as well.