Skip to content

Commit 8c37cfe

Browse files
chore: update C doxygen
1 parent 8b049d5 commit 8c37cfe

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/beta/pdf/src

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/beta/pdf/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
#include "stdlib/constants/float64/pinf.h"
2626

2727
/**
28-
* Evaluates the probability density function (logPDF) for a beta distribution with first shape parameter `alpha` and second shape parameter `beta`.
28+
* Evaluates the probability density function (PDF) for a beta distribution with first shape parameter `alpha` and second shape parameter `beta`.
2929
*
3030
* @param x input value
3131
* @param alpha first shape parameter
3232
* @param beta second shape parameter
33-
* @returns expected value
33+
* @returns evaluated PDF
3434
*
3535
* @example
3636
* double y = stdlib_base_dists_beta_pdf( 0.5, 1.0, 1.0 );

0 commit comments

Comments
 (0)