|
|
Subject:
Curve fitting
Category: Computers Asked by: khozy-ga List Price: $100.00 |
Posted:
14 Sep 2004 18:06 PDT
Expires: 14 Oct 2004 18:06 PDT Question ID: 401288 |
I need a java based solution for curve fitting. I need a java source, which takes a set of data points (x & y coordinates). The number of coordinates can be large. The program should use curve fitting methodology like sigmoids/polynomial equations and return the modified coordinates. There should be a way to specify tolerances for the coordinates. Basically I need a source which allows me to smoothen the curves |
|
Subject:
Re: Curve fitting
Answered By: hedgie-ga on 09 Oct 2004 12:22 PDT |
There is number of programs which do that One using splines is here http://www.math.ucla.edu/~baker/java/hoefer/Splinesrc.htm Here is a general explanation of splines http://www.wam.umd.edu/~petersd/interp.html Splines provide a smooth interpolation of points in plane which resembles a flexible elastic strip tied by a rubberband to all points. Here is another implementation http://web.mit.edu/fluids-modules/www/potential_flows/VFrecomp1/zrazumovskiy/Spline.java There are several types of splines, cubic splines and Bezier splines. This applet illustrates the Bezzier type http://www.sunsite.ubc.ca/LivingMathematics/V001N01/UBCExamples/Bezier/bezier.html Please do ask for clarification if more help is needed Search term was: java, splines Hedgie | |
| |
| |
| |
|
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |