Skip to content

Commit d45316a

Browse files
authored
Update README.md
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent beaa6a1 commit d45316a

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/stats/array/nanstdevtk

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/stats/array/nanstdevtk/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ limitations under the License.
2222

2323
> Calculate the [standard deviation][standard-deviation] of an array ignoring `NaN` values and using a one-pass textbook algorithm.
2424
25+
<section class="intro">
26+
2527
The population [standard deviation][standard-deviation] of a finite size population of size `N` is given by
2628

2729
<!-- <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

Comments
 (0)