stsievert / swix

Swift Matrix Library
http://docs.stsievert.com/swix/
MIT License
593 stars 54 forks source link

Regression #17

Closed erkekin closed 9 years ago

erkekin commented 9 years ago

linear and quadratic (polynomial) regression added. To illustrate regression, I implemented a RegressionView - subclass of UIView - allowing us to draw hypothetic data (x, y). Also the degree of the hypothesis can be adjusted with a UIStepper above.

stsievert commented 9 years ago

:+1: nice app. I played with it and it's smooth.

I'd rather not merge this though. This app is only here to provide a working bare bones iOS app, without any other views/etc that may have to be stripped out. Personally, I had difficulty getting Xcode to link to Accelerate to the right frameworks, etc and this app is there to lower the initialization barrier.

erkekin commented 9 years ago

OK great. Thanks.