diff --git a/lib/node_modules/@stdlib/array/float64/README.md b/lib/node_modules/@stdlib/array/float64/README.md index ee04993e6922..393d8c73b69d 100644 --- a/lib/node_modules/@stdlib/array/float64/README.md +++ b/lib/node_modules/@stdlib/array/float64/README.md @@ -1432,6 +1432,7 @@ console.log( arr ); ## See Also - [`@stdlib/array/buffer`][@stdlib/array/buffer]: ArrayBuffer. +- [`@stdlib/array/float16`][@stdlib/array/float16]: float16Array. - [`@stdlib/array/float32`][@stdlib/array/float32]: Float32Array. - [`@stdlib/array/int16`][@stdlib/array/int16]: Int16Array. - [`@stdlib/array/int32`][@stdlib/array/int32]: Int32Array. @@ -1455,6 +1456,8 @@ console.log( arr ); [@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/buffer +[@stdlib/array/float16]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float16 + [@stdlib/array/float32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float32 [@stdlib/array/int16]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/int16 diff --git a/lib/node_modules/@stdlib/random/array/binomial/README.md b/lib/node_modules/@stdlib/random/array/binomial/README.md index dfa5db063393..0d35eb26327c 100644 --- a/lib/node_modules/@stdlib/random/array/binomial/README.md +++ b/lib/node_modules/@stdlib/random/array/binomial/README.md @@ -358,6 +358,7 @@ logEach( '%f', x4 ); ## See Also +- [`@stdlib/random/binomial`][@stdlib/random/binomial]: generate pseudorandom numbers drawn from a binomial distribution. - [`@stdlib/random/array/negative-binomial`][@stdlib/random/array/negative-binomial]: create an array containing pseudorandom numbers drawn from a negative binomial distribution. - [`@stdlib/random/base/binomial`][@stdlib/random/base/binomial]: binomial distributed pseudorandom numbers. @@ -379,6 +380,8 @@ logEach( '%f', x4 ); +[@stdlib/random/binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/binomial + [@stdlib/random/array/negative-binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/negative-binomial diff --git a/lib/node_modules/@stdlib/random/array/rayleigh/README.md b/lib/node_modules/@stdlib/random/array/rayleigh/README.md index a2327d81340a..7cf5805174b7 100644 --- a/lib/node_modules/@stdlib/random/array/rayleigh/README.md +++ b/lib/node_modules/@stdlib/random/array/rayleigh/README.md @@ -357,6 +357,7 @@ logEach( '%f', x4 ); ## See Also - [`@stdlib/random/base/rayleigh`][@stdlib/random/base/rayleigh]: Rayleigh distributed pseudorandom numbers. +- [`@stdlib/random/rayleigh`][@stdlib/random/rayleigh]: generate pseudorandom numbers drawn from a Rayleigh distribution. - [`@stdlib/random/strided/rayleigh`][@stdlib/random/strided/rayleigh]: fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution. @@ -377,6 +378,8 @@ logEach( '%f', x4 ); +[@stdlib/random/rayleigh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/rayleigh + [@stdlib/random/strided/rayleigh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/rayleigh diff --git a/lib/node_modules/@stdlib/random/geometric/README.md b/lib/node_modules/@stdlib/random/geometric/README.md index 46248331fbde..f4c78b7de57e 100644 --- a/lib/node_modules/@stdlib/random/geometric/README.md +++ b/lib/node_modules/@stdlib/random/geometric/README.md @@ -358,6 +358,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); @@ -378,6 +386,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); [@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes + + +[@stdlib/random/array/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/geometric + +[@stdlib/random/strided/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/geometric + + + diff --git a/lib/node_modules/@stdlib/random/strided/beta/README.md b/lib/node_modules/@stdlib/random/strided/beta/README.md index 37befbac91e9..5256cd1b5efb 100644 --- a/lib/node_modules/@stdlib/random/strided/beta/README.md +++ b/lib/node_modules/@stdlib/random/strided/beta/README.md @@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); ## See Also +- [`@stdlib/random/beta`][@stdlib/random/beta]: generate pseudorandom numbers drawn from a beta distribution. - [`@stdlib/random/base/beta`][@stdlib/random/base/beta]: beta distributed pseudorandom numbers. - [`@stdlib/random/array/beta`][@stdlib/random/array/beta]: create an array containing pseudorandom numbers drawn from a beta distribution. @@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); +[@stdlib/random/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/beta + [@stdlib/random/array/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/beta diff --git a/lib/node_modules/@stdlib/random/strided/betaprime/README.md b/lib/node_modules/@stdlib/random/strided/betaprime/README.md index 4f232d13c0b8..cd2b79c2717b 100644 --- a/lib/node_modules/@stdlib/random/strided/betaprime/README.md +++ b/lib/node_modules/@stdlib/random/strided/betaprime/README.md @@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); ## See Also +- [`@stdlib/random/betaprime`][@stdlib/random/betaprime]: generate pseudorandom numbers drawn from a betaprime distribution. - [`@stdlib/random/base/betaprime`][@stdlib/random/base/betaprime]: beta prime distributed pseudorandom numbers. - [`@stdlib/random/array/betaprime`][@stdlib/random/array/betaprime]: create an array containing pseudorandom numbers drawn from a beta prime distribution. @@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); +[@stdlib/random/betaprime]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/betaprime + [@stdlib/random/array/betaprime]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/betaprime diff --git a/lib/node_modules/@stdlib/stats/incr/nanvariance/README.md b/lib/node_modules/@stdlib/stats/incr/nanvariance/README.md index 46e0951afdf2..4410eec60920 100644 --- a/lib/node_modules/@stdlib/stats/incr/nanvariance/README.md +++ b/lib/node_modules/@stdlib/stats/incr/nanvariance/README.md @@ -134,14 +134,6 @@ console.log( accumulator() ); @@ -154,12 +146,6 @@ console.log( accumulator() ); -[@stdlib/stats/incr/variance]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/variance - -[@stdlib/stats/incr/mean]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/mean - -[@stdlib/stats/incr/nansum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/nansum -