Skip to content

Commit 18d3fee

Browse files
committed
Add intro
1 parent 1d5d500 commit 18d3fee

File tree

1 file changed

+17
-0
lines changed
  • lib/node_modules/@stdlib/stats/incr/mstdev

1 file changed

+17
-0
lines changed

lib/node_modules/@stdlib/stats/incr/mstdev/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ limitations under the License.
2222

2323
> Compute a moving [corrected sample standard deviation][standard-deviation] incrementally.
2424
25+
<section class="intro">
26+
27+
For a window of size `W`, the [corrected sample standard deviation][standard-deviation] is defined as
28+
29+
<!-- <equation class="equation" label="eq:corrected_sample_standard_deviation" align="center" raw="s = \sqrt{\frac{1}{W-1} \sum_{i=0}^{W-1} ( x_i - \bar{x} )^2}" alt="Equation for the corrected sample standard deviation."> -->
30+
31+
<div class="equation" align="center" data-raw-text="s = \sqrt{\frac{1}{W-1} \sum_{i=0}^{W-1} ( x_i - \bar{x} )^2}" data-equation="eq:corrected_sample_standard_deviation">
32+
<img src="TODO" alt="Equation for the corrected sample standard deviation.">
33+
<br>
34+
</div>
35+
36+
<!-- </equation> -->
37+
38+
</section>
39+
40+
<!-- /.intro -->
41+
2542
<section class="usage">
2643

2744
## Usage

0 commit comments

Comments
 (0)