It's starting to become a proper challange

This commit is contained in:
2019-06-26 14:44:06 +02:00
parent da749e84f4
commit 0c9768e065
8 changed files with 500265 additions and 46 deletions

View File

@@ -2,7 +2,7 @@
using Statistics
function t_val(group_fast, group_slow)
function t_val(group_fast, group_slow)::Float64
if size(group_fast, 1) == 0 || size(group_slow, 1) == 0
return 0
end