From 5cd118dcee91c2600d86048ab5bf641046a7ebae Mon Sep 17 00:00:00 2001 From: antikvist Date: Thu, 18 Jun 2020 20:52:35 +0300 Subject: [PATCH] welch t-test --- src/AggregateFunctions/AggregateFunctionRankCorr.cpp | 2 +- src/AggregateFunctions/AggregateFunctionRankCorr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AggregateFunctions/AggregateFunctionRankCorr.cpp b/src/AggregateFunctions/AggregateFunctionRankCorr.cpp index d3e7ecccee2..25ba9d55999 100644 --- a/src/AggregateFunctions/AggregateFunctionRankCorr.cpp +++ b/src/AggregateFunctions/AggregateFunctionRankCorr.cpp @@ -56,4 +56,4 @@ void registerAggregateFunctionRankCorr(AggregateFunctionFactory & factory) factory.registerFunction("RankCorr", createAggregateFunctionRankCorr, AggregateFunctionFactory::CaseInsensitive); } -} \ No newline at end of file +} diff --git a/src/AggregateFunctions/AggregateFunctionRankCorr.h b/src/AggregateFunctions/AggregateFunctionRankCorr.h index 4d59f3dea16..49aa75b2f9a 100644 --- a/src/AggregateFunctions/AggregateFunctionRankCorr.h +++ b/src/AggregateFunctions/AggregateFunctionRankCorr.h @@ -287,4 +287,4 @@ public: }; -}; \ No newline at end of file +};