Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | Fix #18718 (#18731) | konsumlamm | 2021-08-23 | 1 | -5/+8 |
| | | | Update tests | ||||
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
| | | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting | ||||
* | Improve documentation for stats (#16742) | konsumlamm | 2021-01-19 | 1 | -87/+79 |
| | | | | | | | | | * Improve documentation for stats * Address nits * Update lib/pure/stats.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | styleCheck: Fix some inconsistent identifiers (#16177) | ee7 | 2020-12-21 | 1 | -2/+2 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -47/+0 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | Documentation, add more examples (#13825) | Juan Carlos | 2020-04-01 | 1 | -7/+8 |
| | |||||
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 1 | -0/+16 |
| | | | | * Add more Docs and runnableExamples | ||||
* | [backport] run nimpretty on the remaining files | narimiran | 2019-09-30 | 1 | -16/+16 |
| | |||||
* | stats.nim: bugfix: use min in '+' [backport] | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
| | |||||
* | fix typo in stats module (#10562) [ci skip] | Vindaar | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | stats.nim: add a '$' operator for RunningStat | Andreas Rumpf | 2018-01-18 | 1 | -2/+21 |
| | |||||
* | made test green for 32bit system | Araq | 2016-09-30 | 1 | -12/+14 |
| | |||||
* | add doco for array/seq helper procs | JamesP | 2015-11-12 | 1 | -0/+24 |
| | |||||
* | added helper procs for standalone calc of stats for array/seq | JamesP | 2015-11-12 | 1 | -0/+45 |
| | | | | | | Changed derivation to use runningstats, so there is a single point of truth for the calculations, and provides more stats functions | ||||
* | add comment to identify where RunningStat code resides | JamesP | 2015-11-11 | 1 | -0/+1 |
| | |||||
* | add sum back in, fix min inital value, tidy up spaces in | JamesP | 2015-11-07 | 1 | -11/+20 |
| | | | | code and comment wording, add a sum test assertion | ||||
* | Add RunningStat related statistics code removed from math lib, | JamesP | 2015-11-07 | 1 | -0/+269 |
and add new functionality - skewness & kurtosis (3rd and 4th stat moments) - addition ops for RunningStat - RunningRegress object - slope, intercept and correlation regression procs - addition ops for RunningRegress |