@stdlib/stats-incr 0.0.6 → 0.1.0
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/CITATION.cff +30 -0
- package/LICENSE +0 -304
- package/NOTICE +1 -1
- package/README.md +22 -10
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +7 -0
- package/docs/types/index.d.ts +1 -1
- package/package.json +147 -147
- package/docs/types/test.ts +0 -29
package/CITATION.cff
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
cff-version: 1.2.0
|
|
2
|
+
title: stdlib
|
|
3
|
+
message: >-
|
|
4
|
+
If you use this software, please cite it using the
|
|
5
|
+
metadata from this file.
|
|
6
|
+
|
|
7
|
+
type: software
|
|
8
|
+
|
|
9
|
+
authors:
|
|
10
|
+
- name: The Stdlib Authors
|
|
11
|
+
url: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
12
|
+
|
|
13
|
+
repository-code: https://github.com/stdlib-js/stdlib
|
|
14
|
+
url: https://stdlib.io
|
|
15
|
+
|
|
16
|
+
abstract: |
|
|
17
|
+
Standard library for JavaScript and Node.js.
|
|
18
|
+
|
|
19
|
+
keywords:
|
|
20
|
+
- JavaScript
|
|
21
|
+
- Node.js
|
|
22
|
+
- TypeScript
|
|
23
|
+
- standard library
|
|
24
|
+
- scientific computing
|
|
25
|
+
- numerical computing
|
|
26
|
+
- statistical computing
|
|
27
|
+
|
|
28
|
+
license: Apache-2.0 AND BSL-1.0
|
|
29
|
+
|
|
30
|
+
date-released: 2016
|
package/LICENSE
CHANGED
|
@@ -175,307 +175,3 @@
|
|
|
175
175
|
of your accepting any such warranty or additional liability.
|
|
176
176
|
|
|
177
177
|
END OF TERMS AND CONDITIONS
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
|
182
|
-
|
|
183
|
-
Permission is hereby granted, free of charge, to any person or organization
|
|
184
|
-
obtaining a copy of the software and accompanying documentation covered by this
|
|
185
|
-
license (the "Software") to use, reproduce, display, distribute, execute, and
|
|
186
|
-
transmit the Software, and to prepare derivative works of the Software, and to
|
|
187
|
-
permit third-parties to whom the Software is furnished to do so, all subject to
|
|
188
|
-
the following:
|
|
189
|
-
|
|
190
|
-
The copyright notices in the Software and this entire statement, including the
|
|
191
|
-
above license grant, this restriction and the following disclaimer, must be
|
|
192
|
-
included in all copies of the Software, in whole or in part, and all derivative
|
|
193
|
-
works of the Software, unless such copies or derivative works are solely in the
|
|
194
|
-
form of machine-executable object code generated by a source language processor.
|
|
195
|
-
|
|
196
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
197
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
198
|
-
FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
199
|
-
COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES
|
|
200
|
-
OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
|
201
|
-
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
DEPENDENCIES
|
|
207
|
-
|
|
208
|
-
The library links against the following external libraries, which have their own
|
|
209
|
-
licenses:
|
|
210
|
-
|
|
211
|
-
* OpenBLAS <https://raw.githubusercontent.com/xianyi/OpenBLAS/
|
|
212
|
-
def146efed8d5908ea04e22668feeab7099599a0/LICENSE>
|
|
213
|
-
|
|
214
|
-
Copyright (c) 2011-2014, The OpenBLAS Project
|
|
215
|
-
All rights reserved.
|
|
216
|
-
|
|
217
|
-
Redistribution and use in source and binary forms, with or without
|
|
218
|
-
modification, are permitted provided that the following conditions are
|
|
219
|
-
met:
|
|
220
|
-
|
|
221
|
-
1. Redistributions of source code must retain the above copyright
|
|
222
|
-
notice, this list of conditions and the following disclaimer.
|
|
223
|
-
|
|
224
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
225
|
-
notice, this list of conditions and the following disclaimer in
|
|
226
|
-
the documentation and/or other materials provided with the
|
|
227
|
-
distribution.
|
|
228
|
-
|
|
229
|
-
3. Neither the name of the OpenBLAS project nor the names of
|
|
230
|
-
its contributors may be used to endorse or promote products
|
|
231
|
-
derived from this software without specific prior written
|
|
232
|
-
permission.
|
|
233
|
-
|
|
234
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
235
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
236
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
237
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
238
|
-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
239
|
-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
|
240
|
-
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
241
|
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
242
|
-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
|
243
|
-
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
* Electron <https://raw.githubusercontent.com/electron/electron/
|
|
247
|
-
c4cfb3e7110266b9d7ad80e1ae097c4db564501c/LICENSE>
|
|
248
|
-
|
|
249
|
-
Copyright (c) 2013-2017 GitHub Inc.
|
|
250
|
-
|
|
251
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
252
|
-
a copy of this software and associated documentation files (the
|
|
253
|
-
"Software"), to deal in the Software without restriction, including
|
|
254
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
255
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
256
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
257
|
-
the following conditions:
|
|
258
|
-
|
|
259
|
-
The above copyright notice and this permission notice shall be
|
|
260
|
-
included in all copies or substantial portions of the Software.
|
|
261
|
-
|
|
262
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
263
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
264
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
265
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
266
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
267
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
268
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
* Boost <http://www.boost.org/LICENSE_1_0.txt>
|
|
272
|
-
|
|
273
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
|
274
|
-
|
|
275
|
-
Permission is hereby granted, free of charge, to any person or organization
|
|
276
|
-
obtaining a copy of the software and accompanying documentation covered by
|
|
277
|
-
this license (the "Software") to use, reproduce, display, distribute,
|
|
278
|
-
execute, and transmit the Software, and to prepare derivative works of the
|
|
279
|
-
Software, and to permit third-parties to whom the Software is furnished to
|
|
280
|
-
do so, all subject to the following:
|
|
281
|
-
|
|
282
|
-
The copyright notices in the Software and this entire statement, including
|
|
283
|
-
the above license grant, this restriction and the following disclaimer,
|
|
284
|
-
must be included in all copies of the Software, in whole or in part, and
|
|
285
|
-
all derivative works of the Software, unless such copies or derivative
|
|
286
|
-
works are solely in the form of machine-executable object code generated by
|
|
287
|
-
a source language processor.
|
|
288
|
-
|
|
289
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
290
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
291
|
-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
292
|
-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
293
|
-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
294
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
295
|
-
DEALINGS IN THE SOFTWARE.
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
* Cephes <http://www.netlib.org/cephes/readme>
|
|
299
|
-
|
|
300
|
-
Copyright (c) 1984-2000 Stephen L. Moshier
|
|
301
|
-
|
|
302
|
-
Some software in this archive may be from the book _Methods and Programs for
|
|
303
|
-
Mathematical Functions_ (Prentice-Hall or Simon & Schuster International, 1989)
|
|
304
|
-
or from the Cephes Mathematical Library, a commercial product. In either event,
|
|
305
|
-
it is copyrighted by the author. What you see here may be used freely but it
|
|
306
|
-
comes with no support or guarantee.
|
|
307
|
-
|
|
308
|
-
Stephen L. Moshier
|
|
309
|
-
moshier@na-net.ornl.gov
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
ATTRIBUTION
|
|
314
|
-
|
|
315
|
-
The library contains implementations from the following external libraries,
|
|
316
|
-
which have their own licenses:
|
|
317
|
-
|
|
318
|
-
* FreeBSD <https://svnweb.freebsd.org/>
|
|
319
|
-
|
|
320
|
-
Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
|
|
321
|
-
|
|
322
|
-
Developed at SunPro, a Sun Microsystems, Inc. business.
|
|
323
|
-
Permission to use, copy, modify, and distribute this
|
|
324
|
-
software is freely granted, provided that this notice
|
|
325
|
-
is preserved.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
* FDLIBM <http://www.netlib.org/fdlibm/>
|
|
329
|
-
|
|
330
|
-
Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
|
|
331
|
-
|
|
332
|
-
Developed at SunPro, a Sun Microsystems, Inc. business.
|
|
333
|
-
Permission to use, copy, modify, and distribute this
|
|
334
|
-
software is freely granted, provided that this notice
|
|
335
|
-
is preserved.
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
|
|
339
|
-
|
|
340
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
341
|
-
|
|
342
|
-
Redistribution and use in source and binary forms, with or without
|
|
343
|
-
modification, are permitted provided that the following conditions are
|
|
344
|
-
met:
|
|
345
|
-
|
|
346
|
-
* Redistributions of source code must retain the above copyright
|
|
347
|
-
notice, this list of conditions and the following disclaimer.
|
|
348
|
-
* Redistributions in binary form must reproduce the above
|
|
349
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
350
|
-
in the documentation and/or other materials provided with the
|
|
351
|
-
distribution.
|
|
352
|
-
* Neither the name of Google Inc. nor the names of its
|
|
353
|
-
contributors may be used to endorse or promote products derived from
|
|
354
|
-
this software without specific prior written permission.
|
|
355
|
-
|
|
356
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
357
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
358
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
359
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
360
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
361
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
362
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
363
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
364
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
365
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
366
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
* SLATEC Common Mathematical Library <http://www.netlib.no/netlib/slatec/>
|
|
370
|
-
|
|
371
|
-
Public domain.
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
* ESLint <https://raw.githubusercontent.com/eslint/eslint/master/LICENSE>
|
|
375
|
-
|
|
376
|
-
Copyright JS Foundation and other contributors, https://js.foundation
|
|
377
|
-
|
|
378
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
379
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
380
|
-
in the Software without restriction, including without limitation the rights
|
|
381
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
382
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
383
|
-
furnished to do so, subject to the following conditions:
|
|
384
|
-
|
|
385
|
-
The above copyright notice and this permission notice shall be included in
|
|
386
|
-
all copies or substantial portions of the Software.
|
|
387
|
-
|
|
388
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
389
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
390
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
391
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
392
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
393
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
394
|
-
THE SOFTWARE.
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
* StatsFuns.jl <https://raw.githubusercontent.com/JuliaStats/StatsFuns.jl/
|
|
398
|
-
e66dd973650c375bc1739c820e5b96bb5bd000a8/LICENSE.md>
|
|
399
|
-
|
|
400
|
-
Copyright (c) 2015: Dahua Lin.
|
|
401
|
-
|
|
402
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
403
|
-
a copy of this software and associated documentation files (the
|
|
404
|
-
"Software"), to deal in the Software without restriction, including
|
|
405
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
406
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
407
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
408
|
-
the following conditions:
|
|
409
|
-
|
|
410
|
-
The above copyright notice and this permission notice shall be
|
|
411
|
-
included in all copies or substantial portions of the Software.
|
|
412
|
-
|
|
413
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
414
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
415
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
416
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
417
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
418
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
419
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
|
|
423
|
-
SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
|
|
424
|
-
|
|
425
|
-
The MIT License (MIT)
|
|
426
|
-
|
|
427
|
-
Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
|
|
428
|
-
|
|
429
|
-
https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
|
|
430
|
-
|
|
431
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
432
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
433
|
-
in the Software without restriction, including without limitation the rights
|
|
434
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
435
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
436
|
-
furnished to do so, subject to the following conditions:
|
|
437
|
-
|
|
438
|
-
The above copyright notice and this permission notice shall be included in all
|
|
439
|
-
copies or substantial portions of the Software.
|
|
440
|
-
|
|
441
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
442
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
443
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
444
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
445
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
446
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
447
|
-
SOFTWARE.
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
* MT19937 <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/
|
|
451
|
-
mt19937ar.c>
|
|
452
|
-
|
|
453
|
-
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
|
|
454
|
-
All rights reserved.
|
|
455
|
-
|
|
456
|
-
Redistribution and use in source and binary forms, with or without
|
|
457
|
-
modification, are permitted provided that the following conditions
|
|
458
|
-
are met:
|
|
459
|
-
|
|
460
|
-
1. Redistributions of source code must retain the above copyright
|
|
461
|
-
notice, this list of conditions and the following disclaimer.
|
|
462
|
-
|
|
463
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
464
|
-
notice, this list of conditions and the following disclaimer in the
|
|
465
|
-
documentation and/or other materials provided with the distribution.
|
|
466
|
-
|
|
467
|
-
3. The names of its contributors may not be used to endorse or promote
|
|
468
|
-
products derived from this software without specific prior written
|
|
469
|
-
permission.
|
|
470
|
-
|
|
471
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
472
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
473
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
474
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
475
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
476
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
477
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
478
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
479
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
480
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
481
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2023 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -18,6 +18,17 @@ limitations under the License.
|
|
|
18
18
|
|
|
19
19
|
-->
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
<details>
|
|
23
|
+
<summary>
|
|
24
|
+
About stdlib...
|
|
25
|
+
</summary>
|
|
26
|
+
<p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>
|
|
27
|
+
<p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>
|
|
28
|
+
<p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>
|
|
29
|
+
<p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
|
|
30
|
+
</details>
|
|
31
|
+
|
|
21
32
|
# Incremental Statistics
|
|
22
33
|
|
|
23
34
|
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
@@ -211,7 +222,7 @@ See [LICENSE][stdlib-license].
|
|
|
211
222
|
|
|
212
223
|
## Copyright
|
|
213
224
|
|
|
214
|
-
Copyright © 2016-
|
|
225
|
+
Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
215
226
|
|
|
216
227
|
</section>
|
|
217
228
|
|
|
@@ -224,8 +235,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
|
224
235
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-incr.svg
|
|
225
236
|
[npm-url]: https://npmjs.org/package/@stdlib/stats-incr
|
|
226
237
|
|
|
227
|
-
[test-image]: https://github.com/stdlib-js/stats-incr/actions/workflows/test.yml/badge.svg
|
|
228
|
-
[test-url]: https://github.com/stdlib-js/stats-incr/actions/workflows/test.yml
|
|
238
|
+
[test-image]: https://github.com/stdlib-js/stats-incr/actions/workflows/test.yml/badge.svg?branch=v0.1.0
|
|
239
|
+
[test-url]: https://github.com/stdlib-js/stats-incr/actions/workflows/test.yml?query=branch:v0.1.0
|
|
229
240
|
|
|
230
241
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-incr/main.svg
|
|
231
242
|
[coverage-url]: https://codecov.io/github/stdlib-js/stats-incr?branch=main
|
|
@@ -237,19 +248,20 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
|
237
248
|
|
|
238
249
|
-->
|
|
239
250
|
|
|
251
|
+
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
252
|
+
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
|
|
253
|
+
|
|
254
|
+
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
255
|
+
|
|
256
|
+
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
257
|
+
|
|
240
258
|
[umd]: https://github.com/umdjs/umd
|
|
241
259
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
242
260
|
|
|
243
261
|
[deno-url]: https://github.com/stdlib-js/stats-incr/tree/deno
|
|
244
262
|
[umd-url]: https://github.com/stdlib-js/stats-incr/tree/umd
|
|
245
263
|
[esm-url]: https://github.com/stdlib-js/stats-incr/tree/esm
|
|
246
|
-
|
|
247
|
-
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
248
|
-
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
249
|
-
|
|
250
|
-
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
251
|
-
|
|
252
|
-
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
264
|
+
[branches-url]: https://github.com/stdlib-js/stats-incr/blob/main/branches.md
|
|
253
265
|
|
|
254
266
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/stats-incr/main/LICENSE
|
|
255
267
|
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";var e=require('@stdlib/utils-define-read-only-property/dist'),r={};e(r,"incrapcorr",require('@stdlib/stats-incr-apcorr/dist'));e(r,"incrcount",require('@stdlib/stats-incr-count/dist'));e(r,"incrcovariance",require('@stdlib/stats-incr-covariance/dist'));e(r,"incrcovmat",require('@stdlib/stats-incr-covmat/dist'));e(r,"incrcv",require('@stdlib/stats-incr-cv/dist'));e(r,"increwmean",require('@stdlib/stats-incr-ewmean/dist'));e(r,"increwstdev",require('@stdlib/stats-incr-ewstdev/dist'));e(r,"increwvariance",require('@stdlib/stats-incr-ewvariance/dist'));e(r,"incrgmean",require('@stdlib/stats-incr-gmean/dist'));e(r,"incrgrubbs",require('@stdlib/stats-incr-grubbs/dist'));e(r,"incrhmean",require('@stdlib/stats-incr-hmean/dist'));e(r,"incrkurtosis",require('@stdlib/stats-incr-kurtosis/dist'));e(r,"incrmaape",require('@stdlib/stats-incr-maape/dist'));e(r,"incrmae",require('@stdlib/stats-incr-mae/dist'));e(r,"incrmapcorr",require('@stdlib/stats-incr-mapcorr/dist'));e(r,"incrmape",require('@stdlib/stats-incr-mape/dist'));e(r,"incrmax",require('@stdlib/stats-incr-max/dist'));e(r,"incrmaxabs",require('@stdlib/stats-incr-maxabs/dist'));e(r,"incrmcovariance",require('@stdlib/stats-incr-mcovariance/dist'));e(r,"incrmcv",require('@stdlib/stats-incr-mcv/dist'));e(r,"incrmda",require('@stdlib/stats-incr-mda/dist'));e(r,"incrme",require('@stdlib/stats-incr-me/dist'));e(r,"incrmean",require('@stdlib/stats-incr-mean/dist'));e(r,"incrmeanabs",require('@stdlib/stats-incr-meanabs/dist'));e(r,"incrmeanabs2",require('@stdlib/stats-incr-meanabs2/dist'));e(r,"incrmeanstdev",require('@stdlib/stats-incr-meanstdev/dist'));e(r,"incrmeanvar",require('@stdlib/stats-incr-meanvar/dist'));e(r,"incrmgmean",require('@stdlib/stats-incr-mgmean/dist'));e(r,"incrmgrubbs",require('@stdlib/stats-incr-mgrubbs/dist'));e(r,"incrmhmean",require('@stdlib/stats-incr-mhmean/dist'));e(r,"incrmidrange",require('@stdlib/stats-incr-midrange/dist'));e(r,"incrmin",require('@stdlib/stats-incr-min/dist'));e(r,"incrminabs",require('@stdlib/stats-incr-minabs/dist'));e(r,"incrminmax",require('@stdlib/stats-incr-minmax/dist'));e(r,"incrminmaxabs",require('@stdlib/stats-incr-minmaxabs/dist'));e(r,"incrmmaape",require('@stdlib/stats-incr-mmaape/dist'));e(r,"incrmmae",require('@stdlib/stats-incr-mmae/dist'));e(r,"incrmmape",require('@stdlib/stats-incr-mmape/dist'));e(r,"incrmmax",require('@stdlib/stats-incr-mmax/dist'));e(r,"incrmmaxabs",require('@stdlib/stats-incr-mmaxabs/dist'));e(r,"incrmmda",require('@stdlib/stats-incr-mmda/dist'));e(r,"incrmme",require('@stdlib/stats-incr-mme/dist'));e(r,"incrmmean",require('@stdlib/stats-incr-mmean/dist'));e(r,"incrmmeanabs",require('@stdlib/stats-incr-mmeanabs/dist'));e(r,"incrmmeanabs2",require('@stdlib/stats-incr-mmeanabs2/dist'));e(r,"incrmmeanstdev",require('@stdlib/stats-incr-mmeanstdev/dist'));e(r,"incrmmeanvar",require('@stdlib/stats-incr-mmeanvar/dist'));e(r,"incrmmidrange",require('@stdlib/stats-incr-mmidrange/dist'));e(r,"incrmmin",require('@stdlib/stats-incr-mmin/dist'));e(r,"incrmminabs",require('@stdlib/stats-incr-mminabs/dist'));e(r,"incrmminmax",require('@stdlib/stats-incr-mminmax/dist'));e(r,"incrmminmaxabs",require('@stdlib/stats-incr-mminmaxabs/dist'));e(r,"incrmmpe",require('@stdlib/stats-incr-mmpe/dist'));e(r,"incrmmse",require('@stdlib/stats-incr-mmse/dist'));e(r,"incrmpcorr",require('@stdlib/stats-incr-mpcorr/dist'));e(r,"incrmpcorr2",require('@stdlib/stats-incr-mpcorr2/dist'));e(r,"incrmpcorrdist",require('@stdlib/stats-incr-mpcorrdist/dist'));e(r,"incrmpe",require('@stdlib/stats-incr-mpe/dist'));e(r,"incrmprod",require('@stdlib/stats-incr-mprod/dist'));e(r,"incrmrange",require('@stdlib/stats-incr-mrange/dist'));e(r,"incrmrmse",require('@stdlib/stats-incr-mrmse/dist'));e(r,"incrmrss",require('@stdlib/stats-incr-mrss/dist'));e(r,"incrmse",require('@stdlib/stats-incr-mse/dist'));e(r,"incrmstdev",require('@stdlib/stats-incr-mstdev/dist'));e(r,"incrmsum",require('@stdlib/stats-incr-msum/dist'));e(r,"incrmsumabs",require('@stdlib/stats-incr-msumabs/dist'));e(r,"incrmsumabs2",require('@stdlib/stats-incr-msumabs2/dist'));e(r,"incrmsummary",require('@stdlib/stats-incr-msummary/dist'));e(r,"incrmsumprod",require('@stdlib/stats-incr-msumprod/dist'));e(r,"incrmvariance",require('@stdlib/stats-incr-mvariance/dist'));e(r,"incrmvmr",require('@stdlib/stats-incr-mvmr/dist'));e(r,"incrnancount",require('@stdlib/stats-incr-nancount/dist'));e(r,"incrnansum",require('@stdlib/stats-incr-nansum/dist'));e(r,"incrnansumabs",require('@stdlib/stats-incr-nansumabs/dist'));e(r,"incrnansumabs2",require('@stdlib/stats-incr-nansumabs2/dist'));e(r,"incrpcorr",require('@stdlib/stats-incr-pcorr/dist'));e(r,"incrpcorr2",require('@stdlib/stats-incr-pcorr2/dist'));e(r,"incrpcorrdist",require('@stdlib/stats-incr-pcorrdist/dist'));e(r,"incrpcorrdistmat",require('@stdlib/stats-incr-pcorrdistmat/dist'));e(r,"incrpcorrmat",require('@stdlib/stats-incr-pcorrmat/dist'));e(r,"incrprod",require('@stdlib/stats-incr-prod/dist'));e(r,"incrrange",require('@stdlib/stats-incr-range/dist'));e(r,"incrrmse",require('@stdlib/stats-incr-rmse/dist'));e(r,"incrrss",require('@stdlib/stats-incr-rss/dist'));e(r,"incrskewness",require('@stdlib/stats-incr-skewness/dist'));e(r,"incrstdev",require('@stdlib/stats-incr-stdev/dist'));e(r,"incrsum",require('@stdlib/stats-incr-sum/dist'));e(r,"incrsumabs",require('@stdlib/stats-incr-sumabs/dist'));e(r,"incrsumabs2",require('@stdlib/stats-incr-sumabs2/dist'));e(r,"incrsummary",require('@stdlib/stats-incr-summary/dist'));e(r,"incrsumprod",require('@stdlib/stats-incr-sumprod/dist'));e(r,"incrvariance",require('@stdlib/stats-incr-variance/dist'));e(r,"incrvmr",require('@stdlib/stats-incr-vmr/dist'));e(r,"incrwmean",require('@stdlib/stats-incr-wmean/dist'));module.exports=r;
|
|
2
|
+
/** @license Apache-2.0 */
|
|
3
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../lib/index.js"],
|
|
4
|
+
"sourcesContent": ["/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n/*\n* When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.\n*/\n\n// MODULES //\n\nvar setReadOnly = require( '@stdlib/utils-define-read-only-property' );\n\n\n// MAIN //\n\n/**\n* Top-level namespace.\n*\n* @namespace ns\n*/\nvar ns = {};\n\n/**\n* @name incrapcorr\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/apcorr}\n*/\nsetReadOnly( ns, 'incrapcorr', require( '@stdlib/stats-incr-apcorr' ) );\n\n/**\n* @name incrcount\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/count}\n*/\nsetReadOnly( ns, 'incrcount', require( '@stdlib/stats-incr-count' ) );\n\n/**\n* @name incrcovariance\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/covariance}\n*/\nsetReadOnly( ns, 'incrcovariance', require( '@stdlib/stats-incr-covariance' ) );\n\n/**\n* @name incrcovmat\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/covmat}\n*/\nsetReadOnly( ns, 'incrcovmat', require( '@stdlib/stats-incr-covmat' ) );\n\n/**\n* @name incrcv\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/cv}\n*/\nsetReadOnly( ns, 'incrcv', require( '@stdlib/stats-incr-cv' ) );\n\n/**\n* @name increwmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/ewmean}\n*/\nsetReadOnly( ns, 'increwmean', require( '@stdlib/stats-incr-ewmean' ) );\n\n/**\n* @name increwstdev\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/ewstdev}\n*/\nsetReadOnly( ns, 'increwstdev', require( '@stdlib/stats-incr-ewstdev' ) );\n\n/**\n* @name increwvariance\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/ewvariance}\n*/\nsetReadOnly( ns, 'increwvariance', require( '@stdlib/stats-incr-ewvariance' ) );\n\n/**\n* @name incrgmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/gmean}\n*/\nsetReadOnly( ns, 'incrgmean', require( '@stdlib/stats-incr-gmean' ) );\n\n/**\n* @name incrgrubbs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/grubbs}\n*/\nsetReadOnly( ns, 'incrgrubbs', require( '@stdlib/stats-incr-grubbs' ) );\n\n/**\n* @name incrhmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/hmean}\n*/\nsetReadOnly( ns, 'incrhmean', require( '@stdlib/stats-incr-hmean' ) );\n\n/**\n* @name incrkurtosis\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/kurtosis}\n*/\nsetReadOnly( ns, 'incrkurtosis', require( '@stdlib/stats-incr-kurtosis' ) );\n\n/**\n* @name incrmaape\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/maape}\n*/\nsetReadOnly( ns, 'incrmaape', require( '@stdlib/stats-incr-maape' ) );\n\n/**\n* @name incrmae\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mae}\n*/\nsetReadOnly( ns, 'incrmae', require( '@stdlib/stats-incr-mae' ) );\n\n/**\n* @name incrmapcorr\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mapcorr}\n*/\nsetReadOnly( ns, 'incrmapcorr', require( '@stdlib/stats-incr-mapcorr' ) );\n\n/**\n* @name incrmape\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mape}\n*/\nsetReadOnly( ns, 'incrmape', require( '@stdlib/stats-incr-mape' ) );\n\n/**\n* @name incrmax\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/max}\n*/\nsetReadOnly( ns, 'incrmax', require( '@stdlib/stats-incr-max' ) );\n\n/**\n* @name incrmaxabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/maxabs}\n*/\nsetReadOnly( ns, 'incrmaxabs', require( '@stdlib/stats-incr-maxabs' ) );\n\n/**\n* @name incrmcovariance\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mcovariance}\n*/\nsetReadOnly( ns, 'incrmcovariance', require( '@stdlib/stats-incr-mcovariance' ) );\n\n/**\n* @name incrmcv\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mcv}\n*/\nsetReadOnly( ns, 'incrmcv', require( '@stdlib/stats-incr-mcv' ) );\n\n/**\n* @name incrmda\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mda}\n*/\nsetReadOnly( ns, 'incrmda', require( '@stdlib/stats-incr-mda' ) );\n\n/**\n* @name incrme\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/me}\n*/\nsetReadOnly( ns, 'incrme', require( '@stdlib/stats-incr-me' ) );\n\n/**\n* @name incrmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mean}\n*/\nsetReadOnly( ns, 'incrmean', require( '@stdlib/stats-incr-mean' ) );\n\n/**\n* @name incrmeanabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/meanabs}\n*/\nsetReadOnly( ns, 'incrmeanabs', require( '@stdlib/stats-incr-meanabs' ) );\n\n/**\n* @name incrmeanabs2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/meanabs2}\n*/\nsetReadOnly( ns, 'incrmeanabs2', require( '@stdlib/stats-incr-meanabs2' ) );\n\n/**\n* @name incrmeanstdev\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/meanstdev}\n*/\nsetReadOnly( ns, 'incrmeanstdev', require( '@stdlib/stats-incr-meanstdev' ) );\n\n/**\n* @name incrmeanvar\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/meanvar}\n*/\nsetReadOnly( ns, 'incrmeanvar', require( '@stdlib/stats-incr-meanvar' ) );\n\n/**\n* @name incrmgmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mgmean}\n*/\nsetReadOnly( ns, 'incrmgmean', require( '@stdlib/stats-incr-mgmean' ) );\n\n/**\n* @name incrmgrubbs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mgrubbs}\n*/\nsetReadOnly( ns, 'incrmgrubbs', require( '@stdlib/stats-incr-mgrubbs' ) );\n\n/**\n* @name incrmhmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mhmean}\n*/\nsetReadOnly( ns, 'incrmhmean', require( '@stdlib/stats-incr-mhmean' ) );\n\n/**\n* @name incrmidrange\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/midrange}\n*/\nsetReadOnly( ns, 'incrmidrange', require( '@stdlib/stats-incr-midrange' ) );\n\n/**\n* @name incrmin\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/min}\n*/\nsetReadOnly( ns, 'incrmin', require( '@stdlib/stats-incr-min' ) );\n\n/**\n* @name incrminabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/minabs}\n*/\nsetReadOnly( ns, 'incrminabs', require( '@stdlib/stats-incr-minabs' ) );\n\n/**\n* @name incrminmax\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/minmax}\n*/\nsetReadOnly( ns, 'incrminmax', require( '@stdlib/stats-incr-minmax' ) );\n\n/**\n* @name incrminmaxabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/minmaxabs}\n*/\nsetReadOnly( ns, 'incrminmaxabs', require( '@stdlib/stats-incr-minmaxabs' ) );\n\n/**\n* @name incrmmaape\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmaape}\n*/\nsetReadOnly( ns, 'incrmmaape', require( '@stdlib/stats-incr-mmaape' ) );\n\n/**\n* @name incrmmae\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmae}\n*/\nsetReadOnly( ns, 'incrmmae', require( '@stdlib/stats-incr-mmae' ) );\n\n/**\n* @name incrmmape\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmape}\n*/\nsetReadOnly( ns, 'incrmmape', require( '@stdlib/stats-incr-mmape' ) );\n\n/**\n* @name incrmmax\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmax}\n*/\nsetReadOnly( ns, 'incrmmax', require( '@stdlib/stats-incr-mmax' ) );\n\n/**\n* @name incrmmaxabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmaxabs}\n*/\nsetReadOnly( ns, 'incrmmaxabs', require( '@stdlib/stats-incr-mmaxabs' ) );\n\n/**\n* @name incrmmda\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmda}\n*/\nsetReadOnly( ns, 'incrmmda', require( '@stdlib/stats-incr-mmda' ) );\n\n/**\n* @name incrmme\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mme}\n*/\nsetReadOnly( ns, 'incrmme', require( '@stdlib/stats-incr-mme' ) );\n\n/**\n* @name incrmmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmean}\n*/\nsetReadOnly( ns, 'incrmmean', require( '@stdlib/stats-incr-mmean' ) );\n\n/**\n* @name incrmmeanabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmeanabs}\n*/\nsetReadOnly( ns, 'incrmmeanabs', require( '@stdlib/stats-incr-mmeanabs' ) );\n\n/**\n* @name incrmmeanabs2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmeanabs2}\n*/\nsetReadOnly( ns, 'incrmmeanabs2', require( '@stdlib/stats-incr-mmeanabs2' ) );\n\n/**\n* @name incrmmeanstdev\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmeanstdev}\n*/\nsetReadOnly( ns, 'incrmmeanstdev', require( '@stdlib/stats-incr-mmeanstdev' ) );\n\n/**\n* @name incrmmeanvar\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmeanvar}\n*/\nsetReadOnly( ns, 'incrmmeanvar', require( '@stdlib/stats-incr-mmeanvar' ) );\n\n/**\n* @name incrmmidrange\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmidrange}\n*/\nsetReadOnly( ns, 'incrmmidrange', require( '@stdlib/stats-incr-mmidrange' ) );\n\n/**\n* @name incrmmin\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmin}\n*/\nsetReadOnly( ns, 'incrmmin', require( '@stdlib/stats-incr-mmin' ) );\n\n/**\n* @name incrmminabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mminabs}\n*/\nsetReadOnly( ns, 'incrmminabs', require( '@stdlib/stats-incr-mminabs' ) );\n\n/**\n* @name incrmminmax\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mminmax}\n*/\nsetReadOnly( ns, 'incrmminmax', require( '@stdlib/stats-incr-mminmax' ) );\n\n/**\n* @name incrmminmaxabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mminmaxabs}\n*/\nsetReadOnly( ns, 'incrmminmaxabs', require( '@stdlib/stats-incr-mminmaxabs' ) );\n\n/**\n* @name incrmmpe\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmpe}\n*/\nsetReadOnly( ns, 'incrmmpe', require( '@stdlib/stats-incr-mmpe' ) );\n\n/**\n* @name incrmmse\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mmse}\n*/\nsetReadOnly( ns, 'incrmmse', require( '@stdlib/stats-incr-mmse' ) );\n\n/**\n* @name incrmpcorr\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mpcorr}\n*/\nsetReadOnly( ns, 'incrmpcorr', require( '@stdlib/stats-incr-mpcorr' ) );\n\n/**\n* @name incrmpcorr2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mpcorr2}\n*/\nsetReadOnly( ns, 'incrmpcorr2', require( '@stdlib/stats-incr-mpcorr2' ) );\n\n/**\n* @name incrmpcorrdist\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mpcorrdist}\n*/\nsetReadOnly( ns, 'incrmpcorrdist', require( '@stdlib/stats-incr-mpcorrdist' ) );\n\n/**\n* @name incrmpe\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mpe}\n*/\nsetReadOnly( ns, 'incrmpe', require( '@stdlib/stats-incr-mpe' ) );\n\n/**\n* @name incrmprod\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mprod}\n*/\nsetReadOnly( ns, 'incrmprod', require( '@stdlib/stats-incr-mprod' ) );\n\n/**\n* @name incrmrange\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mrange}\n*/\nsetReadOnly( ns, 'incrmrange', require( '@stdlib/stats-incr-mrange' ) );\n\n/**\n* @name incrmrmse\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mrmse}\n*/\nsetReadOnly( ns, 'incrmrmse', require( '@stdlib/stats-incr-mrmse' ) );\n\n/**\n* @name incrmrss\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mrss}\n*/\nsetReadOnly( ns, 'incrmrss', require( '@stdlib/stats-incr-mrss' ) );\n\n/**\n* @name incrmse\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mse}\n*/\nsetReadOnly( ns, 'incrmse', require( '@stdlib/stats-incr-mse' ) );\n\n/**\n* @name incrmstdev\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mstdev}\n*/\nsetReadOnly( ns, 'incrmstdev', require( '@stdlib/stats-incr-mstdev' ) );\n\n/**\n* @name incrmsum\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/msum}\n*/\nsetReadOnly( ns, 'incrmsum', require( '@stdlib/stats-incr-msum' ) );\n\n/**\n* @name incrmsumabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/msumabs}\n*/\nsetReadOnly( ns, 'incrmsumabs', require( '@stdlib/stats-incr-msumabs' ) );\n\n/**\n* @name incrmsumabs2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/msumabs2}\n*/\nsetReadOnly( ns, 'incrmsumabs2', require( '@stdlib/stats-incr-msumabs2' ) );\n\n/**\n* @name incrmsummary\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/msummary}\n*/\nsetReadOnly( ns, 'incrmsummary', require( '@stdlib/stats-incr-msummary' ) );\n\n/**\n* @name incrmsumprod\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/msumprod}\n*/\nsetReadOnly( ns, 'incrmsumprod', require( '@stdlib/stats-incr-msumprod' ) );\n\n/**\n* @name incrmvariance\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mvariance}\n*/\nsetReadOnly( ns, 'incrmvariance', require( '@stdlib/stats-incr-mvariance' ) );\n\n/**\n* @name incrmvmr\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/mvmr}\n*/\nsetReadOnly( ns, 'incrmvmr', require( '@stdlib/stats-incr-mvmr' ) );\n\n/**\n* @name incrnancount\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/nancount}\n*/\nsetReadOnly( ns, 'incrnancount', require( '@stdlib/stats-incr-nancount' ) );\n\n/**\n* @name incrnansum\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/nansum}\n*/\nsetReadOnly( ns, 'incrnansum', require( '@stdlib/stats-incr-nansum' ) );\n\n/**\n* @name incrnansumabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/nansumabs}\n*/\nsetReadOnly( ns, 'incrnansumabs', require( '@stdlib/stats-incr-nansumabs' ) );\n\n/**\n* @name incrnansumabs2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/nansumabs2}\n*/\nsetReadOnly( ns, 'incrnansumabs2', require( '@stdlib/stats-incr-nansumabs2' ) );\n\n/**\n* @name incrpcorr\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/pcorr}\n*/\nsetReadOnly( ns, 'incrpcorr', require( '@stdlib/stats-incr-pcorr' ) );\n\n/**\n* @name incrpcorr2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/pcorr2}\n*/\nsetReadOnly( ns, 'incrpcorr2', require( '@stdlib/stats-incr-pcorr2' ) );\n\n/**\n* @name incrpcorrdist\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/pcorrdist}\n*/\nsetReadOnly( ns, 'incrpcorrdist', require( '@stdlib/stats-incr-pcorrdist' ) );\n\n/**\n* @name incrpcorrdistmat\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/pcorrdistmat}\n*/\nsetReadOnly( ns, 'incrpcorrdistmat', require( '@stdlib/stats-incr-pcorrdistmat' ) );\n\n/**\n* @name incrpcorrmat\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/pcorrmat}\n*/\nsetReadOnly( ns, 'incrpcorrmat', require( '@stdlib/stats-incr-pcorrmat' ) );\n\n/**\n* @name incrprod\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/prod}\n*/\nsetReadOnly( ns, 'incrprod', require( '@stdlib/stats-incr-prod' ) );\n\n/**\n* @name incrrange\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/range}\n*/\nsetReadOnly( ns, 'incrrange', require( '@stdlib/stats-incr-range' ) );\n\n/**\n* @name incrrmse\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/rmse}\n*/\nsetReadOnly( ns, 'incrrmse', require( '@stdlib/stats-incr-rmse' ) );\n\n/**\n* @name incrrss\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/rss}\n*/\nsetReadOnly( ns, 'incrrss', require( '@stdlib/stats-incr-rss' ) );\n\n/**\n* @name incrskewness\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/skewness}\n*/\nsetReadOnly( ns, 'incrskewness', require( '@stdlib/stats-incr-skewness' ) );\n\n/**\n* @name incrstdev\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/stdev}\n*/\nsetReadOnly( ns, 'incrstdev', require( '@stdlib/stats-incr-stdev' ) );\n\n/**\n* @name incrsum\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/sum}\n*/\nsetReadOnly( ns, 'incrsum', require( '@stdlib/stats-incr-sum' ) );\n\n/**\n* @name incrsumabs\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/sumabs}\n*/\nsetReadOnly( ns, 'incrsumabs', require( '@stdlib/stats-incr-sumabs' ) );\n\n/**\n* @name incrsumabs2\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/sumabs2}\n*/\nsetReadOnly( ns, 'incrsumabs2', require( '@stdlib/stats-incr-sumabs2' ) );\n\n/**\n* @name incrsummary\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/summary}\n*/\nsetReadOnly( ns, 'incrsummary', require( '@stdlib/stats-incr-summary' ) );\n\n/**\n* @name incrsumprod\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/sumprod}\n*/\nsetReadOnly( ns, 'incrsumprod', require( '@stdlib/stats-incr-sumprod' ) );\n\n/**\n* @name incrvariance\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/variance}\n*/\nsetReadOnly( ns, 'incrvariance', require( '@stdlib/stats-incr-variance' ) );\n\n/**\n* @name incrvmr\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/vmr}\n*/\nsetReadOnly( ns, 'incrvmr', require( '@stdlib/stats-incr-vmr' ) );\n\n/**\n* @name incrwmean\n* @memberof ns\n* @readonly\n* @type {Function}\n* @see {@link module:@stdlib/stats/incr/wmean}\n*/\nsetReadOnly( ns, 'incrwmean', require( '@stdlib/stats-incr-wmean' ) );\n\n\n// EXPORTS //\n\nmodule.exports = ns;\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["setReadOnly", "ns"]
|
|
7
|
+
}
|
package/docs/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/stats-incr",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Incremental statistics.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -36,154 +36,154 @@
|
|
|
36
36
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@stdlib/stats-incr-apcorr": "^0.0
|
|
40
|
-
"@stdlib/stats-incr-count": "^0.0
|
|
41
|
-
"@stdlib/stats-incr-covariance": "^0.0
|
|
42
|
-
"@stdlib/stats-incr-covmat": "^0.0.
|
|
43
|
-
"@stdlib/stats-incr-cv": "^0.0
|
|
44
|
-
"@stdlib/stats-incr-ewmean": "^0.0
|
|
45
|
-
"@stdlib/stats-incr-ewstdev": "^0.0
|
|
46
|
-
"@stdlib/stats-incr-ewvariance": "^0.0
|
|
47
|
-
"@stdlib/stats-incr-gmean": "^0.0
|
|
48
|
-
"@stdlib/stats-incr-grubbs": "^0.0
|
|
49
|
-
"@stdlib/stats-incr-hmean": "^0.0
|
|
50
|
-
"@stdlib/stats-incr-kurtosis": "^0.0
|
|
51
|
-
"@stdlib/stats-incr-maape": "^0.0
|
|
52
|
-
"@stdlib/stats-incr-mae": "^0.0
|
|
53
|
-
"@stdlib/stats-incr-mapcorr": "^0.0
|
|
54
|
-
"@stdlib/stats-incr-mape": "^0.0
|
|
55
|
-
"@stdlib/stats-incr-max": "^0.0
|
|
56
|
-
"@stdlib/stats-incr-maxabs": "^0.0
|
|
57
|
-
"@stdlib/stats-incr-mcovariance": "^0.0
|
|
58
|
-
"@stdlib/stats-incr-mcv": "^0.0
|
|
59
|
-
"@stdlib/stats-incr-mda": "^0.0
|
|
60
|
-
"@stdlib/stats-incr-me": "^0.0
|
|
61
|
-
"@stdlib/stats-incr-mean": "^0.0
|
|
62
|
-
"@stdlib/stats-incr-meanabs": "^0.0
|
|
63
|
-
"@stdlib/stats-incr-meanabs2": "^0.0
|
|
64
|
-
"@stdlib/stats-incr-meanstdev": "^0.0
|
|
65
|
-
"@stdlib/stats-incr-meanvar": "^0.0
|
|
66
|
-
"@stdlib/stats-incr-mgmean": "^0.0
|
|
67
|
-
"@stdlib/stats-incr-mgrubbs": "^0.0
|
|
68
|
-
"@stdlib/stats-incr-mhmean": "^0.0
|
|
69
|
-
"@stdlib/stats-incr-midrange": "^0.0
|
|
70
|
-
"@stdlib/stats-incr-min": "^0.0
|
|
71
|
-
"@stdlib/stats-incr-minabs": "^0.0
|
|
72
|
-
"@stdlib/stats-incr-minmax": "^0.0
|
|
73
|
-
"@stdlib/stats-incr-minmaxabs": "^0.0
|
|
74
|
-
"@stdlib/stats-incr-mmaape": "^0.0
|
|
75
|
-
"@stdlib/stats-incr-mmae": "^0.0
|
|
76
|
-
"@stdlib/stats-incr-mmape": "^0.0
|
|
77
|
-
"@stdlib/stats-incr-mmax": "^0.0
|
|
78
|
-
"@stdlib/stats-incr-mmaxabs": "^0.0
|
|
79
|
-
"@stdlib/stats-incr-mmda": "^0.0
|
|
80
|
-
"@stdlib/stats-incr-mme": "^0.0
|
|
81
|
-
"@stdlib/stats-incr-mmean": "^0.0
|
|
82
|
-
"@stdlib/stats-incr-mmeanabs": "^0.0
|
|
83
|
-
"@stdlib/stats-incr-mmeanabs2": "^0.0
|
|
84
|
-
"@stdlib/stats-incr-mmeanstdev": "^0.0
|
|
85
|
-
"@stdlib/stats-incr-mmeanvar": "^0.0
|
|
86
|
-
"@stdlib/stats-incr-mmidrange": "^0.0
|
|
87
|
-
"@stdlib/stats-incr-mmin": "^0.0
|
|
88
|
-
"@stdlib/stats-incr-mminabs": "^0.0
|
|
89
|
-
"@stdlib/stats-incr-mminmax": "^0.0
|
|
90
|
-
"@stdlib/stats-incr-mminmaxabs": "^0.0
|
|
91
|
-
"@stdlib/stats-incr-mmpe": "^0.0
|
|
92
|
-
"@stdlib/stats-incr-mmse": "^0.0
|
|
93
|
-
"@stdlib/stats-incr-mpcorr": "^0.0
|
|
94
|
-
"@stdlib/stats-incr-mpcorr2": "^0.0
|
|
95
|
-
"@stdlib/stats-incr-mpcorrdist": "^0.0
|
|
96
|
-
"@stdlib/stats-incr-mpe": "^0.0
|
|
97
|
-
"@stdlib/stats-incr-mprod": "^0.0
|
|
98
|
-
"@stdlib/stats-incr-mrange": "^0.0
|
|
99
|
-
"@stdlib/stats-incr-mrmse": "^0.0
|
|
100
|
-
"@stdlib/stats-incr-mrss": "^0.0
|
|
101
|
-
"@stdlib/stats-incr-mse": "^0.0
|
|
102
|
-
"@stdlib/stats-incr-mstdev": "^0.0
|
|
103
|
-
"@stdlib/stats-incr-msum": "^0.0
|
|
104
|
-
"@stdlib/stats-incr-msumabs": "^0.0
|
|
105
|
-
"@stdlib/stats-incr-msumabs2": "^0.0
|
|
106
|
-
"@stdlib/stats-incr-msummary": "^0.0
|
|
107
|
-
"@stdlib/stats-incr-msumprod": "^0.0
|
|
108
|
-
"@stdlib/stats-incr-mvariance": "^0.0
|
|
109
|
-
"@stdlib/stats-incr-mvmr": "^0.0
|
|
110
|
-
"@stdlib/stats-incr-nancount": "^0.0
|
|
111
|
-
"@stdlib/stats-incr-nansum": "^0.0
|
|
112
|
-
"@stdlib/stats-incr-nansumabs": "^0.0
|
|
113
|
-
"@stdlib/stats-incr-nansumabs2": "^0.0
|
|
114
|
-
"@stdlib/stats-incr-pcorr": "^0.0
|
|
115
|
-
"@stdlib/stats-incr-pcorr2": "^0.0
|
|
116
|
-
"@stdlib/stats-incr-pcorrdist": "^0.0
|
|
117
|
-
"@stdlib/stats-incr-pcorrdistmat": "^0.0
|
|
118
|
-
"@stdlib/stats-incr-pcorrmat": "^0.0
|
|
119
|
-
"@stdlib/stats-incr-prod": "^0.0
|
|
120
|
-
"@stdlib/stats-incr-range": "^0.0
|
|
121
|
-
"@stdlib/stats-incr-rmse": "^0.0
|
|
122
|
-
"@stdlib/stats-incr-rss": "^0.0
|
|
123
|
-
"@stdlib/stats-incr-skewness": "^0.0
|
|
124
|
-
"@stdlib/stats-incr-stdev": "^0.0
|
|
125
|
-
"@stdlib/stats-incr-sum": "^0.0
|
|
126
|
-
"@stdlib/stats-incr-sumabs": "^0.0
|
|
127
|
-
"@stdlib/stats-incr-sumabs2": "^0.0
|
|
128
|
-
"@stdlib/stats-incr-summary": "^0.0
|
|
129
|
-
"@stdlib/stats-incr-sumprod": "^0.0
|
|
130
|
-
"@stdlib/stats-incr-variance": "^0.0
|
|
131
|
-
"@stdlib/stats-incr-vmr": "^0.0
|
|
132
|
-
"@stdlib/stats-incr-wmean": "^0.0
|
|
133
|
-
"@stdlib/utils-define-read-only-property": "^0.0
|
|
39
|
+
"@stdlib/stats-incr-apcorr": "^0.1.0",
|
|
40
|
+
"@stdlib/stats-incr-count": "^0.1.0",
|
|
41
|
+
"@stdlib/stats-incr-covariance": "^0.1.0",
|
|
42
|
+
"@stdlib/stats-incr-covmat": "^0.0.7",
|
|
43
|
+
"@stdlib/stats-incr-cv": "^0.1.0",
|
|
44
|
+
"@stdlib/stats-incr-ewmean": "^0.1.0",
|
|
45
|
+
"@stdlib/stats-incr-ewstdev": "^0.1.0",
|
|
46
|
+
"@stdlib/stats-incr-ewvariance": "^0.1.0",
|
|
47
|
+
"@stdlib/stats-incr-gmean": "^0.1.0",
|
|
48
|
+
"@stdlib/stats-incr-grubbs": "^0.1.0",
|
|
49
|
+
"@stdlib/stats-incr-hmean": "^0.1.0",
|
|
50
|
+
"@stdlib/stats-incr-kurtosis": "^0.1.0",
|
|
51
|
+
"@stdlib/stats-incr-maape": "^0.1.0",
|
|
52
|
+
"@stdlib/stats-incr-mae": "^0.1.0",
|
|
53
|
+
"@stdlib/stats-incr-mapcorr": "^0.1.0",
|
|
54
|
+
"@stdlib/stats-incr-mape": "^0.1.0",
|
|
55
|
+
"@stdlib/stats-incr-max": "^0.1.0",
|
|
56
|
+
"@stdlib/stats-incr-maxabs": "^0.1.0",
|
|
57
|
+
"@stdlib/stats-incr-mcovariance": "^0.1.0",
|
|
58
|
+
"@stdlib/stats-incr-mcv": "^0.1.0",
|
|
59
|
+
"@stdlib/stats-incr-mda": "^0.1.0",
|
|
60
|
+
"@stdlib/stats-incr-me": "^0.1.0",
|
|
61
|
+
"@stdlib/stats-incr-mean": "^0.1.0",
|
|
62
|
+
"@stdlib/stats-incr-meanabs": "^0.1.0",
|
|
63
|
+
"@stdlib/stats-incr-meanabs2": "^0.1.0",
|
|
64
|
+
"@stdlib/stats-incr-meanstdev": "^0.1.0",
|
|
65
|
+
"@stdlib/stats-incr-meanvar": "^0.1.0",
|
|
66
|
+
"@stdlib/stats-incr-mgmean": "^0.1.0",
|
|
67
|
+
"@stdlib/stats-incr-mgrubbs": "^0.1.0",
|
|
68
|
+
"@stdlib/stats-incr-mhmean": "^0.1.0",
|
|
69
|
+
"@stdlib/stats-incr-midrange": "^0.1.0",
|
|
70
|
+
"@stdlib/stats-incr-min": "^0.1.0",
|
|
71
|
+
"@stdlib/stats-incr-minabs": "^0.1.0",
|
|
72
|
+
"@stdlib/stats-incr-minmax": "^0.1.0",
|
|
73
|
+
"@stdlib/stats-incr-minmaxabs": "^0.1.0",
|
|
74
|
+
"@stdlib/stats-incr-mmaape": "^0.1.0",
|
|
75
|
+
"@stdlib/stats-incr-mmae": "^0.1.0",
|
|
76
|
+
"@stdlib/stats-incr-mmape": "^0.1.0",
|
|
77
|
+
"@stdlib/stats-incr-mmax": "^0.1.0",
|
|
78
|
+
"@stdlib/stats-incr-mmaxabs": "^0.1.0",
|
|
79
|
+
"@stdlib/stats-incr-mmda": "^0.1.0",
|
|
80
|
+
"@stdlib/stats-incr-mme": "^0.1.0",
|
|
81
|
+
"@stdlib/stats-incr-mmean": "^0.1.0",
|
|
82
|
+
"@stdlib/stats-incr-mmeanabs": "^0.1.0",
|
|
83
|
+
"@stdlib/stats-incr-mmeanabs2": "^0.1.0",
|
|
84
|
+
"@stdlib/stats-incr-mmeanstdev": "^0.1.0",
|
|
85
|
+
"@stdlib/stats-incr-mmeanvar": "^0.1.0",
|
|
86
|
+
"@stdlib/stats-incr-mmidrange": "^0.1.0",
|
|
87
|
+
"@stdlib/stats-incr-mmin": "^0.1.0",
|
|
88
|
+
"@stdlib/stats-incr-mminabs": "^0.1.0",
|
|
89
|
+
"@stdlib/stats-incr-mminmax": "^0.1.0",
|
|
90
|
+
"@stdlib/stats-incr-mminmaxabs": "^0.1.0",
|
|
91
|
+
"@stdlib/stats-incr-mmpe": "^0.1.0",
|
|
92
|
+
"@stdlib/stats-incr-mmse": "^0.1.0",
|
|
93
|
+
"@stdlib/stats-incr-mpcorr": "^0.1.0",
|
|
94
|
+
"@stdlib/stats-incr-mpcorr2": "^0.1.0",
|
|
95
|
+
"@stdlib/stats-incr-mpcorrdist": "^0.1.0",
|
|
96
|
+
"@stdlib/stats-incr-mpe": "^0.1.0",
|
|
97
|
+
"@stdlib/stats-incr-mprod": "^0.1.0",
|
|
98
|
+
"@stdlib/stats-incr-mrange": "^0.1.0",
|
|
99
|
+
"@stdlib/stats-incr-mrmse": "^0.1.0",
|
|
100
|
+
"@stdlib/stats-incr-mrss": "^0.1.0",
|
|
101
|
+
"@stdlib/stats-incr-mse": "^0.1.0",
|
|
102
|
+
"@stdlib/stats-incr-mstdev": "^0.1.0",
|
|
103
|
+
"@stdlib/stats-incr-msum": "^0.1.0",
|
|
104
|
+
"@stdlib/stats-incr-msumabs": "^0.1.0",
|
|
105
|
+
"@stdlib/stats-incr-msumabs2": "^0.1.0",
|
|
106
|
+
"@stdlib/stats-incr-msummary": "^0.1.0",
|
|
107
|
+
"@stdlib/stats-incr-msumprod": "^0.1.0",
|
|
108
|
+
"@stdlib/stats-incr-mvariance": "^0.1.0",
|
|
109
|
+
"@stdlib/stats-incr-mvmr": "^0.1.0",
|
|
110
|
+
"@stdlib/stats-incr-nancount": "^0.1.0",
|
|
111
|
+
"@stdlib/stats-incr-nansum": "^0.1.0",
|
|
112
|
+
"@stdlib/stats-incr-nansumabs": "^0.1.0",
|
|
113
|
+
"@stdlib/stats-incr-nansumabs2": "^0.1.0",
|
|
114
|
+
"@stdlib/stats-incr-pcorr": "^0.1.0",
|
|
115
|
+
"@stdlib/stats-incr-pcorr2": "^0.1.0",
|
|
116
|
+
"@stdlib/stats-incr-pcorrdist": "^0.1.0",
|
|
117
|
+
"@stdlib/stats-incr-pcorrdistmat": "^0.1.0",
|
|
118
|
+
"@stdlib/stats-incr-pcorrmat": "^0.1.0",
|
|
119
|
+
"@stdlib/stats-incr-prod": "^0.1.0",
|
|
120
|
+
"@stdlib/stats-incr-range": "^0.1.0",
|
|
121
|
+
"@stdlib/stats-incr-rmse": "^0.1.0",
|
|
122
|
+
"@stdlib/stats-incr-rss": "^0.1.0",
|
|
123
|
+
"@stdlib/stats-incr-skewness": "^0.1.0",
|
|
124
|
+
"@stdlib/stats-incr-stdev": "^0.1.0",
|
|
125
|
+
"@stdlib/stats-incr-sum": "^0.1.0",
|
|
126
|
+
"@stdlib/stats-incr-sumabs": "^0.1.0",
|
|
127
|
+
"@stdlib/stats-incr-sumabs2": "^0.1.0",
|
|
128
|
+
"@stdlib/stats-incr-summary": "^0.1.0",
|
|
129
|
+
"@stdlib/stats-incr-sumprod": "^0.1.0",
|
|
130
|
+
"@stdlib/stats-incr-variance": "^0.1.0",
|
|
131
|
+
"@stdlib/stats-incr-vmr": "^0.1.0",
|
|
132
|
+
"@stdlib/stats-incr-wmean": "^0.1.0",
|
|
133
|
+
"@stdlib/utils-define-read-only-property": "^0.1.0"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@stdlib/array-buffer": "^0.0
|
|
137
|
-
"@stdlib/array-float64": "^0.0
|
|
138
|
-
"@stdlib/assert-has-own-property": "^0.0
|
|
139
|
-
"@stdlib/assert-is-array-like-object": "^0.0
|
|
140
|
-
"@stdlib/assert-is-boolean": "^0.0
|
|
141
|
-
"@stdlib/assert-is-function": "^0.0
|
|
142
|
-
"@stdlib/assert-is-nan": "^0.0
|
|
143
|
-
"@stdlib/assert-is-nonnegative-integer": "^0.0
|
|
144
|
-
"@stdlib/assert-is-nonnegative-number": "^0.0
|
|
145
|
-
"@stdlib/assert-is-number": "^0.0
|
|
146
|
-
"@stdlib/assert-is-plain-object": "^0.0
|
|
147
|
-
"@stdlib/assert-is-positive-integer": "^0.0
|
|
148
|
-
"@stdlib/assert-is-square-matrix": "^0.0
|
|
149
|
-
"@stdlib/assert-is-string": "^0.0
|
|
150
|
-
"@stdlib/assert-is-symmetric-matrix": "^0.0
|
|
151
|
-
"@stdlib/assert-is-vector-like": "^0.0
|
|
152
|
-
"@stdlib/bench": "^0.0
|
|
153
|
-
"@stdlib/constants-float64-eps": "^0.0
|
|
154
|
-
"@stdlib/constants-float64-ninf": "^0.0
|
|
155
|
-
"@stdlib/constants-float64-pinf": "^0.0
|
|
156
|
-
"@stdlib/datasets-herndon-venus-semidiameters": "^0.0
|
|
157
|
-
"@stdlib/datasets-suthaharan-single-hop-sensor-network": "^0.0
|
|
158
|
-
"@stdlib/math-base-assert-is-even": "^0.0
|
|
159
|
-
"@stdlib/math-base-assert-is-infinite": "^0.0
|
|
160
|
-
"@stdlib/math-base-assert-is-nan": "^0.0
|
|
161
|
-
"@stdlib/math-base-assert-is-negative-zero": "^0.0
|
|
162
|
-
"@stdlib/math-base-assert-is-positive-zero": "^0.0
|
|
163
|
-
"@stdlib/math-base-special-abs": "^0.0
|
|
164
|
-
"@stdlib/math-base-special-atan": "^0.0
|
|
165
|
-
"@stdlib/math-base-special-exp": "^0.0
|
|
166
|
-
"@stdlib/math-base-special-frexp": "^0.0
|
|
167
|
-
"@stdlib/math-base-special-kronecker-delta": "^0.0
|
|
168
|
-
"@stdlib/math-base-special-ldexp": "^0.0
|
|
169
|
-
"@stdlib/math-base-special-ln": "^0.0
|
|
170
|
-
"@stdlib/math-base-special-max": "^0.0
|
|
171
|
-
"@stdlib/math-base-special-pow": "^0.0
|
|
172
|
-
"@stdlib/math-base-special-roundn": "^0.0
|
|
173
|
-
"@stdlib/math-base-special-signum": "^0.0
|
|
174
|
-
"@stdlib/math-base-special-sqrt": "^0.0
|
|
175
|
-
"@stdlib/ndarray-base-ctor": "^0.0
|
|
176
|
-
"@stdlib/ndarray-base-numel": "^0.0
|
|
177
|
-
"@stdlib/ndarray-ctor": "^0.0
|
|
178
|
-
"@stdlib/random-base-normal": "^0.0.
|
|
179
|
-
"@stdlib/random-base-randu": "^0.0.
|
|
180
|
-
"@stdlib/stats-base-dists-t-quantile": "^0.0
|
|
181
|
-
"@stdlib/
|
|
182
|
-
"@stdlib/utils-define-read-only-accessor": "^0.0
|
|
183
|
-
"@stdlib/utils-keys": "^0.0
|
|
136
|
+
"@stdlib/array-buffer": "^0.1.0",
|
|
137
|
+
"@stdlib/array-float64": "^0.1.0",
|
|
138
|
+
"@stdlib/assert-has-own-property": "^0.1.0",
|
|
139
|
+
"@stdlib/assert-is-array-like-object": "^0.1.0",
|
|
140
|
+
"@stdlib/assert-is-boolean": "^0.1.0",
|
|
141
|
+
"@stdlib/assert-is-function": "^0.1.0",
|
|
142
|
+
"@stdlib/assert-is-nan": "^0.1.0",
|
|
143
|
+
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
|
|
144
|
+
"@stdlib/assert-is-nonnegative-number": "^0.1.0",
|
|
145
|
+
"@stdlib/assert-is-number": "^0.1.0",
|
|
146
|
+
"@stdlib/assert-is-plain-object": "^0.1.0",
|
|
147
|
+
"@stdlib/assert-is-positive-integer": "^0.1.0",
|
|
148
|
+
"@stdlib/assert-is-square-matrix": "^0.1.0",
|
|
149
|
+
"@stdlib/assert-is-string": "^0.1.0",
|
|
150
|
+
"@stdlib/assert-is-symmetric-matrix": "^0.1.0",
|
|
151
|
+
"@stdlib/assert-is-vector-like": "^0.1.0",
|
|
152
|
+
"@stdlib/bench": "^0.1.0",
|
|
153
|
+
"@stdlib/constants-float64-eps": "^0.1.0",
|
|
154
|
+
"@stdlib/constants-float64-ninf": "^0.1.0",
|
|
155
|
+
"@stdlib/constants-float64-pinf": "^0.1.0",
|
|
156
|
+
"@stdlib/datasets-herndon-venus-semidiameters": "^0.1.0",
|
|
157
|
+
"@stdlib/datasets-suthaharan-single-hop-sensor-network": "^0.1.0",
|
|
158
|
+
"@stdlib/math-base-assert-is-even": "^0.1.0",
|
|
159
|
+
"@stdlib/math-base-assert-is-infinite": "^0.1.0",
|
|
160
|
+
"@stdlib/math-base-assert-is-nan": "^0.1.0",
|
|
161
|
+
"@stdlib/math-base-assert-is-negative-zero": "^0.1.0",
|
|
162
|
+
"@stdlib/math-base-assert-is-positive-zero": "^0.1.0",
|
|
163
|
+
"@stdlib/math-base-special-abs": "^0.1.0",
|
|
164
|
+
"@stdlib/math-base-special-atan": "^0.1.0",
|
|
165
|
+
"@stdlib/math-base-special-exp": "^0.1.0",
|
|
166
|
+
"@stdlib/math-base-special-frexp": "^0.1.0",
|
|
167
|
+
"@stdlib/math-base-special-kronecker-delta": "^0.1.0",
|
|
168
|
+
"@stdlib/math-base-special-ldexp": "^0.1.0",
|
|
169
|
+
"@stdlib/math-base-special-ln": "^0.1.0",
|
|
170
|
+
"@stdlib/math-base-special-max": "^0.1.0",
|
|
171
|
+
"@stdlib/math-base-special-pow": "^0.1.0",
|
|
172
|
+
"@stdlib/math-base-special-roundn": "^0.1.0",
|
|
173
|
+
"@stdlib/math-base-special-signum": "^0.1.0",
|
|
174
|
+
"@stdlib/math-base-special-sqrt": "^0.1.0",
|
|
175
|
+
"@stdlib/ndarray-base-ctor": "^0.1.0",
|
|
176
|
+
"@stdlib/ndarray-base-numel": "^0.1.0",
|
|
177
|
+
"@stdlib/ndarray-ctor": "^0.1.0",
|
|
178
|
+
"@stdlib/random-base-normal": "^0.0.6",
|
|
179
|
+
"@stdlib/random-base-randu": "^0.0.8",
|
|
180
|
+
"@stdlib/stats-base-dists-t-quantile": "^0.1.0",
|
|
181
|
+
"@stdlib/string-format": "^0.1.0",
|
|
182
|
+
"@stdlib/utils-define-read-only-accessor": "^0.1.0",
|
|
183
|
+
"@stdlib/utils-keys": "^0.1.0",
|
|
184
184
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
185
185
|
"istanbul": "^0.4.1",
|
|
186
|
-
"tap-
|
|
186
|
+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
187
187
|
},
|
|
188
188
|
"engines": {
|
|
189
189
|
"node": ">=0.10.0",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"accumulator"
|
|
217
217
|
],
|
|
218
218
|
"funding": {
|
|
219
|
-
"type": "
|
|
220
|
-
"url": "https://
|
|
219
|
+
"type": "opencollective",
|
|
220
|
+
"url": "https://opencollective.com/stdlib"
|
|
221
221
|
}
|
|
222
222
|
}
|
package/docs/types/test.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @license Apache-2.0
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) 2021 The Stdlib Authors.
|
|
5
|
-
*
|
|
6
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
-
* you may not use this file except in compliance with the License.
|
|
8
|
-
* You may obtain a copy of the License at
|
|
9
|
-
*
|
|
10
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
*
|
|
12
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
* See the License for the specific language governing permissions and
|
|
16
|
-
* limitations under the License.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
/* tslint:disable:no-unused-expression */
|
|
20
|
-
|
|
21
|
-
import incr = require( './index' );
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
// TESTS //
|
|
25
|
-
|
|
26
|
-
// The exported value is the expected interface...
|
|
27
|
-
{
|
|
28
|
-
incr; // $ExpectType Namespace
|
|
29
|
-
}
|