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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/arcsine/entropy/README.md
+90Lines changed: 90 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,96 @@ for ( i = 0; i < 10; i++ ) {
132
132
133
133
<!-- /.examples -->
134
134
135
+
<!-- C interface documentation. -->
136
+
137
+
* * *
138
+
139
+
<sectionclass="c">
140
+
141
+
## C APIs
142
+
143
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
b = a + ( (double)rand() / (double)RAND_MAX ) * 40.0;
211
+
y = stdlib_base_dists_arcsine_entropy( a, b );
212
+
printf( "x: %lf, a: %lf, b: %lf, h(X;a,b): %lf\n", a, b, y );
213
+
}
214
+
}
215
+
```
216
+
217
+
</section>
218
+
219
+
<!-- /.examples -->
220
+
221
+
</section>
222
+
223
+
<!-- /.c -->
224
+
135
225
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments