summary refs log tree commit diff stats
path: root/lib/pure/stats.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
66 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255