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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,24 @@ console.log( v );
188
188
189
189
<!-- /.examples -->
190
190
191
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
192
+
193
+
<sectionclass="related">
194
+
195
+
* * *
196
+
197
+
## See Also
198
+
199
+
- <spanclass="package-name">[`@stdlib/stats/base/dnanmean`][@stdlib/stats/base/dnanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.</span>
200
+
- <spanclass="package-name">[`@stdlib/stats/base/smean`][@stdlib/stats/base/smean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array.</span>
201
+
- <spanclass="package-name">[`@stdlib/stats/base/nanmean`][@stdlib/stats/base/nanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array, ignoring NaN values.</span>
202
+
203
+
</section>
204
+
205
+
<!-- /.related -->
206
+
207
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments