Closed erkekin closed 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.
OK great. Thanks.
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.