-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Least square solution #53
Comments
I'm intersted in this as well. I'm going to take a stab at a general On Wed, Feb 5, 2014 at 6:37 AM, Paul Hayes notifications@github.com wrote:
|
+1
|
+1 |
Hi again, https://gist.github.com/paulhayes/8888586 I've tested it, and it does work. Promise! |
Finally got around to this, here's a demo page: and here is the repo: Its working pretty good for me, let me know if you are using it or if you find some bugs. |
Hi @josephmeiring did you realise you posted the github.io page twice? |
I wasn't sure where else to post this question. It's not technically a bug but more a missing feature.
I'm porting some code I originally wrote in python/numpy, into javascript/numeric.
I'm finding numeric very good so far, but I know need to find the least square solution for a non square matrix. In numpy this is achieved with numpy.linalg.lstsq, but there's no direct equivalent I could find in numeric.
Could you possibly offer me a short way of achieving this using numeric? I'm aware I can write my own least square solver, but as it's a common problem I thought maybe there's a way that I hadn't noticed by reading through the documentation.
Thank you for taking the time to help me.
The text was updated successfully, but these errors were encountered: