welch t-test

(cherry picked from commit 5cd118dcee)
(cherry picked from commit 8f19270f8d)
This commit is contained in:
antikvist 2020-06-18 20:52:35 +03:00 committed by Nikita Mikhaylov
parent df668d6297
commit 098561def3
2 changed files with 2 additions and 2 deletions

View File

@ -56,4 +56,4 @@ void registerAggregateFunctionRankCorr(AggregateFunctionFactory & factory)
factory.registerFunction("RankCorr", createAggregateFunctionRankCorr, AggregateFunctionFactory::CaseInsensitive);
}
}
}

View File

@ -287,4 +287,4 @@ public:
};
};
};