public interface UserDefinedDistribution
extends Distribution
It is a continuous distribution defined by its cumulative distribution function (a distribution with values
associated with probability), entered as pairs (x, y=F(x))
The definition range of the input Prob. is between 0 and 1.