Skip to content

Commit 5b77263

Browse files
committed
checkpoint commit for log_cdf and test frameworks
1 parent 47ad523 commit 5b77263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/distributions/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def rng_fn(cls, rng, r, alpha, time_covariate_vector, size):
426426
exp_time_covar = np.exp(time_covariate_vector)
427427
lam_covar = lam * exp_time_covar
428428

429-
# TODO: This is not aggregated over time
429+
# TODO: Derive inverse log_cdf and use rng.uniform or rng.log_uniform
430430
p = 1 - np.exp(-lam_covar)
431431

432432
# Ensure p is in valid range for geometric distribution

0 commit comments

Comments
 (0)