I have pairs of data arrays (say x_n and y_n), which represent some result y_n(x) that converges with n.
-These arrays become more densely populated for larger n.
-There are no common elements in any x_n arrays.
-The data itself cannot be fitted.
-I have pairs of these arrays for several values of n (but not too many).
-Visually there seems to be good convergence, maybe a power law.
Can I estimate a converged result (again as a pair of arrays to be plotted) based on the numerical data that I have? I was wondering whether there is a method/library in python that would help with this?