class of mathematical functions (regression) in SWIFT

0

What is the class to use mathematical regression equations? And how to plot the chart?

    
asked by anonymous 29.10.2015 / 18:11

1 answer

1

There is no native iOS solution for graphing, but there are third-party libraries that do the job very well. There is a library called ios-charts that was written in Swift. It has been updated a short time so I think it is constantly being improved. I recommend taking a look:

link

On class to run mathematical regression equations, I do not know of any library that does this. You may need to create one.

Good luck!

    
29.10.2015 / 20:43