Skip to content

Commit

Permalink
h of ECP
Browse files Browse the repository at this point in the history
  • Loading branch information
CPernet committed Jan 30, 2022
1 parent 08e1697 commit b6d2b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skipped_Pearson.m
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
else
disp('ECP method requested, computing p alpha ... (takes a while)')
[~,~,p_alpha] = MC_corrpval(n,p,'Skipped Pearson',alphav,pairs);
h = pval < p_alpha;
end
elseif strcmp('method','Hochberg')
[sorted_pval,index] = sort(pval,'descend');
Expand Down

0 comments on commit b6d2b1e

Please sign in to comment.