File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/base/dists/erlang/mode Expand file tree Collapse file tree 2 files changed +2
-2
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_mode( k, lambda )
175175
176- Evaluates the [ mode] [ mode ] of an [ Erlang] [ erlang-distribution ] distribution with parameters ` k ` (shape parameter) and ` lambda ` (rate parameter).
176+ Returns the [ mode] [ mode ] of an [ Erlang] [ erlang-distribution ] distribution with parameters ` k ` (shape parameter) and ` lambda ` (rate parameter).
177177
178178``` c
179179double out = stdlib_base_dists_erlang_mode( 1 , 1.0 );
Original file line number Diff line number Diff line change 2828* @return evaluated mode
2929*
3030* @example
31- * double y = stdlib_base_erlang_mode ( 1, 1.0 );
31+ * double y = stdlib_base_dists_erlang_mode ( 1, 1.0 );
3232* // returns 0.0
3333*/
3434double stdlib_base_dists_erlang_mode ( const int32_t k , const double lambda ) {
You can’t perform that action at this time.
0 commit comments