Results 1 to 1 of 1
- 03-29-2011, 01:49 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 3
- Rep Power
- 0
2nd Order Polynomial Regression/Best Fit
Hello again,
Basically what I'm wanting to do is get a 2nd order polynomial equation of a best fit from a given set of data, stored in a 2D double array called data[][]. (doesn't have to be a 2D, just the way I've read it in.) I've got my array set up, and I'm reading the data in from a .CSV file.
Now, I've looked for libraries/code that would do this for me, but can't seem to make head nor tail of it all! One of the things I found in a Google search were:
https://gist.github.com/234253
The idea being that using the given polynomial, I could input a new bit of data, and basically using the polynomial it would calculate (or predict) a new value.
Any ideas/pointers/anything how I would go about this? It's all gotten a bit confusing.
Cheers guys!
Similar Threads
-
[Help] Polynomial Class in Java
By AndrewSD in forum New To JavaReplies: 3Last Post: 01-11-2011, 04:24 AM -
API polynomial java
By mcherkao in forum Advanced JavaReplies: 5Last Post: 09-10-2010, 01:49 PM -
Polynomial Arithmetic Java
By thisisIT in forum New To JavaReplies: 3Last Post: 03-09-2010, 05:33 PM -
regression model
By rpsaranya in forum JDBCReplies: 0Last Post: 03-06-2010, 04:32 AM -
Help with polynomial program
By susan in forum New To JavaReplies: 1Last Post: 08-07-2007, 04:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks