Skip to content

Commit 2d1f444

Browse files
authored
Fix: Description of Cauchy distribution
Signed-off-by: MANI <[email protected]>
1 parent b4d1f2a commit 2d1f444

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/cauchy/cdf/include/stdlib/stats/base/dists/cauchy

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/cauchy/cdf/include/stdlib/stats/base/dists/cauchy/cdf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
#endif
2828

2929
/**
30-
* Evaluates the cumulative distribution function (CDF) for a Weibull distribution with shape parameter `k` and scale parameter `lambda` at a value `x`.
30+
* Evaluates the cumulative distribution function (CDF) for a Cauchy distribution with location parameter `k` and scale parameter `x0` at a value `x`.
3131
*/
3232
double stdlib_base_dists_cauchy_cdf( const double x, const double x0, const double gamma );
3333

0 commit comments

Comments
 (0)