Skip to content

Commit

Permalink
chore: update C doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Neerajpathak07 committed Feb 5, 2025
1 parent 8b049d5 commit 8c37cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/stats/base/dists/beta/pdf/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
#include "stdlib/constants/float64/pinf.h"

/**
* 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`.
*
* @param x input value
* @param alpha first shape parameter
* @param beta second shape parameter
* @returns expected value
* @returns evaluated PDF
*
* @example
* double y = stdlib_base_dists_beta_pdf( 0.5, 1.0, 1.0 );
Expand Down

0 comments on commit 8c37cfe

Please sign in to comment.