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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ var v = stdevyc.ndarray( N, 1, x, 2, 1 );
215
215
216
216
- If `N <= 0`, both functions return `NaN`.
217
217
- If `N - c` is less than or equal to `0` (where `c` corresponds to the provided degrees of freedom adjustment), both functions return `NaN`.
218
-
- Depending on the environment, the typed versions ([`dstdevyc`][@stdlib/stats/strided/dstdevyc], [`sstdevyc`][@stdlib/stats/base/sstdevyc], etc.) are likely to be significantly more performant.
218
+
- Depending on the environment, the typed versions ([`dstdevyc`][@stdlib/stats/strided/dstdevyc], [`sstdevyc`][@stdlib/stats/strided/sstdevyc], etc.) are likely to be significantly more performant.
219
219
220
220
</section>
221
221
@@ -272,7 +272,7 @@ console.log( v );
272
272
273
273
- <spanclass="package-name">[`@stdlib/stats-strided/dstdevyc`][@stdlib/stats/strided/dstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
274
274
- <spanclass="package-name">[`@stdlib/stats-base/nanstdevyc`][@stdlib/stats/base/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>
275
-
- <spanclass="package-name">[`@stdlib/stats-base/sstdevyc`][@stdlib/stats/base/sstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
275
+
- <spanclass="package-name">[`@stdlib/stats-strided/sstdevyc`][@stdlib/stats/strided/sstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
276
276
- <spanclass="package-name">[`@stdlib/stats-base/stdev`][@stdlib/stats/base/stdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array.</span>
277
277
- <spanclass="package-name">[`@stdlib/stats-base/varianceyc`][@stdlib/stats/base/varianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
0 commit comments