Question:

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: Dec 29, 2024
  • Σ[yi - f(xi)]
  • Σ|yi - f(xi)|
  • Σ[yi - f(xi)]²
  • Σ[yi]²=Σyi/n
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

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

Questions Asked in CUET PG exam

View More Questions