This is an old version, view current version.
14.6 cdf_log and ccdf_log cumulative distribution functions
Removed: The log cumulative distribution and complementary
cumulative distribution functions for a distribution foo were formerly written
as foo_cdf_log and foo_ccdf_log.
Replacement:
Replace foo_cdf_log(y, ...) with foo_lcdf(y | ...).
Replace foo_ccdf_log(y, ...) with foo_lccdf(y | ...).