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 @@ -78,7 +78,7 @@ s = \sqrt{\frac{1}{W-1} \sum_{i=0}^{W-1} ( x_i - \bar{x} )^2}
78
78
## Usage
79
79
80
80
``` javascript
81
- import incrmmeanstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mmeanstdev@deno/mod.js' ;
81
+ import incrmmeanstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mmeanstdev@v0.2.2- deno/mod.js' ;
82
82
```
83
83
84
84
#### incrmmeanstdev( \[ out,] window )
@@ -153,7 +153,7 @@ out = accumulator();
153
153
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js' ;
154
154
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@deno/mod.js' ;
155
155
import ArrayBuffer from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js' ;
156
- import incrmmeanstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mmeanstdev@deno/mod.js' ;
156
+ import incrmmeanstdev from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-mmeanstdev@v0.2.2- deno/mod.js' ;
157
157
158
158
var offset;
159
159
var acc;
You can’t perform that action at this time.
0 commit comments