@stdlib/stats-base-meanpn
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@stdlib/stats-base-meanpn", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
}, | ||
"homepage": "https://github.com/stdlib-js/stdlib", | ||
"homepage": "https://stdlib.io", | ||
"repository": { | ||
@@ -34,0 +34,0 @@ "type": "git", |
@@ -205,2 +205,6 @@ <!-- | ||
#### Community | ||
[![Chat][chat-image]][chat-url] | ||
--- | ||
@@ -234,5 +238,8 @@ | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/stats-base-meanpn | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/stats-base-meanpn.svg | ||
[dependencies-url]: https://david-dm.org/stdlib-js/stats-base-meanpn/main | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
[chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
@@ -239,0 +246,0 @@ |
57660
266