Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
33746acc
Commit
33746acc
authored
Nov 21, 2020
by
Philippe Veber
Browse files
tk/Multinomial_test: fixed data non-zero count
parent
6546c73e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/tk/multinomial_test.ml
lib/tk/multinomial_test.ml
+1
-1
No files found.
lib/tk/multinomial_test.ml
View file @
33746acc
...
...
@@ -14,7 +14,7 @@ let data ~x1 ~x2 =
let
data_nz
d
=
Array
.
counti
d
.
x1
~
f
:
(
fun
i
_
->
d
.
x1
.
(
i
)
<>
0
&&
d
.
x2
.
(
i
)
<>
0
d
.
x1
.
(
i
)
<>
0
||
d
.
x2
.
(
i
)
<>
0
)
type
result
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment