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
Open sidebar
VEBER Philippe
codepi
Commits
5eba3f41
Commit
5eba3f41
authored
Nov 17, 2020
by
Philippe Veber
Browse files
Multinomial: fixed labels of CPT file
parent
e594f2a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/multinomial.ml
lib/multinomial.ml
+1
-1
No files found.
lib/multinomial.ml
View file @
5eba3f41
...
...
@@ -67,7 +67,7 @@ let%pworkflow multinomial_ocaml_implementation ~meth ~(tree_sc:_ file) ~(faa:ami
sprintf
"%d
\t
%f
\t
%f"
(
i
+
1
)
(
1
.
-.
pval
)
lr
)
in
let
header
=
"Sites
\t
1MinusLRT
\t
LikelihoodRatio"
in
let
header
=
"Sites
\t
Multinomial_1mp
\t
Multinomial_
LikelihoodRatio"
in
Out_channel
.
write_lines
[
%
dest
]
(
header
::
res_lines
)
let
multinomial_asymptotic_lrt
~
tree_sc
~
faa
=
multinomial_ocaml_implementation
~
meth
:
`Asymptotic_LRT
~
tree_sc
~
faa
...
...
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