We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8a2b commit 7fc9aabCopy full SHA for 7fc9aab
1 file changed
test/prob/beta_neg_binomial/beta_neg_binomial_ccdf_log_test.hpp
@@ -19,13 +19,6 @@ class AgradCcdfLogBetaNegBinomial : public AgradCcdfLogTest {
19
param[3] = 0.5; // beta
20
parameters.push_back(param);
21
ccdf_log.push_back(std::log(1.0 - 0.967906252841089)); // expected ccdf_log
22
-
23
- param[0] = 0; // n
24
- param[1] = 0.01; // r
25
- param[2] = 100; // alpha
26
- param[3] = 0.01; // beta
27
- parameters.push_back(param);
28
- ccdf_log.push_back(std::log(1.0 - 0.999998995084973)); // expected ccdf_log
29
}
30
31
void invalid_values(vector<size_t>& index, vector<double>& value) {
0 commit comments