BIO 500 Week 6 DQ 2: What Regression Minimises
A planning guide for BIO 500 Week 6 Discussion 2, which asks what relation is minimised between the observed y and the predicted output when a regression line fits a scatter plot. The answer is one phrase, so the post is graded on everything you build around it.
Editorial process
Last reviewed · August 10, 2026
Turning a one-sentence answer into a discussion post
The answer to the literal question is short: the fitted line minimises the sum of the squared residuals, where each residual is the observed value of y minus the value the line predicts for that same x. You should state that precisely in your opening sentence, using the word residual and the word squared, because both are load-bearing. But a one-sentence answer is not a discussion post, and since everyone on the board can produce that sentence, the grading falls entirely on what you do next. The productive move is to treat the question as asking why that particular quantity is the one being minimised, which turns a definition into an argument and gives you four or five paragraphs of real material. The prompt supports that reading, since it puts the word fit in quotation marks and so signals that fitting is the thing under examination rather than a step to be reported.
Start with what the residual measures, since the word predicted in the prompt is a clue. The line produces a fitted value for every x, and the residual is the vertical gap between the observation and that fitted value. Vertical is not an incidental detail. Regression treats x as known and asks how well y is predicted from it, so error is defined only in the y direction; the perpendicular distance from a point to the line, which many people picture, belongs to a different technique that treats both variables as measured with error. Saying this explicitly is one of the cheapest ways to demonstrate genuine understanding, because it addresses a mental image most students carry without examining. It also explains something that would otherwise look arbitrary, which is why swapping the roles of x and y produces a different line rather than the same one rearranged.
Then explain why the deviations are squared rather than simply added, and be careful to give both reasons rather than one. The first is that residuals are signed and, for a line fitted through the data, sum to zero, so minimising their plain total would be satisfied by any number of terrible lines. Some transformation that removes the sign is therefore required. The second is that squaring is a choice among the available transformations: it penalises a large miss disproportionately more than several small ones, and it produces a smooth criterion with a unique closed-form solution, which is why least squares was tractable long before computers. Absolute deviations would also remove the sign and give a different, perfectly respectable line. That method exists and is used when resistance to outliers matters more than closed-form convenience, so squaring is a trade rather than a truth.
The most valuable thing you can add is the caution that minimising this quantity does not mean the line is any good. Least squares always returns an answer. It will fit a straight line to a curve, to a cloud with no relationship at all, and to a dataset dominated by one extreme point, and in each case it returns the best straight line available while the straight line itself is the wrong model. This is why a fitted regression has to be followed by inspection: a residual plot that should show no pattern, an assessment of whether an outlier is dragging the slope, and a look back at the scatter plot the prompt itself mentions. The prompt puts the word fit in quotation marks, which invites exactly this observation. Anscombe's four datasets are the standard demonstration, since they share a regression line and summary statistics while looking nothing like one another on a scatter plot.
Be precise about the coefficient of determination if you mention it, since it is where good posts often slip. R squared is the proportion of variance in y accounted for by the model, and it is related directly to the quantity being minimised — it compares the residual sum of squares against the total sum of squares around the mean of y. What it is not is a test of whether a linear model is appropriate, and a high value can coexist with a badly curved residual pattern. Stating the relationship between R squared and the minimised sum is a genuinely on-topic contribution, since it shows the same quantity reappearing as a summary rather than introducing an unrelated statistic. It also keeps you inside the question, which asked about a minimised relation rather than about goodness of fit in general.
Finally, connect the criterion to what regression is for in a public health course, because the abstract answer benefits from one concrete anchor. When a fitted line is used to predict an outcome from an exposure or a biomarker, the residual sum of squares is what the estimate of prediction error is built from, and the standard error of the slope — which decides whether the relationship is distinguishable from noise — descends from the same quantity. So the thing being minimised is not merely a fitting rule; it is the raw material for every subsequent statement about how much the line can be trusted. One sentence of that kind stops the post reading as a definition recited and starts it reading as a method understood. It also gives your classmates something to reply to, which is the practical difference between a post that closes a topic and one that opens it.
Likely learning objectives
Inferred from the brief — check these against your own rubric.
- 01State the least-squares criterion precisely, using the terms residual and squared
- 02Explain why residuals are measured vertically rather than perpendicular to the line
- 03Justify squaring on two grounds: removing sign, and the properties of the resulting criterion
- 04Recognise that a minimised criterion does not establish that a linear model is appropriate
The BIO 500 Week 6 Discussion 2 prompt in full
Review every instruction before using the planning guidance that follows.
What this discussion post has to contain
- 01A discussion-forum post naming the minimised quantity precisely in its opening sentence
- 02A definition of a residual as the vertical difference between observed and fitted values
- 03An explanation of why the vertical direction is the correct one for regression
- 04Two distinct reasons for squaring rather than summing signed deviations
- 05A caution that least squares always returns a line, with a named diagnostic such as a residual plot
- 06A correct statement of how R squared relates to the minimised sum, if it is mentioned
- 07Sources cited in APA 7th edition
From the residual to what the fitted line cannot tell you
State the criterion exactly
Give the sum of squared residuals as the minimised quantity, defining a residual as observed minus fitted at the same x.
Why vertical, and what that says about the model
Explain that x is treated as known and error is defined in y, distinguishing this from methods that minimise perpendicular distance.
Why squared: sign, and the shape of the criterion
Show that signed residuals sum to zero, then argue that squaring is a choice with consequences rather than the only option.
Minimised does not mean appropriate
Point out that least squares fits a line to anything, and name the checks that follow — residual plots, influence of outliers, returning to the scatter plot.
What the minimised sum is subsequently used for
Close by linking the residual sum of squares to R squared and to the standard error of the slope, then to a public health prediction.
Checking the definitions that sound familiar
Recommended databases
- Your course textbook's regression chapter, for the least-squares criterion and its notation
- Statistics LibreTexts, for worked treatments of residuals and the coefficient of determination
- Course materials on residual diagnostics, for what to inspect after fitting
- PubMed, for a published regression in a health context you can point at
- The GCU library databases, for a paper reporting a slope with its standard error
Search sequence
- 1.Find the criterion stated formally and copy the notation, since the precision of your first sentence is what the question directly asks for.
- 2.Search 'why least squares rather than least absolute deviations' to get the second justification for squaring, which most introductory treatments omit.
- 3.Look up 'residual plot interpretation' so your diagnostic paragraph names something specific rather than advising the reader to check the fit.
- 4.Check the definition of R squared against a source before writing it, since the proportion-of-variance wording is easy to garble.
- 5.Find one applied regression in a health setting, so the closing paragraph points at a real use rather than an abstract one.
Sources on least squares, residuals, and model checking
These are authoritative starting points, not a ready-made bibliography. A qualified reviewer must confirm that each source fits the assignment and supports the claim beside which it is cited.
Nothing here is cleared for citation until you have read it.
- 01
2.3: Measures of Variability
Statistics LibreTexts · 2023
Establishes sums of squares and variability, which is what the regression criterion partitions. Cite it when you relate the residual sum of squares to the total variation around the mean of y.
- 02
4.1: Random Variables
Statistics LibreTexts · 2023
Useful for setting up y as a random quantity and x as the value it is predicted from, which is the asymmetry that justifies measuring error vertically.
- 03
7: Sampling Distributions and the Central Limit Theorem
Statistics LibreTexts · 2023
Supplies the sampling-distribution reasoning behind the standard error of the slope, which is the link between the minimised sum and any claim that a relationship is real.
- 04
Prevalence
StatPearls, NCBI Bookshelf · 2023
A public health measure you can use as the outcome in your closing example, so the prediction paragraph refers to something a health department actually estimates.
Checking the post before you submit it
Common mistakes
- Saying the line minimises the distance between the points and the line, which omits both squaring and direction
- Picturing perpendicular distances, which belongs to a different method that treats x as measured with error
- Giving only one reason for squaring, usually that it removes negatives, without the criterion properties
- Implying that a fitted line demonstrates a linear relationship exists
- Describing R squared as a test of linearity rather than as a proportion of variance accounted for
- Stopping at the definition, when the one-sentence answer is available to every student on the board
Submission checklist
- Does the opening sentence contain both 'residual' and 'squared'?
- Is the vertical direction stated and justified?
- Are two reasons given for squaring rather than one?
- Is there a caution that the criterion can be minimised by a wrong model?
- Is a diagnostic named, such as a residual plot or outlier check?
- If R squared appears, is it described as a proportion of variance rather than a test?
- Are citations and references in APA 7th edition?
Use this guide to plan and review your own work. Follow your institution's rules and read our academic-integrity policy.

Written by
Aaron Bishop
MA, Education
assignment interpretation and research-methods coaching across disciplines
Aaron leads the EssayCrackers editorial desk. He works on how assignment briefs are read — what a rubric is actually asking for, and where students most often answer a different question than the one set.

Reviewed by
Dr. Nathan Cole
PhD, Rhetoric & Composition
Argumentation and thesis development
Nathan teaches first-year composition and directs a university writing center. He reviews EssayCrackers guides for argumentative soundness and citation accuracy.