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/gumbel/quantile/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
<!--
2
-
3
2
@license Apache-2.0
4
3
5
4
Copyright (c) 2018 The Stdlib Authors.
@@ -55,7 +54,7 @@ var quantile = require( '@stdlib/stats/base/dists/gumbel/quantile' );
55
54
56
55
#### quantile( p, mu, beta )
57
56
58
-
Evaluates the [quantile function][quantile-function] for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta` (scale parameter).
57
+
Evaluates the [quantile function][quantile-function] for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter), and `beta` (scale parameter).
59
58
60
59
```javascript
61
60
var y =quantile( 0.8, 0.0, 1.0 );
@@ -149,6 +148,11 @@ for ( i = 0; i < 100; i++ ) {
149
148
150
149
<!-- /.examples -->
151
150
151
+
<!-- Section for related `stdlib ` packages. Do not manually edit this section, as it is automatically populated. -->
152
+
153
+
<sectionclass="related">
154
+
155
+
152
156
<!-- C interface documentation. -->
153
157
154
158
* * *
@@ -246,7 +250,7 @@ int main( void ) {
246
250
247
251
</section>
248
252
249
-
<!-- /.c-->
253
+
<!-- /.related-->
250
254
251
255
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments