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
143c7e29
Commit
143c7e29
authored
Jul 17, 2019
by
LANORE Vincent
Browse files
Fixed error in expected gc quantiles
parent
d4872dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lib/pipeline2.ml
lib/pipeline2.ml
+3
-4
No files found.
lib/pipeline2.ml
View file @
143c7e29
...
...
@@ -330,11 +330,10 @@ let record_of_param ?n_h0:(n_h0=50) s =
}
let
expected_gc
=
[
(
`first
,
(
0
.
3326
,
0
.
5157
,
0
.
5
63
9
,
0
.
6080
,
0
.
8621
))
;
(
`second
,
(
0
.
2102
,
0
.
3784
,
0
.
4
231
,
0
.
4626
,
0
.
7499
))
;
(
`third
,
(
0
.
2242
,
0
.
4852
,
0
.
6
099
,
0
.
7358
,
0
.
9575
))
(
`first
,
(
0
.
3326
,
0
.
5157
,
0
.
5
58
9
,
0
.
6080
,
0
.
8621
))
;
(
`second
,
(
0
.
2102
,
0
.
3784
,
0
.
4
160
,
0
.
4626
,
0
.
7499
))
;
(
`third
,
(
0
.
2242
,
0
.
4852
,
0
.
6
274
,
0
.
7358
,
0
.
9575
))
]
(* medians = 0.5589 0.4160 0.6274 *)
let
quartile
(
min_
,
fq_
,
mean_
,
tq_
,
max_
)
x
=
match
Float
.(
x
<
min_
,
x
<
fq_
,
x
<
mean_
,
x
<
tq_
,
x
<
max_
)
with
...
...
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