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}{n-1} \sum_{i=0}^{n-1} ( x_i - \bar{x} )^2}
6363## Usage
6464
6565``` javascript
66- import incrstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@deno/mod.js' ;
66+ import incrstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@v0.2.2- deno/mod.js' ;
6767```
6868
6969#### incrstdev( \[ mean] )
@@ -122,7 +122,7 @@ s = accumulator();
122122
123123``` javascript
124124import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js' ;
125- import incrstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@deno/mod.js' ;
125+ import incrstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-stdev@v0.2.2- deno/mod.js' ;
126126
127127var accumulator;
128128var v;
You can’t perform that action at this time.
0 commit comments