summary refs log tree commit diff stats
path: root/lib/pure/stats.nim
Commit message (Expand)AuthorAgeFilesLines
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* Fix #18718 (#18731)konsumlamm2021-08-231-5/+8
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-1/+1
* Improve documentation for stats (#16742)konsumlamm2021-01-191-87/+79
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-2/+2
* move tests to testament (#16101)flywind2020-11-241-47/+0
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-7/+8
* Add Documentation (#13811)Juan Carlos2020-03-311-0/+16
* [backport] run nimpretty on the remaining filesnarimiran2019-09-301-16/+16
* stats.nim: bugfix: use min in '+' [backport]Andreas Rumpf2019-03-231-1/+1
* fix typo in stats module (#10562) [ci skip]Vindaar2019-02-051-1/+1
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* stats.nim: add a '$' operator for RunningStatAndreas Rumpf2018-01-181-2/+21
* made test green for 32bit systemAraq2016-09-301-12/+14
* add doco for array/seq helper procsJamesP2015-11-121-0/+24
* added helper procs for standalone calc of stats for array/seqJamesP2015-11-121-0/+45
* add comment to identify where RunningStat code residesJamesP2015-11-111-0/+1
* add sum back in, fix min inital value, tidy up spaces inJamesP2015-11-071-11/+20
* Add RunningStat related statistics code removed from math lib,JamesP2015-11-071-0/+269