Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Multiple Regression Analysis with Python

Learn multiple regression analysis main concepts from basic to expert level through a practical course with Python.
3.8
3.8/5
(34 reviews)
296 students
Created by

8.0

Classbaze Grade®

6.8

Freshness

7.3

Popularity

9.4

Material

Learn multiple regression analysis main concepts from basic to expert level through a practical course with Python.
Platform: Udemy
Video: 4h 19m
Language: English
Next start: On Demand

Best Python classes:

Classbaze Rating

Classbaze Grade®

8.0 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

6.8 / 10
This course was last updated on 9/2019.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

7.3 / 10
We analyzed factors such as the rating (3.8/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.4 / 10
Video Score: 8.2 / 10
The course includes 4h 19m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 7 hours 31 minutes of 1,582 Python courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

7 articles.
10 resources.
0 exercise.
0 test.

In this page

About the course

Full Course Content Last Update 09/2019
Learn multiple regression analysis through a practical course with Python programming language using stocks, rates, prices and macroeconomic historical data. It explores main concepts from basic to expert level which can help you achieve better grades, develop your academic career, apply your knowledge at work or do your business forecasting research. All of this while exploring the wisdom of best academics and practitioners in the field.
Become a Multiple Regression Analysis Expert in this Practical Course with Python
•Define stocks dependent or explained variable and calculate its mean, standard deviation, skewness and kurtosis descriptive statistics.
•Outline rates, prices and macroeconomic independent or explanatory variables and calculate their descriptive statistics.
•Analyze multiple regression statistics output through coefficient of determination or R square and adjusted R square metrics.
•Examine multiple regression analysis of variance through regression, residuals and total degrees of freedom, sum of squares, mean square error, regression F statistic and regression p-value.
•Review multiple regression coefficients through their values, standard errors, t statistics and regression coefficients p-values.
•Evaluate regression correct specification through individual coefficients statistical significance and correct it through backward elimination stepwise regression.
•Assess regression no linear dependency through multicollinearity test and correct it through correct specification re-evaluation.
•Appraise regression correct functional form through Ramsey-RESET test and correct it through non-linear quadratic, logarithmic or reciprocal variables transformations.
•Evaluate residuals no autocorrelation through Breusch-Godfrey test and correct it by adding lagged dependent variable data as independent variables to original regression.
•Assess residuals homoscedasticity through White, Breusch-Pagan tests and correct it through heteroscedasticity consistent standard errors estimation.
•Appraise residuals normality through Jarque-Bera test.
•Evaluate regression forecasting accuracy by comparing it with random walk and arithmetic mean benchmarks through mean absolute error, mean square error and root mean square error metrics.
Become a Multiple Regression Analysis Expert and Put Your Knowledge in Practice
Learning multiple regression analysis is indispensable for business data science applications in areas such as consumer analytics, finance, banking, health care, science, e-commerce and social media. It is also essential for academic careers in data science, applied statistics, economics, econometrics or quantitative finance. And it is necessary for any business forecasting research.
But as learning curve can become steep as complexity grows, this course helps by leading you through step by step using stocks, rates, prices and macroeconomic historical data for multiple regression analysis to achieve greater effectiveness.
Content and Overview
This practical course contains 36 lectures and 4 hours of content. It’s designed for all multiple regression analysis knowledge levels and a basic understanding of Python programming language is useful but not required.
At first, you’ll learn how to read stocks, rates, prices and macroeconomic historical data to perform multiple regression analysis operations by installing related packages and running code on Python PyCharm IDE.
Then, you’ll define stocks dependent or explained variable. Next, you’ll define independent or explanatory variables through their rates, prices and macroeconomic areas. After that, you’ll calculate dependent and independent variables mean, standard deviation, skewness and kurtosis descriptive statistics. Later, you’ll compute independent variables transformations.
Next, you’ll analyze multiple regression statistics analysis through coefficient of determination or R square and adjusted R square metrics. Then, you’ll analyze multiple regression analysis of variance or ANOVA through regression, residuals and total degrees of freedom, sum of squares, mean square error, regression F statistic and regression p-value. Later, you’ll analyze multiple regression coefficient analysis through regression coefficients values, standard errors, t statistics and regression coefficients p-values.
After that, you’ll evaluate multiple regression correct specification through coefficients individual statistical significance and correct it through backward elimination stepwise regression. Then, you’ll evaluate multiple regression independent variables no linear dependence through multicollinearity test and correct it through correct specification re-evaluation. Next, you’ll evaluate multiple regression correct functional form through Ramsey-RESET linearity test and correct it through non-linear quadratic, logarithmic and reciprocal transformations of variables. Later, you’ll evaluate multiple regression residuals no autocorrelation through Breusch-Godfrey test and correct it by including lagged dependent variable data as independent variables in original regression. After that, you’ll evaluate multiple regression residuals homoscedasticity through White, Breusch-Pagan tests and correct it through heteroscedasticity consistent standard errors estimation. Then, you’ll evaluate multiple regression residuals normality through Jarque-Bera test.
Later, you’ll evaluate multiple regression forecasting accuracy by dividing data into training and testing ranges. After that, you’ll use training range for fitting best model by going through steps described in previous sections. Then, you’ll use best fitting model coefficient values to forecast through testing range. Finally, you’ll evaluate testing range forecasted values accuracy by comparing it with random walk and arithmetic mean benchmarks through mean absolute error, mean square error and root mean square error metrics.

What can you learn from this course?

✓ Define stocks dependent or explained variable and calculate its mean, standard deviation, skewness and kurtosis descriptive statistics.
✓ Outline rates, prices and macroeconomic independent or explanatory variables and calculate their descriptive statistics.
✓ Analyze multiple regression statistics output through coefficient of determination or R square and adjusted R square metrics.
✓ Examine multiple regression analysis of variance through regression, residuals and total degrees of freedom, sum of squares, mean square error, regression F statistic and regression p-value.
✓ Review multiple regression coefficients through their values, standard errors, t statistics and regression coefficients p-values.
✓ Evaluate regression correct specification through individual coefficients statistical significance and correct it through backward elimination stepwise regression.
✓ Assess regression no linear dependency through multicollinearity test and correct it through correct specification re-evaluation.
✓ Appraise regression correct functional form through Ramsey-RESET test and correct it through non-linear quadratic, logarithmic or reciprocal variables transformations.
✓ Evaluate residuals no autocorrelation through Breusch-Godfrey test and correct it by adding lagged dependent variable data as independent variables to original regression.
✓ Assess residuals homoscedasticity through White, Breusch-Pagan tests and correct it through heteroscedasticity consistent standard errors estimation.
✓ Appraise residuals normality through Jarque-Bera test.
✓ Evaluate regression forecasting accuracy by comparing it with random walk and arithmetic mean benchmarks through mean absolute error, mean square error and root mean square error metrics.

What you need to start the course?

• Python programming language is required. Downloading instructions included.
• Python Distribution (PD) and Integrated Development Environment (IDE) are recommended. Downloading instructions included.
• Practical example data and Python code files provided with the course.
• Prior basic Python programming language knowledge is useful but not required.

Who is this course is made for?

• Undergraduates or postgraduates at any knowledge level who want to learn about multiple regression analysis using Python programming language.
• Academic researchers who wish to deepen their knowledge in data science, applied statistics, economics, econometrics or quantitative finance.
• Business data scientists who desire to apply this knowledge in areas such as consumer analytics, finance, banking, health care, e-commerce or social media.

Are there coupons or discounts for Multiple Regression Analysis with Python ? What is the current price?

The course costs $14.99. And currently there is a 40% discount on the original price of the course, which was $24.99. So you save $10 if you enroll the course now.
The average price is $20.1 of 1,582 Python courses. So this course is 25% cheaper than the average Python course on Udemy.

Will I be refunded if I'm not satisfied with the Multiple Regression Analysis with Python course?

YES, Multiple Regression Analysis with Python has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Multiple Regression Analysis with Python course, but there is a $10 discount from the original price ($24.99). So the current price is just $14.99.

Who will teach this course? Can I trust Diego Fernandez?

Diego Fernandez has created 36 courses that got 2,503 reviews which are generally positive. Diego Fernandez has taught 12,925 students and received a 3.7 average review out of 2,503 reviews. Depending on the information available, we think that Diego Fernandez is an instructor that you can trust.
Exfinsis
Browse all courses by on Classbaze.

8.0

Classbaze Grade®

6.8

Freshness

7.3

Popularity

9.4

Material

Platform: Udemy
Video: 4h 19m
Language: English
Next start: On Demand

Classbaze recommendations for you