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 e7c0f23 commit 54f13ebCopy full SHA for 54f13eb
1 file changed
test/prob/frechet/frechet_test.hpp
@@ -30,7 +30,7 @@ class AgradDistributionsFrechet : public AgradDistributionTest {
30
param[1] = 3.9; // alpha
31
param[2] = 1.7; // sigma
32
parameters.push_back(param);
33
- log_prob.push_back(-1754.93950342517); // expected log_prob
+ log_prob.push_back(-1754.98950342517); // expected log_prob
34
}
35
36
void invalid_values(vector<size_t>& index, vector<double>& value) {
0 commit comments