@stdlib/stats-incr-pcorrdistmat 0.0.3 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +40 -4
- package/package.json +2 -1
- package/CHANGELOG.md +0 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# incrpcorrdistmat
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> Compute a [sample Pearson product-moment correlation distance matrix][pearson-correlation] incrementally.
|
|
26
26
|
|
|
@@ -31,7 +31,7 @@ A [sample Pearson product-moment correlation distance matrix][pearson-correlatio
|
|
|
31
31
|
<!-- <equation class="equation" label="eq:pearson_distance" align="center" raw="d_{x,y} = 1 - r_{x,y} = 1 - \frac{\operatorname{cov_n(x,y)}}{\sigma_x \sigma_y}" alt="Equation for the Pearson product-moment correlation distance."> -->
|
|
32
32
|
|
|
33
33
|
<div class="equation" align="center" data-raw-text="d_{x,y} = 1 - r_{x,y} = 1 - \frac{\operatorname{cov_n(x,y)}}{\sigma_x \sigma_y}" data-equation="eq:pearson_distance">
|
|
34
|
-
<img src="https://cdn.
|
|
34
|
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@49d8cabda84033d55d7b8069f19ee3dd8b8d1496/lib/node_modules/@stdlib/stats/incr/pcorrdistmat/docs/img/equation_pearson_distance.svg" alt="Equation for the Pearson product-moment correlation distance.">
|
|
35
35
|
<br>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
@@ -211,6 +211,23 @@ for ( i = 0; i < 100; i++ ) {
|
|
|
211
211
|
|
|
212
212
|
<!-- /.examples -->
|
|
213
213
|
|
|
214
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
215
|
+
|
|
216
|
+
<section class="related">
|
|
217
|
+
|
|
218
|
+
* * *
|
|
219
|
+
|
|
220
|
+
## See Also
|
|
221
|
+
|
|
222
|
+
- <span class="package-name">[`@stdlib/stats/incr/pcorrdist`][@stdlib/stats/incr/pcorrdist]</span><span class="delimiter">: </span><span class="description">compute a sample Pearson product-moment correlation distance.</span>
|
|
223
|
+
- <span class="package-name">[`@stdlib/stats/incr/pcorrmat`][@stdlib/stats/incr/pcorrmat]</span><span class="delimiter">: </span><span class="description">compute a sample Pearson product-moment correlation matrix incrementally.</span>
|
|
224
|
+
|
|
225
|
+
</section>
|
|
226
|
+
|
|
227
|
+
<!-- /.related -->
|
|
228
|
+
|
|
229
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
230
|
+
|
|
214
231
|
|
|
215
232
|
<section class="main-repo" >
|
|
216
233
|
|
|
@@ -235,7 +252,7 @@ See [LICENSE][stdlib-license].
|
|
|
235
252
|
|
|
236
253
|
## Copyright
|
|
237
254
|
|
|
238
|
-
Copyright © 2016-
|
|
255
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
239
256
|
|
|
240
257
|
</section>
|
|
241
258
|
|
|
@@ -254,9 +271,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
254
271
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-incr-pcorrdistmat/main.svg
|
|
255
272
|
[coverage-url]: https://codecov.io/github/stdlib-js/stats-incr-pcorrdistmat?branch=main
|
|
256
273
|
|
|
274
|
+
<!--
|
|
275
|
+
|
|
257
276
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/stats-incr-pcorrdistmat.svg
|
|
258
277
|
[dependencies-url]: https://david-dm.org/stdlib-js/stats-incr-pcorrdistmat/main
|
|
259
278
|
|
|
279
|
+
-->
|
|
280
|
+
|
|
281
|
+
[umd]: https://github.com/umdjs/umd
|
|
282
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
283
|
+
|
|
284
|
+
[deno-url]: https://github.com/stdlib-js/stats-incr-pcorrdistmat/tree/deno
|
|
285
|
+
[umd-url]: https://github.com/stdlib-js/stats-incr-pcorrdistmat/tree/umd
|
|
286
|
+
[esm-url]: https://github.com/stdlib-js/stats-incr-pcorrdistmat/tree/esm
|
|
287
|
+
|
|
260
288
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
261
289
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
262
290
|
|
|
@@ -268,7 +296,15 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
268
296
|
|
|
269
297
|
[pearson-correlation]: https://en.wikipedia.org/wiki/Pearson_correlation_coefficient
|
|
270
298
|
|
|
271
|
-
[@stdlib/ndarray/ctor]: https://
|
|
299
|
+
[@stdlib/ndarray/ctor]: https://www.npmjs.com/package/@stdlib/ndarray-ctor
|
|
300
|
+
|
|
301
|
+
<!-- <related-links> -->
|
|
302
|
+
|
|
303
|
+
[@stdlib/stats/incr/pcorrdist]: https://www.npmjs.com/package/@stdlib/stats-incr-pcorrdist
|
|
304
|
+
|
|
305
|
+
[@stdlib/stats/incr/pcorrmat]: https://www.npmjs.com/package/@stdlib/stats-incr-pcorrmat
|
|
306
|
+
|
|
307
|
+
<!-- </related-links> -->
|
|
272
308
|
|
|
273
309
|
</section>
|
|
274
310
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/stats-incr-pcorrdistmat",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Compute a sample Pearson product-moment correlation distance matrix incrementally.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"directories": {
|
|
18
|
+
"benchmark": "./benchmark",
|
|
18
19
|
"doc": "./docs",
|
|
19
20
|
"example": "./examples",
|
|
20
21
|
"lib": "./lib",
|