cdfLogistic#

swordfish.function.cdfLogistic()#

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

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

  • s (Constant) -- The scale parameter of a logistic distribution.

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