File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/base/dists/erlang/entropy
include/stdlib/stats/base/dists/erlang Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ for ( i = 0; i < 10; i++ ) {
173173
174174#### stdlib_base_dists_erlang_entropy( k, lambda )
175175
176- Returns the differential entropy for a erlang distribution with shape parameter ` k ` and rate parameter ` lambda ` .
176+ Returns the differential entropy of an Erlang distribution with shape parameter ` k ` and rate parameter ` lambda ` .
177177
178178``` c
179179double y = stdlib_base_dists_erlang_entropy( 1.0 , 1.0 );
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif
2828
2929/**
30- * Returns the differential entropy for a erlang distribution with shape parameter `k` and rate parameter `lambda`.
30+ * Returns the differential entropy for a Erlang distribution with shape parameter `k` and rate parameter `lambda`.
3131*/
3232double stdlib_base_dists_erlang_entropy ( const double k , const double lambda );
3333
Original file line number Diff line number Diff line change 2525
2626
2727/**
28- * Returns the differential entropy for a erlang distribution with shape parameter `k` and rate parameter `lambda`.
28+ * Returns the differential entropy for a Erlang distribution with shape parameter `k` and rate parameter `lambda`.
2929*
3030* @param k shape parameter
3131* @param lambda rate parameter
You can’t perform that action at this time.
0 commit comments