boax.core.distributions.beta.logcdf

Contents

boax.core.distributions.beta.logcdf#

boax.core.distributions.beta.logcdf(beta, values)#

Log cumulative distribution function.

Parameters:
  • beta (Beta) – The beta distribution.

  • values (Union[Array, ndarray, bool, number]) – The values to evaluate.

Return type:

Union[Array, ndarray, bool, number]

Returns:

The log cumulative distribution function values.