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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ console.log( v );
270
270
## See Also
271
271
272
272
- <spanclass="package-name">[`@stdlib/stats-strided/dnanvariance`][@stdlib/stats/strided/dnanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring NaN values.</span>
273
-
- <spanclass="package-name">[`@stdlib/stats-base/nanvariance`][@stdlib/stats/base/nanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values.</span>
273
+
- <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>
274
274
- <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>
275
275
- <spanclass="package-name">[`@stdlib/stats-strided/svariance`][@stdlib/stats/strided/svariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array.</span>
0 commit comments