Question
In a simple linear regression model, Y = a + bX + e, the
coefficient 'b' represents:Solution
- In the regression equation Y = a + bX + e:
- 'a' is the intercept -- the expected value of Y when X is 0  (option a describes 'a').
- 'b' is the slope coefficient . It quantifies the marginal effect: for a one-unit increase in the independent variable X, the dependent variable Y is expected to change by 'b' units, on average, ceteris paribus (all else held constant) .
- 'e' is the error term (option c).
Standard deviation and correlation are measures of dispersion and association, not regression coefficients (options d & e).
Dynamic Programming is preferred over recursion when:
What is the primary purpose of normalization in database design?
Which data structure is typically used to implement Breadth-First Search (BFS)?
Which of the following is true for Dijkstra’s algorithm?
Which component of a network ensures that data is delivered to the correct host in a multi-host environment?
Which of the following is true for a min-heap?
What is the worst-case time complexity of Bubble Sort?
Which algorithm is best suited to find the shortest path in a graph with negative edge weights but no negative cycles?
Which type of firewall operates at the application layer of the OSI model and inspects incoming and outgoing data packets?
What is the primary role of a hypervisor in a virtual machine (VM) environment?