Re: [math] SplineInterpolator not working properly

2013-08-22 Thread Nico Caprioli
! Regards, Nico 2013/8/22 Nico Caprioli > I've attached a simple java file that interpolates and prints functions > (results on second files) > I expected at least to have a continue function > > Moreover I catched x and y values from wikipedia that gives this functions > f

Re: [math] SplineInterpolator not working properly

2013-08-22 Thread Nico Caprioli
/math/9/a/7/9a712abc0f13501fd9ccbd1dae69789a.png Thank you, Nico 2013/8/22 Gilles > On Thu, 22 Aug 2013 17:02:34 +0200, Nico Caprioli wrote: > >> Since I need a spline interpolation I used your library do calculate it >> but >> it seems it is not working good. >>

[math] SplineInterpolator not working properly

2013-08-22 Thread Nico Caprioli
Since I need a spline interpolation I used your library do calculate it but it seems it is not working good. If I understood javadoc i need two double[] arrays: - double[] x: the absissa of every point - double[] y: the ordinate/value of points in the same order of x Now after interpolation I try