Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
119ec32
Update README.md
tiantianjin Oct 27, 2016
eb62cf7
Tiantian's methodology and next week plan
tiantianjin Oct 27, 2016
e7ee212
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
ba2b959
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
4fba407
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
e66c9ad
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
98ab56f
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
4d91e28
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
302bfe1
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
7300e31
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
e6c4474
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
21d16f8
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
63d84c8
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
962a865
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
19ccf92
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
dbb9562
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
fa65a8c
Update (Tiantian's methodology and next week plan) README.md
tiantianjin Nov 1, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions (Tiantian's methodology and next week plan) README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Methodology
Upload your methodology description here

How should we deal with the strongly right skewed data?
- After discussion with professor we decided to delete all the cases with grade of zero, and cases with unreasonably extreme data
- Then we will change our research aim to find what and how features are correlated with students’ grades for online courses given they finished assignments.
- We have two options of methodology. We decided to compare two methodologies.
- Method 1: More traditional regression model with cross validation. Base on our visualization, the regression would be linear.
- Assumption for linear regression:
- Linear relationship
- Multivariate normality
- No or little multicollinearity
- No auto-correlation
- Homoscedasticity
- Method 2: Classification And Regression Tree (CART) analysis
-Assumption: there's no distributional assumption for data.
- Validation
- we'll use cross validation techinique.We'll generate a model for one class. And then we'll apply it to other classes and see whether it can also fit well.

Next week:
Clean the data, do the deletion
Study how to use R to produce Scatter Plots and Correlation Matrix

2 changes: 0 additions & 2 deletions README.md

This file was deleted.