IOS – n iOS program that performs multivariate linear regression

iossoftware-recommendationstatistics

I'm looking for an iOS program that can calculate some statistics for me.

I want a program into which I can enter a bunch of observations, then the program uses multivariate linear regression (ordinary least squares) to find coefficients and standard errors for the line of best fit. I know of plenty of programs that do this on the Mac, but not any iOS programs.

There aren't any programs in the app store that list this as one of their key features, but I didn't know if it was an additional feature in something like Numbers. Alternately, while I'd prefer not a web app, that's certainly better than not having an app to do this. A web app that uses local storage so it can run even when offline would be best.

Any suggestions?

Best Answer

I don't think Wolfram Alpha's main app or their Linear Algebra Course Assistant are there yet with general multivariate linear regression but their email support is great and you might ask them which product of theirs might get that first. These do not run offline - so you may have to wait for the whole enchilada to arrive.

In the mean time, you will need to use something like Matlab mobile to connect back to a computer that can actually run the numbers for you. This is a step better than just running screens as it lets you do input natively on iOS and shuttles forth and back the data to the main engine running remotely.

As you commented, you could get a matrix manipulation tool - both the Linear Algebra Course Assistant and a few other apps like matrix calculator plus will invert matrices for you.