Skip to content

Commit e495141

Browse files
chore: add variable symbols
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 059b57f commit e495141

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gamma/logpdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gamma/logpdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ int main( void ) {
240240
alpha = random_uniform( 0.0, 20.0 );
241241
beta = random_uniform( 0.0, 20.0 );
242242
y = stdlib_base_dists_gamma_logpdf( x, alpha, beta );
243-
printf( "x: %lf, alpha: %lf, beta: %lf, LogPdf(X;x,alpha,beta): %lf\n", x, alpha, beta, y );
243+
printf( "x: %lf, α: %lf, β: %lf, ln(f(x;α,β)): %lf\n", x, alpha, beta, y );
244244
}
245245
}
246246
```

0 commit comments

Comments
 (0)