Skip to content

chore: address commit comments for commit dd4ec1f (issue #7454) #7722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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