@stdlib/stats-incr-sum 0.0.5 → 0.0.6
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 +47 -2
- package/package.json +1 -1
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
|
# incrsum
|
|
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 sum incrementally.
|
|
26
26
|
|
|
@@ -143,6 +143,26 @@ console.log( accumulator() );
|
|
|
143
143
|
|
|
144
144
|
<!-- /.references -->
|
|
145
145
|
|
|
146
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
147
|
+
|
|
148
|
+
<section class="related">
|
|
149
|
+
|
|
150
|
+
* * *
|
|
151
|
+
|
|
152
|
+
## See Also
|
|
153
|
+
|
|
154
|
+
- <span class="package-name">[`@stdlib/stats/incr/count`][@stdlib/stats/incr/count]</span><span class="delimiter">: </span><span class="description">compute a count incrementally.</span>
|
|
155
|
+
- <span class="package-name">[`@stdlib/stats/incr/mean`][@stdlib/stats/incr/mean]</span><span class="delimiter">: </span><span class="description">compute an arithmetic mean incrementally.</span>
|
|
156
|
+
- <span class="package-name">[`@stdlib/stats/incr/msum`][@stdlib/stats/incr/msum]</span><span class="delimiter">: </span><span class="description">compute a moving sum incrementally.</span>
|
|
157
|
+
- <span class="package-name">[`@stdlib/stats/incr/prod`][@stdlib/stats/incr/prod]</span><span class="delimiter">: </span><span class="description">compute a product incrementally.</span>
|
|
158
|
+
- <span class="package-name">[`@stdlib/stats/incr/summary`][@stdlib/stats/incr/summary]</span><span class="delimiter">: </span><span class="description">compute a statistical summary incrementally.</span>
|
|
159
|
+
|
|
160
|
+
</section>
|
|
161
|
+
|
|
162
|
+
<!-- /.related -->
|
|
163
|
+
|
|
164
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
165
|
+
|
|
146
166
|
|
|
147
167
|
<section class="main-repo" >
|
|
148
168
|
|
|
@@ -167,7 +187,7 @@ See [LICENSE][stdlib-license].
|
|
|
167
187
|
|
|
168
188
|
## Copyright
|
|
169
189
|
|
|
170
|
-
Copyright © 2016-
|
|
190
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
171
191
|
|
|
172
192
|
</section>
|
|
173
193
|
|
|
@@ -186,9 +206,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
186
206
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-incr-sum/main.svg
|
|
187
207
|
[coverage-url]: https://codecov.io/github/stdlib-js/stats-incr-sum?branch=main
|
|
188
208
|
|
|
209
|
+
<!--
|
|
210
|
+
|
|
189
211
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/stats-incr-sum.svg
|
|
190
212
|
[dependencies-url]: https://david-dm.org/stdlib-js/stats-incr-sum/main
|
|
191
213
|
|
|
214
|
+
-->
|
|
215
|
+
|
|
216
|
+
[umd]: https://github.com/umdjs/umd
|
|
217
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
218
|
+
|
|
219
|
+
[deno-url]: https://github.com/stdlib-js/stats-incr-sum/tree/deno
|
|
220
|
+
[umd-url]: https://github.com/stdlib-js/stats-incr-sum/tree/umd
|
|
221
|
+
[esm-url]: https://github.com/stdlib-js/stats-incr-sum/tree/esm
|
|
222
|
+
|
|
192
223
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
193
224
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
194
225
|
|
|
@@ -200,6 +231,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
200
231
|
|
|
201
232
|
[@klein:2005a]: https://doi.org/10.1007/s00607-005-0139-x
|
|
202
233
|
|
|
234
|
+
<!-- <related-links> -->
|
|
235
|
+
|
|
236
|
+
[@stdlib/stats/incr/count]: https://www.npmjs.com/package/@stdlib/stats-incr-count
|
|
237
|
+
|
|
238
|
+
[@stdlib/stats/incr/mean]: https://www.npmjs.com/package/@stdlib/stats-incr-mean
|
|
239
|
+
|
|
240
|
+
[@stdlib/stats/incr/msum]: https://www.npmjs.com/package/@stdlib/stats-incr-msum
|
|
241
|
+
|
|
242
|
+
[@stdlib/stats/incr/prod]: https://www.npmjs.com/package/@stdlib/stats-incr-prod
|
|
243
|
+
|
|
244
|
+
[@stdlib/stats/incr/summary]: https://www.npmjs.com/package/@stdlib/stats-incr-summary
|
|
245
|
+
|
|
246
|
+
<!-- </related-links> -->
|
|
247
|
+
|
|
203
248
|
</section>
|
|
204
249
|
|
|
205
250
|
<!-- /.links -->
|