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/array/nanstdevtk/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ limitations under the License.
22
22
23
23
> Calculate the [standard deviation][standard-deviation] of an array ignoring `NaN` values and using a one-pass textbook algorithm.
24
24
25
+
<sectionclass="intro">
26
+
25
27
The population [standard deviation][standard-deviation] of a finite size population of size `N` is given by
26
28
27
29
<!-- <equation class="equation" label="eq:population_standard_deviation" align="center" raw="\sigma = \sqrt{\frac{1}{N} \sum_{i=0}^{N-1} (x_i - \mu)^2}" alt="Equation for the population standard deviation."> -->
0 commit comments