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/stats/base/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -239,10 +239,10 @@ The namespace contains the following statistical functions:
239
239
- <spanclass="signature">[`stdevyc( N, correction, x, stride )`][@stdlib/stats/base/stdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
240
240
- <spanclass="signature">[`svariance( N, correction, x, stride )`][@stdlib/stats/base/svariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array.</span>
241
241
- <spanclass="signature">[`svariancech( N, correction, x, strideX )`][@stdlib/stats/strided/svariancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.</span>
242
-
- <spanclass="signature">[`svariancepn( N, correction, x, strideX )`][@stdlib/stats/base/svariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.</span>
243
-
- <spanclass="signature">[`svariancetk( N, correction, x, strideX )`][@stdlib/stats/base/svariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.</span>
242
+
- <spanclass="signature">[`svariancepn( N, correction, x, strideX )`][@stdlib/stats/strided/svariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.</span>
243
+
- <spanclass="signature">[`svariancetk( N, correction, x, strideX )`][@stdlib/stats/strided/svariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.</span>
244
244
- <spanclass="signature">[`svariancewd( N, correction, x, stride )`][@stdlib/stats/base/svariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using Welford's algorithm.</span>
245
-
- <spanclass="signature">[`svarianceyc( N, correction, x, strideX )`][@stdlib/stats/base/svarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
245
+
- <spanclass="signature">[`svarianceyc( N, correction, x, strideX )`][@stdlib/stats/strided/svarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
246
246
- <spanclass="signature">[`variance( N, correction, x, stride )`][@stdlib/stats/base/variance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array.</span>
247
247
- <spanclass="signature">[`variancech( N, correction, x, stride )`][@stdlib/stats/base/variancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a one-pass trial mean algorithm.</span>
248
248
- <spanclass="signature">[`variancepn( N, correction, x, stride )`][@stdlib/stats/base/variancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a two-pass algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/snanvariancepn/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ console.log( v );
247
247
- <spanclass="package-name">[`@stdlib/stats/base/nanvariancepn`][@stdlib/stats/base/nanvariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.</span>
248
248
- <spanclass="package-name">[`@stdlib/stats/base/snanstdevpn`][@stdlib/stats/base/snanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.</span>
249
249
- <spanclass="package-name">[`@stdlib/stats/base/snanvariance`][@stdlib/stats/base/snanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values.</span>
250
-
- <spanclass="package-name">[`@stdlib/stats/base/svariancepn`][@stdlib/stats/base/svariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.</span>
250
+
- <spanclass="package-name">[`@stdlib/stats/strided/svariancepn`][@stdlib/stats/strided/svariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/snanvariancetk/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ console.log( v );
247
247
- <spanclass="package-name">[`@stdlib/stats/base/nanvariancetk`][@stdlib/stats/base/nanvariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
248
248
- <spanclass="package-name">[`@stdlib/stats/base/snanstdevtk`][@stdlib/stats/base/snanstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
249
249
- <spanclass="package-name">[`@stdlib/stats/base/snanvariance`][@stdlib/stats/base/snanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values.</span>
250
-
- <spanclass="package-name">[`@stdlib/stats/base/svariancetk`][@stdlib/stats/base/svariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.</span>
250
+
- <spanclass="package-name">[`@stdlib/stats/strided/svariancetk`][@stdlib/stats/strided/svariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/snanvarianceyc/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ console.log( v );
246
246
- <spanclass="package-name">[`@stdlib/stats/base/nanvarianceyc`][@stdlib/stats/base/nanvarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
247
247
- <spanclass="package-name">[`@stdlib/stats/base/snanstdevyc`][@stdlib/stats/base/snanstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
248
248
- <spanclass="package-name">[`@stdlib/stats/base/snanvariance`][@stdlib/stats/base/snanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values.</span>
249
-
- <spanclass="package-name">[`@stdlib/stats/base/svarianceyc`][@stdlib/stats/base/svarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
249
+
- <spanclass="package-name">[`@stdlib/stats/strided/svarianceyc`][@stdlib/stats/strided/svarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
0 commit comments