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 @@ -82,7 +82,7 @@ The squared sample [Pearson product-moment correlation coefficient][pearson-corr
82
82
## Usage
83
83
84
84
``` javascript
85
- import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@deno/mod.js' ;
85
+ import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1- deno/mod.js' ;
86
86
```
87
87
88
88
#### incrpcorr2( \[ mx, my] )
@@ -142,7 +142,7 @@ r2 = accumulator();
142
142
143
143
``` javascript
144
144
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js' ;
145
- import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@deno/mod.js' ;
145
+ import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1- deno/mod.js' ;
146
146
147
147
var accumulator;
148
148
var x;
You can’t perform that action at this time.
0 commit comments