henil
- 18
- 0
i want to calculate area under the curve but i do no not know what function does it satisfies. how should i proceed ?
If the x values of the data points occur at regular intervals, you can use a numerical integration technique like Simpson's Rule to perform the calculations. Simpson's Rules are based on using second- and third-order interpolation functions, which is usually more accurate than the simpler trapezoidal rule.henil said:no i don't know f(x) i just have x and y datapoints