Commit Graph

55 Commits

Author SHA1 Message Date
btracey
244075b735 Make golint happy. Change StDev to StdDev.
This CL changes the function signature from StDev to StdDev to match the other StandardXxx functions.
Additionally, this PR fixes the comments that don't start with the correct name
and changes +=1 to ++ by recommendation from golint
2014-08-05 21:58:31 -07:00
btracey
758d7216bc Changed formattign on histogram function. Changed name of Percentile to CDF and improved panic message
Lists should be separated out into their own block (see the reflect package).
It was decided in code review that Quantile and Percentile are confusing
so it was decided to change it to Quantile and CDF
2014-08-05 19:19:27 -07:00
btracey
a00167aefa Flipped the names of Quantile and Percentile. Added CumulantKind to Quantile and Percentile functions. 2014-08-05 11:01:47 -07:00
btracey
1bb472a6c9 Incorporated PR comments 2014-08-04 23:23:39 -07:00
btracey
279d2bd0a9 Initial commit of sample statistics functions to the stat package 2014-08-04 16:13:19 -07:00