Skip to content

Commit

Permalink
Updates the Math submodule to fb2bb79.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Mar 6, 2020
1 parent e6b04b0 commit aaedb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 91 files
+4 −0 stan/math/prim/err/check_bounded.hpp
+6 −8 stan/math/prim/prob/bernoulli_cdf.hpp
+7 −9 stan/math/prim/prob/bernoulli_lccdf.hpp
+7 −9 stan/math/prim/prob/bernoulli_lcdf.hpp
+8 −11 stan/math/prim/prob/bernoulli_logit_lpmf.hpp
+8 −11 stan/math/prim/prob/bernoulli_lpmf.hpp
+0 −2 stan/math/prim/prob/bernoulli_rng.hpp
+9 −12 stan/math/prim/prob/beta_binomial_cdf.hpp
+10 −13 stan/math/prim/prob/beta_binomial_lccdf.hpp
+10 −13 stan/math/prim/prob/beta_binomial_lcdf.hpp
+7 −7 stan/math/prim/prob/beta_binomial_lpmf.hpp
+0 −1 stan/math/prim/prob/beta_binomial_rng.hpp
+7 −11 stan/math/prim/prob/beta_cdf.hpp
+10 −15 stan/math/prim/prob/beta_lccdf.hpp
+10 −15 stan/math/prim/prob/beta_lcdf.hpp
+7 −9 stan/math/prim/prob/beta_lpdf.hpp
+10 −14 stan/math/prim/prob/beta_proportion_lccdf.hpp
+10 −14 stan/math/prim/prob/beta_proportion_lcdf.hpp
+0 −1 stan/math/prim/prob/beta_proportion_rng.hpp
+2 −3 stan/math/prim/prob/beta_rng.hpp
+10 −13 stan/math/prim/prob/binomial_cdf.hpp
+10 −13 stan/math/prim/prob/binomial_lccdf.hpp
+10 −13 stan/math/prim/prob/binomial_lcdf.hpp
+5 −9 stan/math/prim/prob/binomial_logit_lpmf.hpp
+6 −9 stan/math/prim/prob/binomial_lpmf.hpp
+0 −2 stan/math/prim/prob/binomial_rng.hpp
+0 −1 stan/math/prim/prob/categorical_logit_lpmf.hpp
+1 −2 stan/math/prim/prob/categorical_logit_rng.hpp
+0 −2 stan/math/prim/prob/categorical_lpmf.hpp
+0 −2 stan/math/prim/prob/categorical_rng.hpp
+8 −12 stan/math/prim/prob/cauchy_cdf.hpp
+9 −13 stan/math/prim/prob/cauchy_lccdf.hpp
+9 −13 stan/math/prim/prob/cauchy_lcdf.hpp
+1 −1 stan/math/prim/prob/cauchy_log.hpp
+9 −13 stan/math/prim/prob/cauchy_lpdf.hpp
+2 −3 stan/math/prim/prob/cauchy_rng.hpp
+10 −13 stan/math/prim/prob/chi_square_cdf.hpp
+11 −14 stan/math/prim/prob/chi_square_lccdf.hpp
+11 −14 stan/math/prim/prob/chi_square_lcdf.hpp
+10 −12 stan/math/prim/prob/chi_square_lpdf.hpp
+1 −3 stan/math/prim/prob/chi_square_rng.hpp
+3 −4 stan/math/prim/prob/dirichlet_lpdf.hpp
+1 −1 stan/math/prim/prob/dirichlet_rng.hpp
+2 −1 stan/math/prim/prob/discrete_range_lpmf.hpp
+4 −7 stan/math/prim/prob/double_exponential_cdf.hpp
+6 −9 stan/math/prim/prob/double_exponential_lccdf.hpp
+6 −9 stan/math/prim/prob/double_exponential_lcdf.hpp
+9 −11 stan/math/prim/prob/double_exponential_lpdf.hpp
+0 −1 stan/math/prim/prob/double_exponential_rng.hpp
+6 −8 stan/math/prim/prob/exp_mod_normal_cdf.hpp
+7 −9 stan/math/prim/prob/exp_mod_normal_lccdf.hpp
+7 −10 stan/math/prim/prob/exp_mod_normal_lcdf.hpp
+5 −9 stan/math/prim/prob/exp_mod_normal_lpdf.hpp
+0 −1 stan/math/prim/prob/exp_mod_normal_rng.hpp
+6 −9 stan/math/prim/prob/exponential_cdf.hpp
+5 −7 stan/math/prim/prob/exponential_lccdf.hpp
+7 −10 stan/math/prim/prob/exponential_lcdf.hpp
+8 −10 stan/math/prim/prob/exponential_lpdf.hpp
+0 −2 stan/math/prim/prob/exponential_rng.hpp
+6 −9 stan/math/prim/prob/frechet_cdf.hpp
+5 −8 stan/math/prim/prob/frechet_lccdf.hpp
+5 −8 stan/math/prim/prob/frechet_lcdf.hpp
+3 −4 stan/math/prim/prob/frechet_lpdf.hpp
+2 −4 stan/math/prim/prob/frechet_rng.hpp
+11 −14 stan/math/prim/prob/gamma_cdf.hpp
+10 −14 stan/math/prim/prob/gamma_lccdf.hpp
+10 −13 stan/math/prim/prob/gamma_lcdf.hpp
+13 −16 stan/math/prim/prob/gamma_lpdf.hpp
+2 −4 stan/math/prim/prob/gamma_rng.hpp
+8 −7 stan/math/prim/prob/gaussian_dlm_obs_lpdf.hpp
+1 −1 stan/math/prim/prob/gaussian_dlm_obs_rng.hpp
+7 −9 stan/math/prim/prob/gumbel_cdf.hpp
+8 −10 stan/math/prim/prob/gumbel_lccdf.hpp
+7 −9 stan/math/prim/prob/gumbel_lcdf.hpp
+7 −11 stan/math/prim/prob/gumbel_lpdf.hpp
+2 −3 stan/math/prim/prob/gumbel_rng.hpp
+7 −6 stan/math/prim/prob/hypergeometric_lpmf.hpp
+0 −2 stan/math/prim/prob/hypergeometric_rng.hpp
+9 −13 stan/math/prim/prob/inv_chi_square_cdf.hpp
+10 −14 stan/math/prim/prob/inv_chi_square_lccdf.hpp
+10 −14 stan/math/prim/prob/inv_chi_square_lcdf.hpp
+6 −6 stan/math/prim/prob/inv_chi_square_lpdf.hpp
+0 −2 stan/math/prim/prob/inv_chi_square_rng.hpp
+12 −16 stan/math/prim/prob/inv_gamma_cdf.hpp
+10 −14 stan/math/prim/prob/inv_gamma_lccdf.hpp
+10 −14 stan/math/prim/prob/inv_gamma_lcdf.hpp
+6 −8 stan/math/prim/prob/inv_gamma_lpdf.hpp
+0 −2 stan/math/prim/prob/inv_gamma_rng.hpp
+6 −8 stan/math/prim/prob/inv_wishart_lpdf.hpp
+1 −3 stan/math/prim/prob/inv_wishart_rng.hpp
+20 −0 test/unit/math/prim/err/check_bounded_test.cpp

0 comments on commit aaedb1f

Please sign in to comment.