Skip to content

Commit 833618a

Browse files
authored
Update entropy.h
Signed-off-by: yuvi-mittal <[email protected]>
1 parent 85211e1 commit 833618a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/entropy/include/stdlib/stats/base/dists/planck

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/entropy/include/stdlib/stats/base/dists/planck/entropy.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 entropy for planck distribution.
30+
* Evaluates the differential entropy for a Planck distribution with shape parameter `lambda`.
3131
*/
3232
double stdlib_base_dists_planck_entropy( const double lambda );
3333

0 commit comments

Comments
 (0)