Statistical Modeling Explained using Python
Comprehensive Course Description: Have you ever wanted to build a simple, easy and efficient Statistical Model for your business?
Course Introduction
Instructor
AI Sciences
Course Outline
Module Intoduction
Overview
Summary Statistics
Average Types
Mean
Median
Median Example
Mode
Case Study For Average
IQR
Variance
Standard Deviation
Averages in Python
Std Deviation and Variance in Python
IQR in Python
Module Introduction
Hypothesis Testing Overview
Terminologies in Hypothesis Testing
Null Hypothesis
Alternate Hypothesis
Test Statistics
P-Value
Critical Value
Level of Significance
Case Study 1
Case Study 2
Calculations for Python
Steps of Hypothesis Testing
Code Outcomes
Calculation of Z in Python
Norm Function
P Value Python
Module Introduction
Covariance and Correlation
Correlation
Regression
Correlation and Covariance in Python
Entering Input
Linear Regression Results
Module Overview
Motivation for Multiple Regression
Formula for MR
Preparing the Data
Multiple Regression in Python