boax.core.distributions.beta.logsf# boax.core.distributions.beta.logsf(beta, values)# Log survival 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 survival function values.