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@esm/index.mjs' ;
85
+ import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1- esm/index.mjs' ;
86
86
```
87
87
88
88
#### incrpcorr2( \[ mx, my] )
@@ -147,7 +147,7 @@ r2 = accumulator();
147
147
<script type =" module" >
148
148
149
149
import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
150
- import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@esm/index.mjs' ;
150
+ import incrpcorr2 from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-incr-pcorr2@v0.2.1- esm/index.mjs' ;
151
151
152
152
var accumulator;
153
153
var x;
You can’t perform that action at this time.
0 commit comments