pymc.HalfCauchy.logcdf#
- HalfCauchy.logcdf(loc, beta)[source]#
Compute the log of the cumulative distribution function for HalfCauchy 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