Shifted Continuous Distribution
This class models a continuous distribution that has been shifted by a positive constant.
Parameters
the shift parameter. It must be greater than or equal to 0.0
the distribution to be shifted.
an optional name for the distribution
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