From ef1c901aa40d8fc2c8af57751c9a5a18dc7d628b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 10 Feb 2024 02:35:58 +0000 Subject: [PATCH] Auto-generated commit --- base/chisquare/README.md | 18 ++++++++++++++++++ base/logistic/README.md | 18 ++++++++++++++++++ strided/chisquare/README.md | 13 +++++++++++++ strided/poisson/README.md | 13 +++++++++++++ 4 files changed, 62 insertions(+) diff --git a/base/chisquare/README.md b/base/chisquare/README.md index 6336a530..11f92229 100644 --- a/base/chisquare/README.md +++ b/base/chisquare/README.md @@ -398,6 +398,14 @@ for ( i = 0; i < 100; i++ ) { @@ -410,6 +418,16 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32 + + +[@stdlib/random/array/chisquare]: https://github.com/stdlib-js/random/tree/main/array/chisquare + +[@stdlib/random/iter/chisquare]: https://github.com/stdlib-js/random/tree/main/iter/chisquare + +[@stdlib/random/streams/chisquare]: https://github.com/stdlib-js/random/tree/main/streams/chisquare + + + diff --git a/base/logistic/README.md b/base/logistic/README.md index 2bdcc0d0..39b76e06 100644 --- a/base/logistic/README.md +++ b/base/logistic/README.md @@ -401,6 +401,14 @@ for ( i = 0; i < 100; i++ ) { @@ -413,6 +421,16 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32 + + +[@stdlib/random/array/logistic]: https://github.com/stdlib-js/random/tree/main/array/logistic + +[@stdlib/random/iter/logistic]: https://github.com/stdlib-js/random/tree/main/iter/logistic + +[@stdlib/random/streams/logistic]: https://github.com/stdlib-js/random/tree/main/streams/logistic + + + diff --git a/strided/chisquare/README.md b/strided/chisquare/README.md index 43d1fc15..3232468e 100644 --- a/strided/chisquare/README.md +++ b/strided/chisquare/README.md @@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); @@ -370,6 +377,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32 + + +[@stdlib/random/array/chisquare]: https://github.com/stdlib-js/random/tree/main/array/chisquare + + + diff --git a/strided/poisson/README.md b/strided/poisson/README.md index 2ec42c4c..063fcb1e 100644 --- a/strided/poisson/README.md +++ b/strided/poisson/README.md @@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); @@ -370,6 +377,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); [@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32 + + +[@stdlib/random/array/poisson]: https://github.com/stdlib-js/random/tree/main/array/poisson + + +