cdfUniform#

swordfish.function.cdfUniform()#

Return the value of the cumulative distribution function of a continuous uniform distribution.

参数:
  • 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.