Skip to content

Commit

Permalink
Bias correction now assumes that preferred frequencies go from 0 to (…
Browse files Browse the repository at this point in the history
…nOverlays*1.25) (#3)
  • Loading branch information
BenGurer authored and julienbesle committed Feb 1, 2017
1 parent 4df2cc3 commit 9257477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrLoadRet/Plugin/GLM_v2/combineTransformOverlayFunctions/weightedMeanStd.m
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

%correct partial-sampling bias
if nargout == 4
popMean = 0:.1:10 ;
popMean = 0:.1:round(nOverlays*1.25) ;
popStddev = .1:.1:5 ;
nMeans = length(popMean);
nStddevs = length(popStddev);
Expand Down

0 comments on commit 9257477

Please sign in to comment.