diff --git a/lib/node_modules/@stdlib/blas/ext/base/dfill-nan/package.json b/lib/node_modules/@stdlib/blas/ext/base/dfill-nan/package.json index 2e30d2b8cea0..d29e910d4ba5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dfill-nan/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/dfill-nan/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/dfill-nan", "version": "0.0.0", - "description": "Replace double-precision floating-point strided array elements equal to `NaN` with a specified scalar constant.", + "description": "Replace double-precision floating-point strided array elements equal to NaN with a specified scalar constant.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/gfill-nan/package.json b/lib/node_modules/@stdlib/blas/ext/base/gfill-nan/package.json index 39b69d1815e1..4b82c89a1ac0 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gfill-nan/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/gfill-nan/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/gfill-nan", "version": "0.0.0", - "description": "Replace strided array elements equal to `NaN` with a specified scalar constant.", + "description": "Replace strided array elements equal to NaN with a specified scalar constant.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/gnancount/package.json b/lib/node_modules/@stdlib/blas/ext/base/gnancount/package.json index 4e9c8c3eae14..c1353eea6335 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/gnancount/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/gnancount/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/gnancount", "version": "0.0.0", - "description": "Calculate the number of non-`NaN` elements in a strided array.", + "description": "Calculate the number of non-NaN elements in a strided array.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansum/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansum/package.json index 32b27be4577a..0a439cfa7053 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansum/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansum/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/dnansum", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn/package.json index ea2dd45b7e7e..55c32b1ae93b 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/dnansumkbn", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.", + "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using an improved Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn2/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn2/package.json index 23499e315635..2680da766088 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn2/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn2/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/dnansumkbn2", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.", + "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumors/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumors/package.json index 845185426018..f587935b9f2e 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumors/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/dnansumors", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumpw/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumpw/package.json index 0bff39b073ad..d07fd4cd6642 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumpw/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumpw/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/dnansumpw", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.", + "description": "Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using pairwise summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansum/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansum/package.json index b55c20e6e1ad..651a8686d5e8 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansum/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansum/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/gnansum", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the sum of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn/package.json index 3205f819e46b..c059879e9beb 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/gnansumkbn", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.", + "description": "Compute the sum of a one-dimensional ndarray, ignoring NaN values and using an improved Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn2/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn2/package.json index 171e3fd5f59b..6c1fc183ce43 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn2/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumkbn2/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/gnansumkbn2", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.", + "description": "Compute the sum of a one-dimensional ndarray, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumors/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumors/package.json index 5c8e3b05aede..eace71f78e3c 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumors/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/gnansumors", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the sum of a one-dimensional ndarray, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumpw/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumpw/package.json index e93a8404a471..0867bab3bbcd 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumpw/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/gnansumpw/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/gnansumpw", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using pairwise summation.", + "description": "Compute the sum of a one-dimensional ndarray, ignoring NaN values and using pairwise summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansum/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansum/package.json index a008530fd94d..0d4f54ece7a5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansum/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansum/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/snansum", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn/package.json index 642e7040a7b4..15c4fe328f50 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/snansumkbn", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.", + "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using an improved Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn2/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn2/package.json index 456b60db6847..8b80015727ca 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn2/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumkbn2/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/snansumkbn2", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.", + "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumors/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumors/package.json index 5c9fb9c66dd1..8c98ab122886 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumors/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/snansumors", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumpw/package.json b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumpw/package.json index 789a51c65174..09c3e15a9b80 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumpw/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/ndarray/snansumpw/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/ndarray/snansumpw", "version": "0.0.0", - "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.", + "description": "Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using pairwise summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/sfill-nan/package.json b/lib/node_modules/@stdlib/blas/ext/base/sfill-nan/package.json index 6ab67954c18a..11d432e28504 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/sfill-nan/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/sfill-nan/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/sfill-nan", "version": "0.0.0", - "description": "Replace single-precision floating-point strided array elements equal to `NaN` with a specified scalar constant.", + "description": "Replace single-precision floating-point strided array elements equal to NaN with a specified scalar constant.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/package.json b/lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/package.json index 9d4c4f937d2f..f7910642ea63 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/package.json +++ b/lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas/ext/base/wasm/dnansumkbn2", "version": "0.0.0", - "description": "Compute the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.", + "description": "Compute the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/random/docs/types/index.d.ts b/lib/node_modules/@stdlib/random/docs/types/index.d.ts index a029d5421c4d..fc61485ea4cc 100644 --- a/lib/node_modules/@stdlib/random/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/random/docs/types/index.d.ts @@ -178,7 +178,7 @@ interface Namespace { beta: typeof beta; /** - * Generates pseudorandom numbers drawn from a betaprime distribution. + * Generates pseudorandom numbers drawn from a beta prime distribution. * * @param shape - output shape * @param alpha - first shape parameter diff --git a/lib/node_modules/@stdlib/stats/array/nanstdev/package.json b/lib/node_modules/@stdlib/stats/array/nanstdev/package.json index 55e36c12fa1f..63fc6b8eb699 100644 --- a/lib/node_modules/@stdlib/stats/array/nanstdev/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanstdev/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanstdev", "version": "0.0.0", - "description": "Calculate the standard deviation of an array ignoring `NaN` values.", + "description": "Calculate the standard deviation of an array ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanstdevch/package.json b/lib/node_modules/@stdlib/stats/array/nanstdevch/package.json index 5d214e285d60..564cdeb5f2d6 100644 --- a/lib/node_modules/@stdlib/stats/array/nanstdevch/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanstdevch/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanstdevch", "version": "0.0.0", - "description": "Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.", + "description": "Calculate the standard deviation of an array ignoring NaN values and using a one-pass trial mean algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanstdevpn/package.json b/lib/node_modules/@stdlib/stats/array/nanstdevpn/package.json index 54de7b842caa..bbb082b8763d 100644 --- a/lib/node_modules/@stdlib/stats/array/nanstdevpn/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanstdevpn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanstdevpn", "version": "0.0.0", - "description": "Calculate the standard deviation of an array ignoring `NaN` values and using a two-pass algorithm.", + "description": "Calculate the standard deviation of an array ignoring NaN values and using a two-pass algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanstdevtk/package.json b/lib/node_modules/@stdlib/stats/array/nanstdevtk/package.json index 51f790845cb9..a99bb5232747 100644 --- a/lib/node_modules/@stdlib/stats/array/nanstdevtk/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanstdevtk/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanstdevtk", "version": "0.0.0", - "description": "Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.", + "description": "Calculate the standard deviation of an array ignoring NaN values and using a one-pass textbook algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanstdevwd/package.json b/lib/node_modules/@stdlib/stats/array/nanstdevwd/package.json index 236e2d1645e7..02813e538f24 100644 --- a/lib/node_modules/@stdlib/stats/array/nanstdevwd/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanstdevwd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanstdevwd", "version": "0.0.0", - "description": "Calculate the standard deviation of an array ignoring `NaN` values and using Welford's algorithm.", + "description": "Calculate the standard deviation of an array ignoring NaN values and using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanstdevyc/package.json b/lib/node_modules/@stdlib/stats/array/nanstdevyc/package.json index 09b8dd292868..6626da9177a7 100644 --- a/lib/node_modules/@stdlib/stats/array/nanstdevyc/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanstdevyc/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanstdevyc", "version": "0.0.0", - "description": "Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.", + "description": "Calculate the standard deviation of an array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanvariance/package.json b/lib/node_modules/@stdlib/stats/array/nanvariance/package.json index f0adecf688c8..258d723284c1 100644 --- a/lib/node_modules/@stdlib/stats/array/nanvariance/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanvariance/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanvariance", "version": "0.0.0", - "description": "Calculate the variance of an array ignoring `NaN` values.", + "description": "Calculate the variance of an array ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanvariancech/package.json b/lib/node_modules/@stdlib/stats/array/nanvariancech/package.json index aa21b0b586ef..26b0fd1f4e03 100644 --- a/lib/node_modules/@stdlib/stats/array/nanvariancech/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanvariancech/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanvariancech", "version": "0.0.0", - "description": "Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.", + "description": "Calculate the variance of an array ignoring NaN values and using a one-pass trial mean algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanvariancepn/package.json b/lib/node_modules/@stdlib/stats/array/nanvariancepn/package.json index e7f966047ed9..0afd3982ef1c 100644 --- a/lib/node_modules/@stdlib/stats/array/nanvariancepn/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanvariancepn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanvariancepn", "version": "0.0.0", - "description": "Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.", + "description": "Calculate the variance of an array ignoring NaN values and using a two-pass algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanvariancetk/package.json b/lib/node_modules/@stdlib/stats/array/nanvariancetk/package.json index cf40c105c376..c234660833e0 100644 --- a/lib/node_modules/@stdlib/stats/array/nanvariancetk/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanvariancetk/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanvariancetk", "version": "0.0.0", - "description": "Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.", + "description": "Calculate the variance of an array ignoring NaN values and using a one-pass textbook algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanvariancewd/package.json b/lib/node_modules/@stdlib/stats/array/nanvariancewd/package.json index fd909d3d9b97..a1a121bf07d4 100644 --- a/lib/node_modules/@stdlib/stats/array/nanvariancewd/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanvariancewd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanvariancewd", "version": "0.0.0", - "description": "Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.", + "description": "Calculate the variance of an array ignoring NaN values and using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/array/nanvarianceyc/package.json b/lib/node_modules/@stdlib/stats/array/nanvarianceyc/package.json index fff8cbe630f7..7297bc310164 100644 --- a/lib/node_modules/@stdlib/stats/array/nanvarianceyc/package.json +++ b/lib/node_modules/@stdlib/stats/array/nanvarianceyc/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/array/nanvarianceyc", "version": "0.0.0", - "description": "Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.", + "description": "Calculate the variance of an array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/dists/betaprime/README.md b/lib/node_modules/@stdlib/stats/base/dists/betaprime/README.md index c692e5c45a54..fc2e7fce2832 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/betaprime/README.md +++ b/lib/node_modules/@stdlib/stats/base/dists/betaprime/README.md @@ -72,7 +72,7 @@ The namespace contains the following functions for calculating distribution prop -The namespace contains a constructor function for creating a [betaprime][betaprime-distribution] distribution object. +The namespace contains a constructor function for creating a [beta prime][betaprime-distribution] distribution object. diff --git a/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/factory.js b/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/factory.js index 550766f68cfd..0ad2e9d7b822 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/factory.js +++ b/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/factory.js @@ -76,7 +76,7 @@ function factory( alpha, beta ) { return NaN; } if ( x <= 0.0 ) { - // Support of the BetaPrime distribution: (0,∞) + // Support of the beta prime distribution: (0,∞) return NINF; } out = ( alpha-1.0 ) * ln( x ); diff --git a/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/main.js b/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/main.js index 3bfa0d3b3f92..72e11be3a76f 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/main.js +++ b/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/lib/main.js @@ -90,7 +90,7 @@ function logpdf( x, alpha, beta ) { return NaN; } if ( x <= 0.0 ) { - // Support of the BetaPrime distribution: (0,∞) + // Support of the beta prime distribution: (0,∞) return NINF; } out = ( alpha-1.0 ) * ln( x ); diff --git a/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/src/main.c b/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/src/main.c index 3a40cbe11c3c..1bda2b4b87f2 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/src/main.c +++ b/lib/node_modules/@stdlib/stats/base/dists/betaprime/logpdf/src/main.c @@ -46,7 +46,7 @@ double stdlib_base_dists_betaprime_logpdf( const double x, const double alpha, c return 0.0 / 0.0; } if ( x <= 0.0 ) { - // Support of the BetaPrime distribution: (0,∞) + // Support of the beta prime distribution: (0,∞) return STDLIB_CONSTANT_FLOAT64_NINF; } out = ( alpha-1.0 ) * stdlib_base_ln( x ); diff --git a/lib/node_modules/@stdlib/stats/base/dists/betaprime/test/test.js b/lib/node_modules/@stdlib/stats/base/dists/betaprime/test/test.js index 88dce7fd89a2..47527e7854a3 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/betaprime/test/test.js +++ b/lib/node_modules/@stdlib/stats/base/dists/betaprime/test/test.js @@ -33,7 +33,7 @@ tape( 'main export is an object', function test( t ) { t.end(); }); -tape( 'the exported object contains betaprime distribution functions', function test( t ) { +tape( 'the exported object contains beta prime distribution functions', function test( t ) { var keys = objectKeys( betaprime ); t.strictEqual( keys.length > 0, true, 'has keys' ); t.end(); diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmax/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmax/package.json index d0a4753d0bff..b2c3c3967098 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmax/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmax/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmax", "version": "0.0.0", - "description": "Compute the maximum value of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the maximum value of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmaxabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmaxabs/package.json index d48dfde608b4..18f113478f20 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmaxabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmaxabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmaxabs", "version": "0.0.0", - "description": "Compute the maximum absolute value of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the maximum absolute value of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmean/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmean/package.json index bec37c4a0605..e594f256214d 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmean/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmean/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmean", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanors/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanors/package.json index ecb62ed8b1b0..81fe96eb9659 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanors/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmeanors", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/package.json index dd62a6518be1..3ac0352ec449 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmeanpn", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using a two-pass error correction algorithm.", + "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using a two-pass error correction algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpw/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpw/package.json index 2eed4496d250..fe6783b6dedd 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpw/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanpw/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmeanpw", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.", + "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using pairwise summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanwd/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanwd/package.json index 1b28a3b07598..5e45d3d5ad65 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanwd/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmeanwd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmeanwd", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using Welford's algorithm.", + "description": "Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray, ignoring NaN values and using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmin/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmin/package.json index 0cec11e29555..34ff00b5b7eb 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmin/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmin/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmin", "version": "0.0.0", - "description": "Compute the minimum value of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the minimum value of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanminabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanminabs/package.json index 411ddd6bf374..dbed742bd311 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanminabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanminabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanminabs", "version": "0.0.0", - "description": "Compute the minimum value of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the minimum value of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/package.json index 376e175f0242..52c42ed9534c 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmskmax", "version": "0.0.0", - "description": "Compute the maximum value of a double-precision floating-point ndarray according to a mask, ignoring `NaN` values.", + "description": "Compute the maximum value of a double-precision floating-point ndarray according to a mask, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmaxabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmaxabs/package.json index be4f18c3c2ff..7a9bcf0f9ad5 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmaxabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmaxabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmskmaxabs", "version": "0.0.0", - "description": "Compute the maximum absolute value of a double-precision floating-point ndarray according to a mask, ignoring `NaN` values.", + "description": "Compute the maximum absolute value of a double-precision floating-point ndarray according to a mask, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmin/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmin/package.json index a2c09835411d..6a7664b9464a 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmin/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmin/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmskmin", "version": "0.0.0", - "description": "Compute the minimum value of a double-precision floating-point ndarray according to a mask, ignoring `NaN` values.", + "description": "Compute the minimum value of a double-precision floating-point ndarray according to a mask, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskminabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskminabs/package.json index e9d13b3726a0..8aea22d07ae8 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskminabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskminabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanmskminabs", "version": "0.0.0", - "description": "Compute the minimum absolute value of a double-precision floating-point ndarray according to a mask, ignoring `NaN` values.", + "description": "Compute the minimum absolute value of a double-precision floating-point ndarray according to a mask, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanrange/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanrange/package.json index 243d72bbf48c..2198e756ce5e 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanrange/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanrange/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanrange", "version": "0.0.0", - "description": "Compute the range of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the range of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanrangeabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/dnanrangeabs/package.json index 0801647bd053..992c4ba30246 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanrangeabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanrangeabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/dnanrangeabs", "version": "0.0.0", - "description": "Compute the range of absolute values of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the range of absolute values of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmax/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmax/package.json index 8e2be64676c0..47ebd40e289d 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmax/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmax/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmax", "version": "0.0.0", - "description": "Compute the maximum value of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the maximum value of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmaxabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmaxabs/package.json index bdaa0573294e..4b9ba1b31923 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmaxabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmaxabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmaxabs", "version": "0.0.0", - "description": "Compute the maximum absolute value of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the maximum absolute value of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmean/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmean/package.json index 97d1ba0f0006..40785e925f2a 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmean/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmean/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmean", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanors/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanors/package.json index d687c472466e..d106f767c07b 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanors/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmeanors", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn/package.json index f8b8d0e85090..b7dc8aa894f3 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmeanpn", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring `NaN` values and using a two-pass error correction algorithm.", + "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring NaN values and using a two-pass error correction algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanwd/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanwd/package.json index 78ea50e97888..ec5cccdf6961 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanwd/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmeanwd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmeanwd", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring `NaN` values and using Welford's algorithm.", + "description": "Compute the arithmetic mean of a one-dimensional ndarray, ignoring NaN values and using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmidrange-by/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmidrange-by/package.json index 59ef8d21e11b..eee4d21aef42 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmidrange-by/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmidrange-by/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmidrange-by", "version": "0.0.0", - "description": "Calculate the mid-range of a one-dimensional ndarray via a callback function, ignoring `NaN` values.", + "description": "Calculate the mid-range of a one-dimensional ndarray via a callback function, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanmin/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanmin/package.json index 451b0bb6cf5a..2e7d74ac416c 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanmin/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanmin/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanmin", "version": "0.0.0", - "description": "Compute the minimum value of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the minimum value of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanminabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanminabs/package.json index 3db3a7259477..3557ac7f732f 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanminabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanminabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanminabs", "version": "0.0.0", - "description": "Compute the minimum absolute value of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the minimum absolute value of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanrange-by/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanrange-by/package.json index ce11feb58efc..df3c6c7b1812 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanrange-by/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanrange-by/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanrange-by", "version": "0.0.0", - "description": "Compute the range of a one-dimensional ndarray via a callback function, ignoring `NaN` values.", + "description": "Compute the range of a one-dimensional ndarray via a callback function, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/nanrange/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/nanrange/package.json index 5611f44ed065..d761ec791e36 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/nanrange/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/nanrange/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/nanrange", "version": "0.0.0", - "description": "Compute the range of a one-dimensional ndarray, ignoring `NaN` values.", + "description": "Compute the range of a one-dimensional ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmax/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmax/package.json index 686e51dfc50c..df8990a6704b 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmax/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmax/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmax", "version": "0.0.0", - "description": "Compute the maximum value of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the maximum value of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmaxabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmaxabs/package.json index ed8d66682bf5..ad3fc98f0a0c 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmaxabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmaxabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmaxabs", "version": "0.0.0", - "description": "Compute the maximum absolute value of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the maximum absolute value of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmean/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmean/package.json index 1ac2e0f64e66..f8adbcc232ab 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmean/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmean/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmean", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanors/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanors/package.json index 1d52a0b5f5d1..4bfb57b7f92e 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanors/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmeanors", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanpn/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanpn/package.json index 2239acb3a977..53ea95334811 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanpn/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanpn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmeanpn", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using a two-pass error correction algorithm.", + "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using a two-pass error correction algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanwd/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanwd/package.json index e89a7681ccd2..0fb224d31df9 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanwd/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmeanwd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmeanwd", "version": "0.0.0", - "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using Welford's algorithm.", + "description": "Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring NaN values and using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmidrange/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmidrange/package.json index 839fc402c3fc..baef99bfde84 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmidrange/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmidrange/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmidrange", "version": "0.0.0", - "description": "Compute the mid-range of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the mid-range of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanmin/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanmin/package.json index b33cf7cd464b..fcd3f2475181 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanmin/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanmin/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanmin", "version": "0.0.0", - "description": "Compute the minimum value of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the minimum value of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanminabs/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanminabs/package.json index 03ec7763aa97..d551c3eb814a 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanminabs/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanminabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanminabs", "version": "0.0.0", - "description": "Compute the minimum absolute value of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the minimum absolute value of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/snanrange/package.json b/lib/node_modules/@stdlib/stats/base/ndarray/snanrange/package.json index 433b8396091b..fade056be8a6 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/snanrange/package.json +++ b/lib/node_modules/@stdlib/stats/base/ndarray/snanrange/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/base/ndarray/snanrange", "version": "0.0.0", - "description": "Compute the range of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.", + "description": "Compute the range of a one-dimensional single-precision floating-point ndarray, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/incr/nanmmape/package.json b/lib/node_modules/@stdlib/stats/incr/nanmmape/package.json index 04e7ccc12d92..77adf6d4dcaf 100644 --- a/lib/node_modules/@stdlib/stats/incr/nanmmape/package.json +++ b/lib/node_modules/@stdlib/stats/incr/nanmmape/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/incr/nanmmape", "version": "0.0.0", - "description": "Compute a moving mean absolute percentage error (MAPE) incrementally, ignoring `NaN` values.", + "description": "Compute a moving mean absolute percentage error (MAPE) incrementally, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/incr/nanmrange/package.json b/lib/node_modules/@stdlib/stats/incr/nanmrange/package.json index 384f7198e3f8..8a4efd952781 100644 --- a/lib/node_modules/@stdlib/stats/incr/nanmrange/package.json +++ b/lib/node_modules/@stdlib/stats/incr/nanmrange/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/incr/nanmrange", "version": "0.0.0", - "description": "Compute a moving range incrementally, ignoring `NaN` values.", + "description": "Compute a moving range incrementally, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/incr/nanmvmr/package.json b/lib/node_modules/@stdlib/stats/incr/nanmvmr/package.json index b04f6dc3793f..f22709614459 100644 --- a/lib/node_modules/@stdlib/stats/incr/nanmvmr/package.json +++ b/lib/node_modules/@stdlib/stats/incr/nanmvmr/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/incr/nanmvmr", "version": "0.0.0", - "description": "Compute a moving variance-to-mean ratio (VMR) incrementally, ignoring `NaN` values.", + "description": "Compute a moving variance-to-mean ratio (VMR) incrementally, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/incr/nanpcorr2/package.json b/lib/node_modules/@stdlib/stats/incr/nanpcorr2/package.json index 3bf03e8c62aa..4be0ded63453 100644 --- a/lib/node_modules/@stdlib/stats/incr/nanpcorr2/package.json +++ b/lib/node_modules/@stdlib/stats/incr/nanpcorr2/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/incr/nanpcorr2", "version": "0.0.0", - "description": "Compute a squared sample Pearson product-moment correlation coefficient, ignoring `NaN` values.", + "description": "Compute a squared sample Pearson product-moment correlation coefficient, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmax/package.json b/lib/node_modules/@stdlib/stats/nanmax/package.json index e5af976d5a38..74f11d202f9a 100644 --- a/lib/node_modules/@stdlib/stats/nanmax/package.json +++ b/lib/node_modules/@stdlib/stats/nanmax/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmax", "version": "0.0.0", - "description": "Compute the maximum value along one or more ndarray dimensions, ignoring `NaN` values.", + "description": "Compute the maximum value along one or more ndarray dimensions, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmaxabs/package.json b/lib/node_modules/@stdlib/stats/nanmaxabs/package.json index eef544846380..6bbd2f0c8514 100644 --- a/lib/node_modules/@stdlib/stats/nanmaxabs/package.json +++ b/lib/node_modules/@stdlib/stats/nanmaxabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmaxabs", "version": "0.0.0", - "description": "Compute the maximum absolute value along one or more ndarray dimensions, ignoring `NaN` values.", + "description": "Compute the maximum absolute value along one or more ndarray dimensions, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmean/package.json b/lib/node_modules/@stdlib/stats/nanmean/package.json index 9dde4e7298eb..cf9510e0829f 100644 --- a/lib/node_modules/@stdlib/stats/nanmean/package.json +++ b/lib/node_modules/@stdlib/stats/nanmean/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmean", "version": "0.0.0", - "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring `NaN` values.", + "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmeanors/package.json b/lib/node_modules/@stdlib/stats/nanmeanors/package.json index eb0df50ab459..920a3cc9d630 100644 --- a/lib/node_modules/@stdlib/stats/nanmeanors/package.json +++ b/lib/node_modules/@stdlib/stats/nanmeanors/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmeanors", "version": "0.0.0", - "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring `NaN` values and using ordinary recursive summation.", + "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring NaN values and using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmeanpn/package.json b/lib/node_modules/@stdlib/stats/nanmeanpn/package.json index c96a0c409bc9..9dc1743d5818 100644 --- a/lib/node_modules/@stdlib/stats/nanmeanpn/package.json +++ b/lib/node_modules/@stdlib/stats/nanmeanpn/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmeanpn", "version": "0.0.0", - "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring `NaN` values and using a two-pass error correction algorithm.", + "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring NaN values and using a two-pass error correction algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmeanwd/package.json b/lib/node_modules/@stdlib/stats/nanmeanwd/package.json index 9122a6c37956..b667ab90a217 100644 --- a/lib/node_modules/@stdlib/stats/nanmeanwd/package.json +++ b/lib/node_modules/@stdlib/stats/nanmeanwd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmeanwd", "version": "0.0.0", - "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring `NaN` values and using Welford's algorithm.", + "description": "Compute the arithmetic mean along one or more ndarray dimensions, ignoring NaN values and using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanmin/package.json b/lib/node_modules/@stdlib/stats/nanmin/package.json index 2a988c2f6812..ec463cbc4bab 100644 --- a/lib/node_modules/@stdlib/stats/nanmin/package.json +++ b/lib/node_modules/@stdlib/stats/nanmin/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanmin", "version": "0.0.0", - "description": "Compute the minimum value along one or more ndarray dimensions, ignoring `NaN` values.", + "description": "Compute the minimum value along one or more ndarray dimensions, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanminabs/package.json b/lib/node_modules/@stdlib/stats/nanminabs/package.json index 3caa50505e61..2c18f459fa3a 100644 --- a/lib/node_modules/@stdlib/stats/nanminabs/package.json +++ b/lib/node_modules/@stdlib/stats/nanminabs/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanminabs", "version": "0.0.0", - "description": "Compute the minimum absolute value along one or more ndarray dimensions, ignoring `NaN` values.", + "description": "Compute the minimum absolute value along one or more ndarray dimensions, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/stats/nanrange/package.json b/lib/node_modules/@stdlib/stats/nanrange/package.json index 5687a17f9b17..9910a8dc6abb 100644 --- a/lib/node_modules/@stdlib/stats/nanrange/package.json +++ b/lib/node_modules/@stdlib/stats/nanrange/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/nanrange", "version": "0.0.0", - "description": "Compute the range along one or more ndarray dimensions, ignoring `NaN` values.", + "description": "Compute the range along one or more ndarray dimensions, ignoring NaN values.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",