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 excess kurtosis for a erlang distribution with shape parameter `k`and rate parameter`lambda`.
172
+
Returns the [excess kurtosis][kurtosis] of an [Erlang][erlang-distribution] distribution with parameters `k`(shape parameter) and `lambda` (rate parameter).
173
173
174
174
```c
175
175
double y = stdlib_base_dists_erlang_kurtosis( 1.0, 1.0 );
0 commit comments