I am looking for something in python to fit a few 3d points to a paraboloid. I think it can be done with scipy's curve_fit() but i am not able to get that right. Framing the problem more precisely: I have a set of x, y and z coordinates and wish to fit a paraboloid in those points as well as plot the entire picture (with points and fitted paraboloid)
I know there are a few questions related to this, but they are not that general and i did not find myself convinced with those answers