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 e92eb47 commit 9154d03Copy full SHA for 9154d03
src/statistics.h
@@ -84,7 +84,7 @@ T pchisq(const T &stat, const unsigned int &k) {
84
*
85
*/
86
template <typename T = long double>
87
-T jb_test(const std::vector<T> &x) {
+bool jb_test(const std::vector<T> &x) {
88
const unsigned long n = x.size();
89
auto m1 = std::accumulate(x.begin(), x.end(), (T)0.0) / n;
90
auto m2 = 0;
0 commit comments