SumSquaredError
SumSquaredError[listA, listB]⟹error
compute sum of squares of differences between two lists of data points.
SumSquaredError[xy, f]⟹error
given xy points, compute the sum of squared differences between y and f[x].
SumSquaredError[xy,expression,params,variable]⟹error
takes a set of {x,y}, and a proposed fit and calculated the sum squared error of each datapoint fitted to the expression using the parameters.
Details
Input
Output