cdfNormal#

swordfish.function.cdfNormal()#

Return the value of the cumulative distribution function of a normal distribution.

参数:
  • mean (Constant) -- The mean of a normal distribution.

  • stdev (Constant) -- The standard deviation of a normal distribution.

  • X (Constant) -- A numeric scalar or vector.