Question:medium

Given (x1, y1), (x2, y2), ..., (xn, yn), the best fitting data to y=f(x) by least squares requires minimization of:

Show Hint

Remember that the least squares method focuses on minimizing squared differences for better performance.
Updated On: Feb 11, 2026
  • Σ[yi - f(xi)]
  • Σ|yi - f(xi)|
  • Σ[yi - f(xi)]²
  • Σ[yi]²=Σyi/n
Show Solution

The Correct Option is C

Solution and Explanation

The least squares method minimizes the sum of squared differences between actual values yi and predicted values f(xi): ∑[yi − f(xi)]². This method heavily penalizes larger deviations and is widely applied in regression and optimization problems.
Was this answer helpful?
0


Questions Asked in CUET (PG) exam