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.
1 parent 8b049d5 commit 8c37cfeCopy full SHA for 8c37cfe
lib/node_modules/@stdlib/stats/base/dists/beta/pdf/src/main.c
@@ -25,12 +25,12 @@
25
#include "stdlib/constants/float64/pinf.h"
26
27
/**
28
-* Evaluates the probability density function (logPDF) for a beta distribution with first shape parameter `alpha` and second shape parameter `beta`.
+* Evaluates the probability density function (PDF) for a beta distribution with first shape parameter `alpha` and second shape parameter `beta`.
29
*
30
* @param x input value
31
* @param alpha first shape parameter
32
* @param beta second shape parameter
33
-* @returns expected value
+* @returns evaluated PDF
34
35
* @example
36
* double y = stdlib_base_dists_beta_pdf( 0.5, 1.0, 1.0 );
0 commit comments