It's starting to become a proper challange
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user