mathematical function class (regression) in SWIFT

Asked

Viewed 84 times

0

What class to use mathematical equations for regression? And how to plot the graph?

1 answer

1

There is no native iOS solution for graphics generation, 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 was recently updated so I think it is being constantly improved. I recommend taking a look:

https://github.com/danielgindi/ios-charts

About class to perform mathematical equations of regression, I don’t know any library that does this. You may need to create a.

Good luck!

  • Thanks @Carl Brusell , for what I’ve seen iOS-Harts will help me with a few things. Otherwise I will have to study more the equations (calculations) because it is not my area, thanks again

Browser other questions tagged

You are not signed in. Login or sign up in order to post.