Home
last modified time | relevance | path

Searched refs:Pi_uncond (Results 1 – 1 of 1) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/opencl/prim/
H A Dbernoulli_cdf.hpp54 auto Pi_uncond = 1.0 - theta_val; in bernoulli_cdf() local
55 auto Pi = select(cond, INFTY, Pi_uncond); in bernoulli_cdf()
56 auto P_expr = colwise_prod(select(cond, 1.0, Pi_uncond)); in bernoulli_cdf()