Question:medium

Consider the formula given below:
y ~ f(x, β)
where x is a vector of independent variables and y is the dependent variable.
Identify the type of regression from the following.

Show Hint

One predictor? Linear Regression. Multiple predictors? Multiple Linear Regression.
Updated On: Jan 14, 2026
  • Linear Regression
  • Non-Linear Regression
  • Correlation Regression
  • Multiple Linear Regression
Show Solution

The Correct Option is D

Solution and Explanation

In the formula \(y = f(x, \beta)\), the dependent variable \(y\) is determined by independent variables \(x\) via function \(f\) with parameters \(\beta\).
When \(f\) is linear in its parameters and incorporates multiple independent variables, the model is termed Multiple Linear Regression.
Multiple Linear Regression models a single continuous dependent variable against two or more independent variables.
Option (A) Linear Regression typically denotes the univariate case, with a single independent variable.
Option (B) Non-Linear Regression is applicable when the relationship is not linear with respect to the parameters.
Option (C) Correlation Regression is not a recognized term; correlation quantifies association strength and direction, not predictive capability.
Consequently, the accurate classification is Multiple Linear Regression.
Was this answer helpful?
0