Skip to content

Commit 75f3fd4

Browse files
address commit comments for commit 1871022
1 parent c3320f1 commit 75f3fd4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/kurtosis

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/kurtosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ int main( void ) {
213213
int i;
214214
215215
for ( i = 0; i < 25; i++ ) {
216-
sigma = random_uniform( -5.0, 5.0 );
216+
sigma = random_uniform( 0.1, 5.0 );
217217
mu = random_uniform( 0.0, 20.0 );
218218
y = stdlib_base_dists_lognormal_kurtosis( mu, sigma );
219219
printf( "µ: %lf, σ: %lf, Kurt(X;µ,σ): %lf\n", mu, sigma, y );

0 commit comments

Comments
 (0)