Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

Find Max Value An Interpolation Spline

$
0
0

@qoqo wrote:

I have two array; double [ ] X and double [ ] Y. Using this unsorted and different arrays, I obtained a cubic spline array like:

CubicSpline newdatafunc = CubicSpline.Interpolate(X, Y);

Now, I want to find max interpolate value in this series; even if it is bigger than all of the Y array elements.

Note: Also, I try to create chart using this cubicspline interpolate series. How can I convert to datas, like [ ] newX and [ ]newY which is meaning included interpolated values.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles