@@ -940,17 +940,17 @@ <h1>Source code for idpet.comparison</h1><div class="highlight"><pre>
940940< span class ="sd "> this case, IDPET will directly compare each pair of ensemble $i$ and</ span >
941941< span class ="sd "> $j$ by using all of their conformers and perform the comparison only</ span >
942942< span class ="sd "> once. On the other hand, if providing an integer value to this</ span >
943- < span class ="sd "> argument, each pair of ensembles $i$ and $j$ will be compared</ span >
943+ < span class ="sd "> argument, each pair of ensembles *i* and *j* will be compared</ span >
944944< span class ="sd "> `bootstrap_iters` times by randomly selecting (bootstrapping)</ span >
945945< span class ="sd "> conformations from them. Additionally, each ensemble will be</ span >
946946< span class ="sd "> auto-compared with itself by subsampling conformers via</ span >
947947< span class ="sd "> bootstrapping. Then IDPET will perform a statistical test to</ span >
948- < span class ="sd "> establish if the inter-ensemble ($i != j$ ) scores are significantly</ span >
949- < span class ="sd "> different from the intra-ensemble ($i == j$ ) scores. The tests work</ span >
950- < span class ="sd "> as follows: for each ensemble pair $i != j$ IDPET will get their</ span >
948+ < span class ="sd "> establish if the inter-ensemble (*i* != *j* ) scores are significantly</ span >
949+ < span class ="sd "> different from the intra-ensemble (*i* == *j* ) scores. The tests work</ span >
950+ < span class ="sd "> as follows: for each ensemble pair *i* != *j* IDPET will get their</ span >
951951< span class ="sd "> inter-ensemble comparison scores obtained in bootstrapping. Then, it</ span >
952952< span class ="sd "> will get the bootstrapping scores from auto-comparisons of ensemble</ span >
953- < span class ="sd "> $i$ and $j$ and the scores with the higher mean here are selected as</ span >
953+ < span class ="sd "> *i* and *j* and the scores with the higher mean here are selected as</ span >
954954< span class ="sd "> reference intra-ensemble scores. Finally, the inter-ensemble and</ span >
955955< span class ="sd "> intra-ensemble scores are compared via a one-sided Mann-Whitney U</ span >
956956< span class ="sd "> test with the alternative hypothesis being: inter-ensemble scores</ span >
0 commit comments