-
Notifications
You must be signed in to change notification settings - Fork 23
Description
It would be really nice if the documentation provided some explanation of the output files. Specifically these two table types.
Percentage Errors
name mean q10 q50 q90
err_ont 1.609% 0.731% 1.197% 3.830%
err_bal 1.621% 0.734% 1.204% 3.915%
iden 0.406% 0.109% 0.247% 1.152%
del 0.434% 0.196% 0.290% 1.017%
ins 0.783% 0.379% 0.557% 1.756%
Q Scores
name mean q10 q50 q90
err_ont 17.94 21.36 19.22 14.17
err_bal 17.90 21.34 19.19 14.07
iden 23.91 29.61 26.07 19.39
del 23.63 27.07 25.37 19.93
ins 21.07 24.22 22.54 17.55
"ins" and "del" are straightforward. What are "iden", "err_ont", and "err_bal" errors. How are these q scores being computed and what do they represent in this context?