uvex_transients.models.core.priors.Prior.logcdf# Prior.logcdf(x: NDArray[float64]) → NDArray[float64][source]# Evaluate the log cumulative distribution function. Parameters: x (array_like) – Points at which to evaluate the log-CDF. Returns: The log-CDF at each point in x. Return type: numpy.ndarray