Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

OLS Regression Results ============================================================================== Dep. Variable: mpg R-squared: 0.771 Model: OLS Adj. R-squared: 0.763 Method: Least Squares F-statistic: 94.40 Date: Mon, 27 Jul 2020 Prob

 OLS Regression Results ============================================================================== Dep. Variable: mpg R-squared: 0.771 Model: OLS Adj. R-squared: 0.763 Method: Least Squares F-statistic: 94.40 Date: Mon, 27 Jul 2020 Prob (F-statistic): 1.81e-10 Time: 23:39:24 Log-Likelihood: -74.109 No. Observations: 30 AIC: 152.2 Df Residuals: 28 BIC: 155.0 Df Model: 1 Covariance Type: nonrobust ============================================================================== coef std err t P>|t| [0.025 0.975] ------------------------------------------------------------------------------ Intercept 37.1150 1.829 20.294 0.000 33.369 40.861 wt -5.2941 0.545 -9.716 0.000 -6.410 -4.178 ============================================================================== Omnibus: 4.241 Durbin-Watson: 1.465 Prob(Omnibus): 0.120 Jarque-Bera (JB): 3.069 Skew: 0.775 Prob(JB): 0.216 Kurtosis: 3.232 Cond. No. 12.3 ============================================================================== 

Use the link in the Jupyter Notebook activity to access your Python script. Once you have made your calculations, The script will output answers to the questions given below. You must attach your Python script output as an HTML file and respond to the questions below.

apply the statistical concepts and techniques covered in this week's reading about correlation coefficient and simple linear regression. A car rental company wants to evaluate the premise that heavier cars are less fuel efficient than lighter cars. In other words, the company expects that fuel efficiency (miles per gallon) and weight of the car (often measured in thousands of pounds) are correlated. Performing this analysis will help the company optimize its business model and charge its customers appropriately.

work with a cars data set that includes two variables:

  • Miles per gallon (coded as mpg in the data set)
  • Weight of the car (coded as wt in the data set)

The random sample will be drawn from a CSV file. This data will be unique to you, and therefore your answers will be unique as well. Run Step 1 in the Python script to generate your unique sample data.

In your initial post, address the following items:

  1. You created a scatterplot of miles per gallon against weight; check to make sure it was included in your attachment. Does the graph show any trend? If yes, is the trend what you expected? Why or why not? See Step 2 in the Python script.
  2. What is the coefficient of correlation between miles per gallon and weight? What is the sign of the correlation coefficient? Does the coefficient of correlation indicate a strong correlation, weak correlation, or no correlation between the two variables? How do you know? See Step 3 in the Python script.
  3. Write the simple linear regression equation for miles per gallon as the response variable and weight as the predictor variable. How might the car rental company use this model? See Step 4 in the Python script.
  4. What is the slope coefficient? Is this coefficient significant at a 5% level of significance (alpha=0.05)? (Hint: Check the P-value,, for weight in the Python output.) See Step 4 in the Python script

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Calculus Early Transcendentals

Authors: James Stewart

8th edition

1285741552, 9781305482463 , 978-1285741550

More Books

Students also viewed these Mathematics questions