Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compound Gamma-Poisson Distribution #2775

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove deprecated _log files
  • Loading branch information
andrjohns committed Jul 6, 2022
commit eafb2b1476e7122a5f8dd7787c6e6bceb45107ba
13 changes: 5 additions & 8 deletions stan/math/prim/prob.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
#include <stan/math/prim/prob/gamma_log.hpp>
#include <stan/math/prim/prob/gamma_lpdf.hpp>
#include <stan/math/prim/prob/gamma_rng.hpp>
#include <stan/math/prim/prob/gamma_poisson_cdf.hpp>
#include <stan/math/prim/prob/gamma_poisson_lccdf.hpp>
#include <stan/math/prim/prob/gamma_poisson_lcdf.hpp>
#include <stan/math/prim/prob/gamma_poisson_lpmf.hpp>
#include <stan/math/prim/prob/gamma_poisson_rng.hpp>
#include <stan/math/prim/prob/gaussian_dlm_obs_log.hpp>
#include <stan/math/prim/prob/gaussian_dlm_obs_lpdf.hpp>
#include <stan/math/prim/prob/gaussian_dlm_obs_rng.hpp>
Expand Down Expand Up @@ -280,14 +285,6 @@
#include <stan/math/prim/prob/poisson_binomial_log.hpp>
#include <stan/math/prim/prob/poisson_binomial_lpmf.hpp>
#include <stan/math/prim/prob/poisson_binomial_rng.hpp>
#include <stan/math/prim/prob/gamma_poisson_ccdf_log.hpp>
#include <stan/math/prim/prob/gamma_poisson_cdf.hpp>
#include <stan/math/prim/prob/gamma_poisson_cdf_log.hpp>
#include <stan/math/prim/prob/gamma_poisson_lccdf.hpp>
#include <stan/math/prim/prob/gamma_poisson_lcdf.hpp>
#include <stan/math/prim/prob/gamma_poisson_log.hpp>
#include <stan/math/prim/prob/gamma_poisson_lpmf.hpp>
#include <stan/math/prim/prob/gamma_poisson_rng.hpp>
#include <stan/math/prim/prob/poisson_ccdf_log.hpp>
#include <stan/math/prim/prob/poisson_cdf.hpp>
#include <stan/math/prim/prob/poisson_cdf_log.hpp>
Expand Down
21 changes: 0 additions & 21 deletions stan/math/prim/prob/gamma_poisson_ccdf_log.hpp

This file was deleted.

21 changes: 0 additions & 21 deletions stan/math/prim/prob/gamma_poisson_cdf_log.hpp

This file was deleted.

32 changes: 0 additions & 32 deletions stan/math/prim/prob/gamma_poisson_log.hpp

This file was deleted.