Simple Linear Regression
11 July 2013
Simple linear regression can be used to get a single straight line to go through a set of scattered data points. I first set up a simple test and then implemented the method in the actual toneline view of Toney. Once I have set up a place to host the development branch of Toney you will be able to see this first somewhat satisfying result in action. The problem now is that having only one straight line is not enough for the third tone. The third tone needs to be separated into two different segments by the use of segmented regression but that method has yet to be implemented in Toney. Stay toned ;) …
Screenshot from a test of simple linear regression where a set of data points is turned into an approximated straight line.
blog comments powered by Disqus