summary refs log tree commit diff stats
path: root/lib/pure/stats.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
NSE?id=02a8ca95cf22d9b1da50dffffefa31fb563c3852'>02a8ca9 ^
62a491e ^
d384cee ^
1076f2b




016dca4 ^
1076f2b

016dca4 ^

1076f2b
016dca4 ^





1076f2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31