This is an old version, view
current version.
13.5 cdf_log
and
ccdf_log
Cumulative Distribution Functions
Deprecated: The log cumulative distribution and complementary
cumulative distribution functions for a distribution foo
are
currently 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 | ...)
.