Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/test/unit/math/rev/prob/
H A Dneg_binomial_2_log_test.cpp643 double expected_value_0 = phi_dbl * (-log1p_exp(eta_dbl - log(phi_dbl))); in TEST() local
645 expected_value_0); in TEST()
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dneg_binomial_2_test.cpp267 double expected_value_0 = phi * (-log1p(mu / phi)); in TEST() local
269 expect_near_rel("n = 0 " + msg.str(), value_0, expected_value_0); in TEST()