Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--

@license Apache-2.0

Copyright (c) 2018 The Stdlib Authors.
Expand Down Expand Up @@ -55,7 +54,7 @@ var quantile = require( '@stdlib/stats/base/dists/gumbel/quantile' );

#### quantile( p, mu, beta )

Evaluates the [quantile function][quantile-function] for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta` (scale parameter).
Evaluates the [quantile function][quantile-function] for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter), and `beta` (scale parameter).

```javascript
var y = quantile( 0.8, 0.0, 1.0 );
Expand Down Expand Up @@ -149,6 +148,11 @@ for ( i = 0; i < 100; i++ ) {

<!-- /.examples -->

<!-- Section for related `stdlib ` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">


<!-- C interface documentation. -->

* * *
Expand Down Expand Up @@ -246,7 +250,7 @@ int main( void ) {

</section>

<!-- /.c -->
<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

Expand Down