Skip to content

Commit

Permalink
Swapped PTinf and PTsup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Jan 13, 2022
1 parent 7e22785 commit b8ab761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities_stat/mdpattern.m
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
outSUPj=sum(Yjnomiss>ThreshSup);
outINFj=sum(Yjnomiss<ThreshInf);

tot=[mj medianj sigmaj madj countMissingj percMissingj outSUPj outINFj];
tot=[mj medianj sigmaj madj countMissingj percMissingj outINFj outSUPj];
MisAndOut(j,:)=tot;

end
Expand Down

0 comments on commit b8ab761

Please sign in to comment.