Hi, I have a data set like
x[1],..,x[i],..,x[n]
y[1],..,y[i],..,y[n]
But there is no function like y = f(x), it is unknown, and the step between the x values is not constant.
x values are calculated separately from y, but finally i have to find partial derivative like dy/dx.
Can I calculate it...