pymc.InverseGamma.logcdf#
- InverseGamma.logcdf(alpha, beta)[source]#
Compute the log of the cumulative distribution function for Inverse Gamma 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.
- alphatensor_like of
float
Shape parameter (alpha > 0).
- betatensor_like of
float
Scale parameter (beta > 0).
- valuetensor_like of
- Returns