pymc.Normal.logcdf#
- Normal.logcdf(mu, sigma)[source]#
Compute the log of the cumulative distribution function for Normal distribution at the specified value.
- Parameters
- valuetensor_like of
float
Value(s) for which log CDF is calculated. If the log CDF for multiple values are desired the values must be provided in a numpy array or Aesara tensor.
- valuetensor_like of
- Returns