Week 11 (23-02-26 to 27-02-26)

Prepare

📖 Read the syllabus

📖 Read the support resources

Participate

🖥️Lecture 6 -Association between Two Variables

🖥️ Statistical Table - Statistical Table for probability estimations.

🖥️Lecture 5 - Statistical Inferences II

🖥️Lecture 4 - Statistical Inferences I

🖥️ Lecture 3 -Continuous Probability Distributions

🖥️ Lecture 2 - Discrete Probability Distributions

🖥️ Lecture 1 - Introduction to Probability

Practice

Practice

  1. You are a mechanical engineer working in the automotive industry, tasked with optimizing the performance of internal combustion engines. A key performance metric you are focusing on is the thermal efficiency of the engines, which is influenced by the compression ratio - a critical design parameter. To better understand this relationship and aid in the design of more efficient engines, you collected data from various engine models. The data includes the compression ratio of the engines and their corresponding thermal efficiency percentages, as shown below:

    Compression Ratio : 8.5, 9.6, 10.1, 11.2, 12.1, 13

    Thermal Efficiency(%) : 31, 35, 42, 45, 56, 55

    1. Create a scatter plot of the data points, with the compression ratio on the x-axis and thermal efficiency on the y-axis.
    2. Determine the equation of the least squares regression line for predicting thermal efficiency based on the compression ratio. Explain the meaning of the slope and intercept coefficients in the context of the problem.
    3. Use the regression line equation to predict the thermal efficiency for an engine with a compression ratio of 10.5.
    4. Calculate the correlation (r) between compression ratio and thermal efficiency. Interpret the correlation value.
    5. Conduct a hypothesis test at a 95% confidence level to determine whether the regression line is statistically significant. State the hypotheses, test statistic, and conclusion.( Hint: Standard error (Se)= 2.8521)
    6. Discuss any assumptions or limitations of the linear regression model in this context.
  2. A study was done to study the effect of ambient temperature x on the electric power consumed by a chemical plant y, other factors were held constant and the data were collected from an experimental pilot plant.

    Y (BTU) 250 285 320 295 265 298 267 321
    X (°F) 27 45 72 58 31 60 31 74
    1. Compute and interpret the sample correlation coefficient.
    2. Determine the equation of the least squares regression line for predicting power consumption on ambient temperature.
    3. Predict power consumption for an ambient temperature of 65°F.
    4. Calculate the coefficient of determination (R-squared) for the regression line and interpret its meaning.
    5. Test the significance of the correlation coefficient (use \(\alpha\) = 0.05).
    6. Determine 95% confidence interval for the slope \(\beta_1\).
    7. Obtain 95% prediction interval for predicting a single response y for a specific value x = 50.
    8. Obtain 95% confidence interval for the mean response at x=50.

Back to course schedule