I'm trying to fit a surface model to a 3D data-set (x,y,z) using
matplotlib.
Where z = f(x,y).
So, I'm going for the quadratic fitting with equation:

f(x,y) = ax^2+by^2+cxy+dx+ey+f 
So far, I have successfully plotted the 3d-fitted-surface using
least-square method.
But, how can I be able to print/get the fitted equation of the
surface(with coefficient values) ?

I little help will be highly appreciated.
thank you.


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to