You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the differential entropy of an Erlang distribution with shape parameter `k` and rate parameter `lambda`.
176
+
Returns the [differential entropy][entropy] of an [Erlang][erlang-distribution] distribution with parameters shape `k` and rate `lambda` (in [nats][nats]).
177
177
178
178
```c
179
179
double y = stdlib_base_dists_erlang_entropy( 1.0, 1.0 );
0 commit comments