unitinfoThis page provides helpful information about many coursework units offered by Computer Science and Software Engineering in 2023.The information here is not official - for official information please see the current UWA Handbook. Instead, it will help students to prepare for their future units, before the beginning of each semester, and before they have access to UWA's Learning Management System (LMS). |
Unit coordinator:
Dr John W. Lau
[email protected] Unit homepage:UWA's Learning Management System, https://handbooks.uwa.edu.au/unitdetails?code=stat2401
|
week 1 | Review: Random variables, Distributions, Normal distribution, (Student's) T distribution, two sample t test, and some matrix algebras. Introduction of the software package: R and data visualization |
week 2 | Simple Linear Regression I: Basic Introduction of simple linear regression. Estimation of regression coefficients. Use of the lm R command |
week 3 | Simple Linear Regression II: Test for significance of the regression coefficients and confidence intervals for the regression coefficients. Variability partitioning, decomposing the sum of squares, and test for the significance of regression. ANOVA table. Understand the lm R output |
week 4 | Simple Linear Regression III: Use of the R^2, correlation coefficient. Confidence interval for the regression line and prediction interval for a new observation |
week 5 | Multiple Linear Regression I: Modeling response variables using multiple predictors. Regression coefficient estimates. Use of the lm R command. Regression coefficient estimator via matrix notations |
week 6 | Multiple Linear Regression II: Inference for multiple linear regression model. Test for significance of partial regression coefficients. ANOVA table. Understand the lm R output. R^2 and Adjusted R^2. Confidence interval for the regression line and prediction interval for a new observation |
week 7 | ANOVA: Including only Categorical covariates in the regression model. Introduction of dummy variables. Connection to two sample t-test. One way ANOVA model |
week 8 | ANOVA & ANCOVA: Design of experiment. Two way ANOVA additive model and Full Two way ANOVA with interaction terms. ANCOVA: Including both Categorical and numeric covariates in the regression model |
week 9 | Polynomial regression: Basic idea of polynomial regression. Coefficient estimation. Application. Prediction and overfitting |
week 10 | Model Diagnostics I: Model Assumptions: normality, constant variance, independence assumptions. Accessing residual plots, normal probability plots. Outlier and high leverage detection. Cook's distance |
week 11 | Model Diagnostics II: Multicollinearity, idea of variable selection. Transformation the data |
week 12 | Variable Selection: Forward/Backward model selection. Use of criteria: Akaike information criterion (AIC), Bayesian information criterion (BIC), and adjusted R^2, F-statistic/p-value |