We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a61ce9 + f0a4e8b commit cb0f03cCopy full SHA for cb0f03c
Contrib/Piedmont/StevensStatistics/6-ContinuousProbabilityDistributions/6.5.13.pg
@@ -34,7 +34,7 @@ $p = 0.48;
34
$q = 1 - $p;
35
$mu = Compute($n*$p);
36
$sigma = Compute(sqrt($n*$p*$q));
37
-$x = random(round(-3.5*$sigma + $mu), round(-2*$sigma+$mu));
+$x = random(round(-3.4*$sigma + $mu), round(-2*$sigma+$mu));
38
39
$z = Compute(($x - $mu)/$sigma)->with(
40
tolType => 'absolute',
0 commit comments