Skip to content

Commit

Permalink
Merge pull request #1 from BenGurer/ben
Browse files Browse the repository at this point in the history
combineTransformOverlayFunctions/weightedMeanStd.m: The range of the …
  • Loading branch information
julienbesle committed Nov 25, 2016
2 parents 4205d10 + 0f2e07f commit 32a8dcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
%correct partial-sampling bias
if nargout == 4
popMean = 0:.1:round(nOverlays*1.25) ;
popStddev = .1:.1:5 ;
popStddev = .1:.1:nOverlays;
nMeans = length(popMean);
nStddevs = length(popStddev);
[sampleAverage,sampleStddev] = meanEstimationBias(popMean,popStddev,1:nOverlays);
Expand Down

0 comments on commit 32a8dcf

Please sign in to comment.