Data Analysis and Modeling Answers
Data Analysis and Modeling Answers
3. Explain how simple linear regression model used in mathematical model with
sampling? Give its differences.
Simple linear regression predicts the relationship between two variables: an
independent (X) and a dependent variable (Y).
Formula: Y = a + bX + e
Used in mathematical modeling to estimate trends and make forecasts.
With sampling: Data samples are used to train the model rather than the full
population.
Differences:
- Modeling deals with creating equations for prediction.
- Sampling is about selecting data points.
- Regression uses sampling to generalize predictions for the population.