Skip to content

Commit 7b51e8f

Browse files
authored
docs: update description
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 7f2d110 commit 7b51e8f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/logcdf/include/stdlib/stats/base/dists/pareto-type1

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/logcdf/include/stdlib/stats/base/dists/pareto-type1/logcdf.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 logcdf of a Pareto (Type I) distribution.
30+
* Evaluates the cumulative distribution function (CDF) for a Pareto (Type I) distribution with shape parameter `alpha` and scale parameter `beta` at a value `x`.
3131
*/
3232
double stdlib_base_dists_pareto_type1_logcdf( const double x, const double alpha, const double beta );
3333

0 commit comments

Comments
 (0)