Which software allows to fit curves in heat transfer research, and to fit an equation based on huge experimental data like Nu= C(Ra)^n (x)^y (1+cos(P))^q?
I use Matlab for all my curve fittings. The function "fminsearch" uses a simplex method to find the minimum of a function that you can program. You can do what ever you want.