cdf#
- pymc_marketing.mmm.utils.cdf(dist, *, value, **params)[source]#
Request CDF of dist at value.
This helper creates dist with dummy
params, requests its cdf frompymc.logcdfand then reintroduces the originalparamsvalues. This avoids accidental rewrite of random graphs above params when the logcdf cannot be obtained by direct dispatch