Shifted Distribution
Represents a Distribution that has been Shifted (translated to the right) The shift must be >= 0.0
Constructs a shifted distribution based on the provided distribution
Parameters
the distribution to shift
The linear shift
an optional name/label
Inheritors
Functions
Gets the parameters for the shifted distribution shift = parameter0 The other elements of the returned array are the parameters of the underlying distribution
Sets the parameters of the shifted distribution shift = param0 If supplied, the other elements of the array are used in setting the parameters of the underlying distribution. If only the shift is supplied as a parameter, then the underlying distribution's parameters are not changed (and do not need to be supplied)
Promises to return a random variable that uses the supplied stream number using the supplied stream provider
Changes the underlying distribution and the shift