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: lib/node_modules/@stdlib/stats/README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,13 @@ In addition, it contains an assortment of functions for computing statistics inc
79
79
80
80
<!-- </toc> -->
81
81
82
-
The `base` sub-namespace contains functions to calculate statistics alongside a `dists` namespace containing functions related to a wide assortment of probability distributions.
82
+
The namespace further contains functions for computing statistics on arrays as part of the `array` sub-namespace and functions for computing statistics on strided arrays in the `strided` namespace.
83
+
84
+
<!-- <toc pattern="+(array|strided)"> -->
85
+
86
+
<!-- </toc> -->
87
+
88
+
The `base` sub-namespace contains lower-level statistical functions, including a `dists` namespace containing functions related to a wide assortment of probability distributions.
83
89
84
90
<!-- <toc pattern="+(base)"> -->
85
91
@@ -93,7 +99,7 @@ The `base` sub-namespace contains functions to calculate statistics alongside a
0 commit comments