File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ s = \sqrt{\frac{1}{W-1} \sum_{i=0}^{W-1} ( x_i - \bar{x} )^2}
6363## Usage
6464
6565``` javascript
66- import incrmstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mstdev@esm/index.mjs' ;
66+ import incrmstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mstdev@v0.2.2- esm/index.mjs' ;
6767```
6868
6969#### incrmstdev( window\[ , mean] )
@@ -139,7 +139,7 @@ s = accumulator();
139139<script type =" module" >
140140
141141import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
142- import incrmstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mstdev@esm/index.mjs' ;
142+ import incrmstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mstdev@v0.2.2- esm/index.mjs' ;
143143
144144var accumulator;
145145var v;
You can’t perform that action at this time.
0 commit comments