Skip to content

Commit d9adcb2

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/mean/include/stdlib/stats/base/dists/pareto-type1/mean.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 mean for a Pareto Type I distribution with shape parameter `alpha` and scale parameter `beta`.
30+
* Returns the mean for a Pareto Type I distribution with shape parameter `alpha` and scale parameter `beta`.
3131
*/
3232
double stdlib_base_dists_pareto_type1_mean( const double alpha, const double beta );
3333

0 commit comments

Comments
 (0)