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
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
129
162
@@ -137,7 +170,7 @@ y = mycdf( 1.5 );
137
170
138
171
<sectionclass="usage">
139
172
140
-
####Usage
173
+
### Usage
141
174
142
175
```c
143
176
#include"stdlib/stats/base/dists/chi/cdf.h"
@@ -213,32 +246,7 @@ int main( void ) {
213
246
214
247
</section>
215
248
216
-
<!-- /.usage -->
217
-
218
-
<sectionclass="examples">
219
-
220
-
## Examples
221
-
222
-
<!-- eslint no-undef: "error" -->
223
-
224
-
```javascript
225
-
var discreteUniform =require( '@stdlib/random/array/discrete-uniform' );
226
-
var uniform =require( '@stdlib/random/array/uniform' );
227
-
var logEachMap =require( '@stdlib/console/log-each-map' );
228
-
var cdf =require( '@stdlib/stats/base/dists/chi/cdf' );
0 commit comments