Commit Graph

6 Commits

Author SHA1 Message Date
Araq
77677c73c8 made test green for 32bit system 2016-09-30 22:14:29 +02:00
JamesP
41861711c8 add doco for array/seq helper procs 2015-11-12 07:03:16 +10:00
JamesP
52e40995b7 added helper procs for standalone calc of stats for array/seq
Changed derivation to use runningstats, so there
is a single point of truth for the calculations, and provides
more stats functions
2015-11-12 06:33:26 +10:00
JamesP
4cefbc2914 add comment to identify where RunningStat code resides 2015-11-11 08:56:51 +10:00
JamesP
7d62b9fc1a add sum back in, fix min inital value, tidy up spaces in
code and comment wording, add a sum test assertion
2015-11-07 18:00:21 +10:00
JamesP
cdd00c4df6 Add RunningStat related statistics code removed from math lib,
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
2015-11-07 15:15:30 +10:00