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@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/base/nanstdevtk/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@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/strided/nanstdevtk/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@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/base/nanstdevtk/docs/img/equation_population_mean.svg" alt="Equation for the population mean.">
51
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/strided/nanstdevtk/docs/img/equation_population_mean.svg" alt="Equation for the population mean.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/base/nanstdevtk/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@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/strided/nanstdevtk/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@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/base/nanstdevtk/docs/img/equation_sample_mean.svg" alt="Equation for the sample mean.">
81
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@2e256347b5576a6bb61919dc12bde15a7fd59ae8/lib/node_modules/@stdlib/stats/strided/nanstdevtk/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
@@ -69,7 +69,7 @@ The namespace contains the following statistical functions:
69
69
- <spanclass="signature">[`nanstdev( N, correction, x, strideX )`][@stdlib/stats/base/nanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values.</span>
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
-
- <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>
72
+
- <spanclass="signature">[`nanstdevtk( N, correction, x, stride )`][@stdlib/stats/strided/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
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>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/snanstdevtk/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/dnanstdevtk`][@stdlib/stats/strided/dnanstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
247
-
- <spanclass="package-name">[`@stdlib/stats/base/nanstdevtk`][@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>
247
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanstdevtk`][@stdlib/stats/strided/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>
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/snanvariancetk`][@stdlib/stats/base/snanvariancetk]</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 textbook algorithm.</span>
250
250
- <spanclass="package-name">[`@stdlib/stats/strided/sstdevtk`][@stdlib/stats/strided/sstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation 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/strided/dnanstdevtk/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/dnanvariancetk`][@stdlib/stats/strided/dnanvariancetk]</span><span class="delimiter">: </span><span class="description">calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
365
365
- <span class="package-name">[`@stdlib/stats/strided/dstdevtk`][@stdlib/stats/strided/dstdevtk]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.</span>
366
-
- <span class="package-name">[`@stdlib/stats/base/nanstdevtk`][@stdlib/stats/base/nanstdevtk]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
366
+
- <span class="package-name">[`@stdlib/stats/strided/nanstdevtk`][@stdlib/stats/strided/nanstdevtk]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
367
367
- <span class="package-name">[`@stdlib/stats/base/snanstdevtk`][@stdlib/stats/base/snanstdevtk]</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 textbook algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/nanvariancetk/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/dnanvariancetk`][@stdlib/stats/strided/dnanvariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.</span>
235
-
- <spanclass="package-name">[`@stdlib/stats/base/nanstdevtk`][@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>
235
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanstdevtk`][@stdlib/stats/strided/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>
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/snanvariancetk`][@stdlib/stats/base/snanvariancetk]</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 textbook algorithm.</span>
238
238
- <spanclass="package-name">[`@stdlib/stats/strided/variancetk`][@stdlib/stats/strided/variancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a one-pass textbook algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/stdevtk/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/dstdevtk`][@stdlib/stats/strided/dstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.</span>
228
-
- <spanclass="package-name">[`@stdlib/stats/base/nanstdevtk`][@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>
228
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanstdevtk`][@stdlib/stats/strided/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>
229
229
- <spanclass="package-name">[`@stdlib/stats/strided/sstdevtk`][@stdlib/stats/strided/sstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook 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/variancetk`][@stdlib/stats/strided/variancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a one-pass textbook algorithm.</span>
0 commit comments