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@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/base/stdevch/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@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/strided/stdevch/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@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/base/stdevch/docs/img/equation_population_mean.svg" alt="Equation for the population mean.">
51
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/strided/stdevch/docs/img/equation_population_mean.svg" alt="Equation for the population mean.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/base/stdevch/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@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/strided/stdevch/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@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/base/stdevch/docs/img/equation_sample_mean.svg" alt="Equation for the sample mean.">
81
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@10c5eae557369a7da1da27a5f12a45b56e592834/lib/node_modules/@stdlib/stats/strided/stdevch/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
@@ -102,7 +102,7 @@ The namespace contains the following statistical functions:
102
102
- <spanclass="signature">[`snanvarianceyc( N, correction, x, stride )`][@stdlib/stats/base/snanvarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
103
103
- <spanclass="signature">[`sstdevwd( N, correction, x, stride )`][@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>
104
104
- <spanclass="signature">[`stdev( N, correction, x, strideX )`][@stdlib/stats/base/stdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array.</span>
105
-
- <spanclass="signature">[`stdevch( N, correction, x, strideX )`][@stdlib/stats/base/stdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
105
+
- <spanclass="signature">[`stdevch( N, correction, x, strideX )`][@stdlib/stats/strided/stdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
106
106
- <spanclass="signature">[`stdevpn( N, correction, x, strideX )`][@stdlib/stats/strided/stdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a two-pass algorithm.</span>
107
107
- <spanclass="signature">[`stdevtk( N, correction, x, stride )`][@stdlib/stats/strided/stdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass textbook algorithm.</span>
108
108
- <spanclass="signature">[`stdevwd( N, correction, x, stride )`][@stdlib/stats/strided/stdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using Welford's algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/nanstdevch/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
@@ -238,7 +238,7 @@ console.log( v );
238
238
- <spanclass="package-name">[`@stdlib/stats/base/nanvariancech`][@stdlib/stats/base/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>
239
239
- <spanclass="package-name">[`@stdlib/stats/base/nanstdev`][@stdlib/stats/base/nanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values.</span>
240
240
- <spanclass="package-name">[`@stdlib/stats/base/snanstdevch`][@stdlib/stats/base/snanstdevch]</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 trial mean algorithm.</span>
241
-
- <spanclass="package-name">[`@stdlib/stats/base/stdevch`][@stdlib/stats/base/stdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
241
+
- <spanclass="package-name">[`@stdlib/stats/strided/stdevch`][@stdlib/stats/strided/stdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/dstdevch/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
@@ -356,7 +356,7 @@ int main( void ) {
356
356
- <span class="package-name">[`@stdlib/stats/strided/dstdev`][@stdlib/stats/strided/dstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
357
357
- <span class="package-name">[`@stdlib/stats/strided/dvariancech`][@stdlib/stats/strided/dvariancech]</span><span class="delimiter">: </span><span class="description">calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.</span>
358
358
- <span class="package-name">[`@stdlib/stats/strided/sstdevch`][@stdlib/stats/strided/sstdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.</span>
359
-
- <span class="package-name">[`@stdlib/stats/base/stdevch`][@stdlib/stats/base/stdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
359
+
- <span class="package-name">[`@stdlib/stats/strided/stdevch`][@stdlib/stats/strided/stdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/sstdevch/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
@@ -355,7 +355,7 @@ int main( void ) {
355
355
- <span class="package-name">[`@stdlib/stats/strided/dstdevch`][@stdlib/stats/strided/dstdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.</span>
356
356
- <span class="package-name">[`@stdlib/stats/base/snanstdevch`][@stdlib/stats/base/snanstdevch]</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 a one-pass trial mean algorithm.</span>
357
357
- <span class="package-name">[`@stdlib/stats/strided/sstdev`][@stdlib/stats/strided/sstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array.</span>
358
-
- <span class="package-name">[`@stdlib/stats/base/stdevch`][@stdlib/stats/base/stdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
358
+
- <span class="package-name">[`@stdlib/stats/strided/stdevch`][@stdlib/stats/strided/stdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
359
359
- <span class="package-name">[`@stdlib/stats/strided/svariancech`][@stdlib/stats/strided/svariancech]</span><span class="delimiter">: </span><span class="description">calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.</span>
0 commit comments