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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ var v = stdev.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 ([`dstdev`][@stdlib/stats/strided/dstdev], [`sstdev`][@stdlib/stats/base/sstdev], etc.) are likely to be significantly more performant.
218
+
- Depending on the environment, the typed versions ([`dstdev`][@stdlib/stats/strided/dstdev], [`sstdev`][@stdlib/stats/strided/sstdev], etc.) are likely to be significantly more performant.
219
219
220
220
</section>
221
221
@@ -266,7 +266,7 @@ console.log( v );
266
266
267
267
- <spanclass="package-name">[`@stdlib/stats-strided/dstdev`][@stdlib/stats/strided/dstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
268
268
- <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>
269
-
- <spanclass="package-name">[`@stdlib/stats-base/sstdev`][@stdlib/stats/base/sstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array.</span>
269
+
- <spanclass="package-name">[`@stdlib/stats-strided/sstdev`][@stdlib/stats/strided/sstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array.</span>
270
270
- <spanclass="package-name">[`@stdlib/stats-base/variance`][@stdlib/stats/base/variance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array.</span>
0 commit comments