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/datasets/us-states-names-capitals/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,6 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
215
215
216
216
- <spanclass="package-name">[`@stdlib/datasets/us-states-capitals`][@stdlib/datasets/us-states-capitals]</span><spanclass="delimiter">: </span><spanclass="description">A list of US state capitals in alphabetical order according to state name.</span>
217
217
- <spanclass="package-name">[`@stdlib/datasets/us-states-names`][@stdlib/datasets/us-states-names]</span><spanclass="delimiter">: </span><spanclass="description">A list of US state names in alphabetical order.</span>
218
-
- <spanclass="package-name">[`@stdlib/datasets/us-states-names-capitals`][@stdlib/datasets/us-states-names-capitals]</span><spanclass="delimiter">: </span><spanclass="description">US state names and capitals.</span>
219
218
220
219
</section>
221
220
@@ -239,8 +238,6 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
- <spanclass="package-name">[`@stdlib/ndarray/falses`][@stdlib/ndarray/falses]</span><spanclass="delimiter">: </span><spanclass="description">create an ndarray filled with false values and having a specified shape and data type.</span>
167
+
- <spanclass="package-name">[`@stdlib/ndarray/trues-like`][@stdlib/ndarray/trues-like]</span><spanclass="delimiter">: </span><spanclass="description">create an ndarray filled with true values and having the same shape and data type as a provided ndarray.</span>
168
+
160
169
</section>
161
170
162
171
<!-- /.related -->
@@ -169,6 +178,16 @@ for ( i = 0; i < dt.length; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/vector/uint16/README.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,24 @@ console.log( v.get() );
179
179
180
180
<sectionclass="related">
181
181
182
+
* * *
183
+
184
+
## See Also
185
+
186
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/float64`][@stdlib/ndarray/vector/float64]</span><spanclass="delimiter">: </span><spanclass="description">create a double-precision floating-point vector (i.e., a one-dimensional ndarray).</span>
187
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/float32`][@stdlib/ndarray/vector/float32]</span><spanclass="delimiter">: </span><spanclass="description">create a single-precision floating-point vector (i.e., a one-dimensional ndarray).</span>
188
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/int16`][@stdlib/ndarray/vector/int16]</span><spanclass="delimiter">: </span><spanclass="description">create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).</span>
189
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/int32`][@stdlib/ndarray/vector/int32]</span><spanclass="delimiter">: </span><spanclass="description">create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).</span>
190
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/int8`][@stdlib/ndarray/vector/int8]</span><spanclass="delimiter">: </span><spanclass="description">create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).</span>
191
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/uint8`][@stdlib/ndarray/vector/uint8]</span><spanclass="delimiter">: </span><spanclass="description">create an unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).</span>
192
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/uint32`][@stdlib/ndarray/vector/uint32]</span><spanclass="delimiter">: </span><spanclass="description">create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).</span>
193
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/uint8c`][@stdlib/ndarray/vector/uint8c]</span><spanclass="delimiter">: </span><spanclass="description">create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).</span>
194
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/complex128`][@stdlib/ndarray/vector/complex128]</span><spanclass="delimiter">: </span><spanclass="description">create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).</span>
195
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/complex64`][@stdlib/ndarray/vector/complex64]</span><spanclass="delimiter">: </span><spanclass="description">create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).</span>
196
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/bool`][@stdlib/ndarray/vector/bool]</span><spanclass="delimiter">: </span><spanclass="description">create a boolean vector (i.e., a one-dimensional ndarray).</span>
197
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/ctor`][@stdlib/ndarray/vector/ctor]</span><spanclass="delimiter">: </span><spanclass="description">create a vector (i.e., a one-dimensional ndarray).</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/f/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
358
358
359
359
## See Also
360
360
361
+
- <spanclass="package-name">[`@stdlib/random/f`][@stdlib/random/f]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an F distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/normal/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
358
358
359
359
## See Also
360
360
361
+
- <spanclass="package-name">[`@stdlib/random/normal`][@stdlib/random/normal]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a normal distribution.</span>
- <spanclass="package-name">[`@stdlib/random/strided/normal`][@stdlib/random/strided/normal]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a normal distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/betaprime/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,6 +416,7 @@ for ( i = 0; i < 100; i++ ) {
416
416
- <spanclass="package-name">[`@stdlib/random/array/betaprime`][@stdlib/random/array/betaprime]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a beta prime distribution.</span>
417
417
- <spanclass="package-name">[`@stdlib/random/iter/betaprime`][@stdlib/random/iter/betaprime]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a beta prime distribution.</span>
418
418
- <spanclass="package-name">[`@stdlib/random/streams/betaprime`][@stdlib/random/streams/betaprime]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a beta prime distribution.</span>
419
+
- <spanclass="package-name">[`@stdlib/random/betaprime`][@stdlib/random/betaprime]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a betaprime distribution.</span>
- <spanclass="package-name">[`@stdlib/random/bernoulli`][@stdlib/random/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a Bernoulli distribution.</span>
- <spanclass="package-name">[`@stdlib/random/array/bernoulli`][@stdlib/random/array/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Bernoulli distribution.</span>
- <spanclass="package-name">[`@stdlib/random/array/t`][@stdlib/random/array/t]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Student's t-distribution.</span>
367
+
- <spanclass="package-name">[`@stdlib/random/strided/t`][@stdlib/random/strided/t]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a Student's t distribution.</span>
0 commit comments