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 for a beta distribution with first shape parameter `alpha` and second shape parameter `beta`.
176
-
175
+
Returns the [differential entropy][entropy] of a [beta][beta-distribution] distribution with parameters `alpha` (first shape parameter) and `beta` (second shape parameter).
177
176
178
177
```c
179
178
double y = stdlib_base_dists_beta_entropy( 1.0, 1.0 );
0 commit comments