Add Least Squares slope function 13/16213/3
authorTim Rault <tim.rault@cengn.ca>
Wed, 29 Jun 2016 14:54:55 +0000 (10:54 -0400)
committerTim Rault <tim.rault@cengn.ca>
Wed, 6 Jul 2016 14:26:51 +0000 (10:26 -0400)
commitd7d5efb6fe647e117f54ce0923e4966014eaeb9a
tree2d5d7cc03be043d2f7aacf0b5b4308e76d45b418
parentb3e8e5113c4bfb467f5257b20047feb2a0d73b4b
Add Least Squares slope function

Added a math module in utilities that contains a slope function
able to compute the slope of the best Least Squares curve fit
given a series of [x,y] values.

Implemented a test harness for this math module in the tests/utilities
section.

Change-Id: If4d63af092d0904b2269c5ee0991e18ab84533c0
JIRA: STORPERF-54
JIRA: STORPERF-55
JIRA: STORPERF-51
Signed-off-by: Tim Rault <tim.rault@cengn.ca>
storperf/tests/utilities/math.py [new file with mode: 0644]
storperf/utilities/math.py [new file with mode: 0644]