cdfUniform# swordfish.function.cdfUniform()# Return the value of the cumulative distribution function of a continuous uniform distribution. Parameters: lower (Constant) – A numeric scalar indicating the lower bound of a continuous uniform distribution. upper (Constant) – A numeric scalar indicating the upper bound of a continuous uniform distribution. X (Constant) – A numeric scalar or vector.