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
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/base/nanstdevwd/docs/img/equation_population_standard_deviation.svg" alt="Equation for the population standard deviation.">
36
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/strided/nanstdevwd/docs/img/equation_population_standard_deviation.svg" alt="Equation for the population standard deviation.">
37
37
<br>
38
38
</div> -->
39
39
@@ -48,7 +48,7 @@ where the population mean is given by
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/base/nanstdevwd/docs/img/equation_population_mean.svg" alt="Equation for the population mean.">
51
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/strided/nanstdevwd/docs/img/equation_population_mean.svg" alt="Equation for the population mean.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/base/nanstdevwd/docs/img/equation_corrected_sample_standard_deviation.svg" alt="Equation for computing a corrected sample standard deviation.">
66
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/strided/nanstdevwd/docs/img/equation_corrected_sample_standard_deviation.svg" alt="Equation for computing a corrected sample standard deviation.">
67
67
<br>
68
68
</div> -->
69
69
@@ -78,7 +78,7 @@ where the sample mean is given by
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/base/nanstdevwd/docs/img/equation_sample_mean.svg" alt="Equation for the sample mean.">
81
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6ed5b63b6ce33d2915ce2862c86d55ae33cdb609/lib/node_modules/@stdlib/stats/strided/nanstdevwd/docs/img/equation_sample_mean.svg" alt="Equation for the sample mean.">
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The namespace contains the following statistical functions:
70
70
- <spanclass="signature">[`nanstdevch( N, correction, x, stride )`][@stdlib/stats/base/nanstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
71
71
- <spanclass="signature">[`nanstdevpn( N, correction, x, strideX )`][@stdlib/stats/base/nanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a two-pass algorithm.</span>
72
72
- <spanclass="signature">[`nanstdevtk( N, correction, x, stride )`][@stdlib/stats/base/nanstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a one-pass textbook algorithm.</span>
73
-
- <spanclass="signature">[`nanstdevwd( N, correction, x, stride )`][@stdlib/stats/base/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using Welford's algorithm.</span>
73
+
- <spanclass="signature">[`nanstdevwd( N, correction, x, stride )`][@stdlib/stats/strided/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using Welford's algorithm.</span>
74
74
- <spanclass="signature">[`nanstdevyc( N, correction, x, strideX )`][@stdlib/stats/strided/nanstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
75
75
- <spanclass="signature">[`nanvariance( N, correction, x, strideX )`][@stdlib/stats/strided/nanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring `NaN` values.</span>
76
76
- <spanclass="signature">[`nanvariancech( N, correction, x, strideX )`][@stdlib/stats/strided/nanvariancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/snanstdevwd/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ console.log( v );
244
244
## See Also
245
245
246
246
- <spanclass="package-name">[`@stdlib/stats/strided/dnanstdevwd`][@stdlib/stats/strided/dnanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
247
-
- <spanclass="package-name">[`@stdlib/stats/base/nanstdevwd`][@stdlib/stats/base/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
247
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanstdevwd`][@stdlib/stats/strided/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
248
248
- <spanclass="package-name">[`@stdlib/stats/base/snanstdev`][@stdlib/stats/base/snanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.</span>
249
249
- <spanclass="package-name">[`@stdlib/stats/base/snanvariancewd`][@stdlib/stats/base/snanvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
250
250
- <spanclass="package-name">[`@stdlib/stats/base/sstdevwd`][@stdlib/stats/base/sstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/dnanstdevwd/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,7 @@ int main( void ) {
363
363
- <span class="package-name">[`@stdlib/stats/strided/dnanstdev`][@stdlib/stats/strided/dnanstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.</span>
364
364
- <span class="package-name">[`@stdlib/stats/strided/dnanvariancewd`][@stdlib/stats/strided/dnanvariancewd]</span><span class="delimiter">: </span><span class="description">calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
365
365
- <span class="package-name">[`@stdlib/stats/strided/dstdevwd`][@stdlib/stats/strided/dstdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.</span>
366
-
- <span class="package-name">[`@stdlib/stats/base/nanstdevwd`][@stdlib/stats/base/nanstdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
366
+
- <span class="package-name">[`@stdlib/stats/strided/nanstdevwd`][@stdlib/stats/strided/nanstdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
367
367
- <span class="package-name">[`@stdlib/stats/base/snanstdevwd`][@stdlib/stats/base/snanstdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/nanvariancewd/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ console.log( v );
232
232
## See Also
233
233
234
234
- <spanclass="package-name">[`@stdlib/stats/strided/dnanvariancewd`][@stdlib/stats/strided/dnanvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
235
-
- <spanclass="package-name">[`@stdlib/stats/base/nanstdevwd`][@stdlib/stats/base/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
235
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanstdevwd`][@stdlib/stats/strided/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
236
236
- <spanclass="package-name">[`@stdlib/stats/strided/nanvariance`][@stdlib/stats/strided/nanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values.</span>
237
237
- <spanclass="package-name">[`@stdlib/stats/base/snanvariancewd`][@stdlib/stats/base/snanvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
238
238
- <spanclass="package-name">[`@stdlib/stats/strided/variancewd`][@stdlib/stats/strided/variancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using Welford's algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/stdevwd/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ console.log( v );
225
225
## See Also
226
226
227
227
- <spanclass="package-name">[`@stdlib/stats/strided/dstdevwd`][@stdlib/stats/strided/dstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.</span>
228
-
- <spanclass="package-name">[`@stdlib/stats/base/nanstdevwd`][@stdlib/stats/base/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
228
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanstdevwd`][@stdlib/stats/strided/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
229
229
- <spanclass="package-name">[`@stdlib/stats/base/sstdevwd`][@stdlib/stats/base/sstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.</span>
230
230
- <spanclass="package-name">[`@stdlib/stats/strided/stdev`][@stdlib/stats/strided/stdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array.</span>
231
231
- <spanclass="package-name">[`@stdlib/stats/strided/variancewd`][@stdlib/stats/strided/variancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using Welford's algorithm.</span>
0 commit comments