Errors related to the interpolation in 2D graph

Dear all,

I am using the Interpolate() method in 2D graph, but I want to know the systematic error related to the interpolation itself. Is there anyway of accessing that error?

Best,

Diallo.

There is no error involved in ROOT: TGraph2D Class Reference
This method uses the Delaunay triangles to find intermediate values between points in the 2D graph. That’s linear. It returns the Z value for a given X Y

Ok I see. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.