File tree 1 file changed +17
-0
lines changed
lib/node_modules/@stdlib/stats/incr/mstdev
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,23 @@ limitations under the License.
22
22
23
23
> Compute a moving [ corrected sample standard deviation] [ standard-deviation ] incrementally.
24
24
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
+
25
42
<section class =" usage " >
26
43
27
44
## Usage
You can’t perform that action at this time.
0 commit comments