welch t-test

This commit is contained in:
antikvist 2020-06-18 20:52:35 +03:00 committed by Nikita Mikhaylov
parent 3009c3885b
commit 5cd118dcee
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:
};
};
};