boax.core.distributions.normal.logcdf# boax.core.distributions.normal.logcdf(normal, x)# Log cumulative distribution function. Parameters: normal (Normal) – The normal distribution. values – The values to evaluate. Return type: Union[Array, ndarray, bool, number] Returns: The log cumulative distribution function values.