A common task in statistics, data mining, machine learning, etc. is to find a mathematical function that fits a set of data.
For example: Given temperature, wind speed, humidity, day of the year, etc., predict the strength of a hurricane.
Or: Given n, predict the running time of selection sort:
This shows the ``best'' linear function (0.001779818n -3.596).