SlideShare a Scribd company logo
1 of 36
zekeLabs
Statistics for Data Science
“Goal - Become a Data Scientist”
“A Dream becomes a Goal when action is taken towards its achievement” - Bo Bennett
“The Plan”
“A Goal without a Plan is just a wish”
● Introduction to Statistics
● Importance of Statistics
● Understanding Variables Types
● Descriptive vs Inferential Statistics
Overview of
Statistics
Introduction to Statistics
● Science of learning from data.
● Methodical data collection.
● Employ correct data analysis.
● Presenting analysis effectively.
● Opposite to statistics is “Anecdotal Evidence”.
Importance
● Avoid getting biased samples
● Prevent overgeneralization
● Wrong causality
● Incorrect Analysis
● Applied to any domain
Variables
● Explanatory (predictor or independent)
● Response (outcome or dependent)
● A variable can serve as independent in one
study and dependent in another
Data Types of Variables - Quantitative
versus Qualitative
● Quantitative - Numerical data. Eg. weight, temperature, number_project
● Qualitative - Non-numerical data. Eg. dept, salary
Types of Quantitative Variables
● Continues - any numeric value. Eg. Sqft
● Discrete - count of the presence of a characteristic, result, item, or activity.
Eg. Floor
Qualitative Data: Categorical, Binary, and
Ordinal
● Categorical or Nominal. Eg - dept ( sales, RD etc. )
● Binary. Eg. Left ( 1 or 0 )
● Ordinal. Eg. salary ( low, medium, high )
Choosing Statistical Analysis based on data
type
Types of Statistical Analysis
● Descriptive Statistics - Describes data.
○ Common Tools - Central tendency, Data distribution, skewness
● Inferential Statistics - Draw conclusions from the sample & generalize for
entire population
○ Common Tools - Hypothesis Testing, Confidence Intervals, Regression Analysis
● Measure of Central Tendency
● Measure of Variability
● Visualizing Data
Summarizing Data
Measure of Central Tendency
● Mean - Average of data, suited for continuous data with no outliers
● Median - Middle value of ordered data, suited for continuous data with
outliers
● Mode - Most occuring data, suited for categorical data ( both nominal and
ordinal )
Measure of Variance
● Range
● Interquartile Range
● Variance
● Standard Deviation
Visualizing Continuous Data
● Histogram
● ScatterPlot
Visualizing Continuous Data - 2
● Box-Plot
Visualizing Discrete Data
● Histogram
● Pie
● Basics of Probability
● Conditional Probability
● Discrete Probability Function
● Continuous Probability Function
● Central Limit Theorem
Probability
Distribution
Probability of Single Event
Probability of Two Independent Events
P(A AND B) = P(A) * P(B)
Probability of heads on tossing of two coins P(A) * P(B) = ½ * ½ = ¼
P(A OR B) = P(A) + P(B) - P(A AND B)
Probability of head in 1st flip or probability of head in 2nd flip or both
½ + ½ - ¼ = ¾
Conditional Probability
Probability of an event given the other event has occurred.
P(B|A) - Probability of event B given A has happened
P(A AND B) = P(A) * P(B|A)
Probability of drawing 2 aces = P(drawing one ace from deck) * P(drawing one
ace given already one ace is pulled out)
Probability of drawing 2 aces = 4/52 * 3/51
Probability distribution
● A function describing the likelihood of obtaining possible values that a
random variable can assume.
● Consider salary of employee data, we can create distribution of salary.
● Such distribution is useful to know which outcome is more likely.
● Sum of probability of all outcomes is 1, so every outcome has likelihood
between 0 & 1
● PDF are divided into two types based on data - Discrete and Continues
Discrete Probability Distribution Function
● Probability mass functions for discrete data
● Binomial Distribution for Binary Data (Yes/No)
● Poisson Distribution for count data (No. of cars per family)
● Uniform Distribution for Data with equal probability (Rolling dice)
Binomial Distribution
Poisson Distribution
Uniform Distribution
Probability distribution for continuous data
● Probability mass function for continuous data
● Central tendency, variation & skewness important parameters
● Normal Probability Distribution or Gaussian Distribution or Bell curve
● Lognormal Probability Distribution
Normal Distribution
● A probability function that
describes how the values of a
variable are distributed.
● Symmetric distribution
● Mean = 69, Std = 2.8
● Notation Alert, mu & sigma term
used for entire population
Height Distribution
Normal Distribution - 2
● Empirical Rule of Normal Distribution : 68 - 95 - 99
● Standard Normal Distribution : Mean = 0, Std = 1.0
● Z-scores is a great way to understand where a specific observation fall wrt
entire population. It is basically number of std far from mean.
Lognormal Distribution
● Introduction
● Central Tendency
● Data Distribution
● Skewness
● Correlation
Descriptive
Statistics
Lognormal Distribution
● Introduction
● Hypothesis Testing
● Confidence Intervals
● Regression Analysis
Inferential
Statistics
● Chi-square Test of Independence
● Correlation and Linear Regression
● Analysis of Variance or ANOVA
Relationships
between Variables
Thank You !!!
Visit : www.zekeLabs.com for more details
Let us know how can we help your organization to Upskill the employees to
stay updated in the ever-evolving IT Industry.
www.zekeLabs.com | +91-8095465880 | info@zekeLabs.com

More Related Content

What's hot

Linear Regression Analysis | Linear Regression in Python | Machine Learning A...
Linear Regression Analysis | Linear Regression in Python | Machine Learning A...Linear Regression Analysis | Linear Regression in Python | Machine Learning A...
Linear Regression Analysis | Linear Regression in Python | Machine Learning A...
Simplilearn
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
saba khan
 
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Simplilearn
 

What's hot (20)

Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
 
Introduction to Data Visualization
Introduction to Data VisualizationIntroduction to Data Visualization
Introduction to Data Visualization
 
Introduction to Data Science.pptx
Introduction to Data Science.pptxIntroduction to Data Science.pptx
Introduction to Data Science.pptx
 
The Basics of Statistics for Data Science By Statisticians
The Basics of Statistics for Data Science By StatisticiansThe Basics of Statistics for Data Science By Statisticians
The Basics of Statistics for Data Science By Statisticians
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Exploratory data analysis
Exploratory data analysis Exploratory data analysis
Exploratory data analysis
 
Data Visualization in Data Science
Data Visualization in Data ScienceData Visualization in Data Science
Data Visualization in Data Science
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Linear Regression Analysis | Linear Regression in Python | Machine Learning A...
Linear Regression Analysis | Linear Regression in Python | Machine Learning A...Linear Regression Analysis | Linear Regression in Python | Machine Learning A...
Linear Regression Analysis | Linear Regression in Python | Machine Learning A...
 
introduction to data science
introduction to data scienceintroduction to data science
introduction to data science
 
Data Science - Part XII - Ridge Regression, LASSO, and Elastic Nets
Data Science - Part XII - Ridge Regression, LASSO, and Elastic NetsData Science - Part XII - Ridge Regression, LASSO, and Elastic Nets
Data Science - Part XII - Ridge Regression, LASSO, and Elastic Nets
 
Introduction to data analytics
Introduction to data analyticsIntroduction to data analytics
Introduction to data analytics
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
 
Data visualisation & analytics with Tableau
Data visualisation & analytics with Tableau Data visualisation & analytics with Tableau
Data visualisation & analytics with Tableau
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
Logistic Regression | Logistic Regression In Python | Machine Learning Algori...
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
 
ML - Simple Linear Regression
ML - Simple Linear RegressionML - Simple Linear Regression
ML - Simple Linear Regression
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 

Similar to Statistics for data science

Similar to Statistics for data science (20)

Introduction to Statistics53004300.ppt
Introduction to Statistics53004300.pptIntroduction to Statistics53004300.ppt
Introduction to Statistics53004300.ppt
 
Data in science
Data in science Data in science
Data in science
 
Basic for DoE ruchir
Basic for DoE ruchirBasic for DoE ruchir
Basic for DoE ruchir
 
Statistics in research by dr. sudhir sahu
Statistics in research by dr. sudhir sahuStatistics in research by dr. sudhir sahu
Statistics in research by dr. sudhir sahu
 
Basic statistics 1
Basic statistics  1Basic statistics  1
Basic statistics 1
 
Basics of statistics
Basics of statisticsBasics of statistics
Basics of statistics
 
statistics introduction
 statistics introduction statistics introduction
statistics introduction
 
Basic stat analysis using excel
Basic stat analysis using excelBasic stat analysis using excel
Basic stat analysis using excel
 
POINT_INTERVAL_estimates.ppt
POINT_INTERVAL_estimates.pptPOINT_INTERVAL_estimates.ppt
POINT_INTERVAL_estimates.ppt
 
Review of Chapters 1-5.ppt
Review of Chapters 1-5.pptReview of Chapters 1-5.ppt
Review of Chapters 1-5.ppt
 
Statistical Analysis and Hypothesis Tesing
Statistical Analysis and Hypothesis TesingStatistical Analysis and Hypothesis Tesing
Statistical Analysis and Hypothesis Tesing
 
Data Science & AI Road Map by Python & Computer science tutor in Malaysia
Data Science  & AI Road Map by Python & Computer science tutor in MalaysiaData Science  & AI Road Map by Python & Computer science tutor in Malaysia
Data Science & AI Road Map by Python & Computer science tutor in Malaysia
 
Chapter34
Chapter34Chapter34
Chapter34
 
Statistical Methods in Research
Statistical Methods in ResearchStatistical Methods in Research
Statistical Methods in Research
 
Machine learning
Machine learningMachine learning
Machine learning
 
EDA and Preprocessing in Tabular and Text data .pptx
EDA and Preprocessing in Tabular and Text data .pptxEDA and Preprocessing in Tabular and Text data .pptx
EDA and Preprocessing in Tabular and Text data .pptx
 
Quant Data Analysis
Quant Data AnalysisQuant Data Analysis
Quant Data Analysis
 
Descriptive Analysis.pptx
Descriptive Analysis.pptxDescriptive Analysis.pptx
Descriptive Analysis.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 

More from zekeLabs Technologies

More from zekeLabs Technologies (20)

Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...
Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...
Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...
 
Design Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabs
Design Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabsDesign Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabs
Design Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabs
 
[Webinar] Following the Agile Footprint - zekeLabs
[Webinar] Following the Agile Footprint - zekeLabs[Webinar] Following the Agile Footprint - zekeLabs
[Webinar] Following the Agile Footprint - zekeLabs
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabs
 
A curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & KubernetesA curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & Kubernetes
 
Docker - A curtain raiser to the Container world
Docker - A curtain raiser to the Container worldDocker - A curtain raiser to the Container world
Docker - A curtain raiser to the Container world
 
Serverless and cloud computing
Serverless and cloud computingServerless and cloud computing
Serverless and cloud computing
 
SQL
SQLSQL
SQL
 
02 terraform core concepts
02 terraform core concepts02 terraform core concepts
02 terraform core concepts
 
08 Terraform: Provisioners
08 Terraform: Provisioners08 Terraform: Provisioners
08 Terraform: Provisioners
 
Outlier detection handling
Outlier detection handlingOutlier detection handling
Outlier detection handling
 
Nearest neighbors
Nearest neighborsNearest neighbors
Nearest neighbors
 
Naive bayes
Naive bayesNaive bayes
Naive bayes
 
Master guide to become a data scientist
Master guide to become a data scientist Master guide to become a data scientist
Master guide to become a data scientist
 
Linear regression
Linear regressionLinear regression
Linear regression
 
Linear models of classification
Linear models of classificationLinear models of classification
Linear models of classification
 
Grid search, pipeline, featureunion
Grid search, pipeline, featureunionGrid search, pipeline, featureunion
Grid search, pipeline, featureunion
 
Feature selection
Feature selectionFeature selection
Feature selection
 
Essential NumPy
Essential NumPyEssential NumPy
Essential NumPy
 
Ensemble methods
Ensemble methods Ensemble methods
Ensemble methods
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 

Statistics for data science

  • 2. “Goal - Become a Data Scientist” “A Dream becomes a Goal when action is taken towards its achievement” - Bo Bennett “The Plan” “A Goal without a Plan is just a wish”
  • 3. ● Introduction to Statistics ● Importance of Statistics ● Understanding Variables Types ● Descriptive vs Inferential Statistics Overview of Statistics
  • 4. Introduction to Statistics ● Science of learning from data. ● Methodical data collection. ● Employ correct data analysis. ● Presenting analysis effectively. ● Opposite to statistics is “Anecdotal Evidence”.
  • 5. Importance ● Avoid getting biased samples ● Prevent overgeneralization ● Wrong causality ● Incorrect Analysis ● Applied to any domain
  • 6. Variables ● Explanatory (predictor or independent) ● Response (outcome or dependent) ● A variable can serve as independent in one study and dependent in another
  • 7. Data Types of Variables - Quantitative versus Qualitative ● Quantitative - Numerical data. Eg. weight, temperature, number_project ● Qualitative - Non-numerical data. Eg. dept, salary
  • 8. Types of Quantitative Variables ● Continues - any numeric value. Eg. Sqft ● Discrete - count of the presence of a characteristic, result, item, or activity. Eg. Floor
  • 9. Qualitative Data: Categorical, Binary, and Ordinal ● Categorical or Nominal. Eg - dept ( sales, RD etc. ) ● Binary. Eg. Left ( 1 or 0 ) ● Ordinal. Eg. salary ( low, medium, high )
  • 10. Choosing Statistical Analysis based on data type
  • 11. Types of Statistical Analysis ● Descriptive Statistics - Describes data. ○ Common Tools - Central tendency, Data distribution, skewness ● Inferential Statistics - Draw conclusions from the sample & generalize for entire population ○ Common Tools - Hypothesis Testing, Confidence Intervals, Regression Analysis
  • 12. ● Measure of Central Tendency ● Measure of Variability ● Visualizing Data Summarizing Data
  • 13. Measure of Central Tendency ● Mean - Average of data, suited for continuous data with no outliers ● Median - Middle value of ordered data, suited for continuous data with outliers ● Mode - Most occuring data, suited for categorical data ( both nominal and ordinal )
  • 14. Measure of Variance ● Range ● Interquartile Range ● Variance ● Standard Deviation
  • 15. Visualizing Continuous Data ● Histogram ● ScatterPlot
  • 16. Visualizing Continuous Data - 2 ● Box-Plot
  • 17. Visualizing Discrete Data ● Histogram ● Pie
  • 18. ● Basics of Probability ● Conditional Probability ● Discrete Probability Function ● Continuous Probability Function ● Central Limit Theorem Probability Distribution
  • 20. Probability of Two Independent Events P(A AND B) = P(A) * P(B) Probability of heads on tossing of two coins P(A) * P(B) = ½ * ½ = ¼ P(A OR B) = P(A) + P(B) - P(A AND B) Probability of head in 1st flip or probability of head in 2nd flip or both ½ + ½ - ¼ = ¾
  • 21. Conditional Probability Probability of an event given the other event has occurred. P(B|A) - Probability of event B given A has happened P(A AND B) = P(A) * P(B|A) Probability of drawing 2 aces = P(drawing one ace from deck) * P(drawing one ace given already one ace is pulled out) Probability of drawing 2 aces = 4/52 * 3/51
  • 22. Probability distribution ● A function describing the likelihood of obtaining possible values that a random variable can assume. ● Consider salary of employee data, we can create distribution of salary. ● Such distribution is useful to know which outcome is more likely. ● Sum of probability of all outcomes is 1, so every outcome has likelihood between 0 & 1 ● PDF are divided into two types based on data - Discrete and Continues
  • 23. Discrete Probability Distribution Function ● Probability mass functions for discrete data ● Binomial Distribution for Binary Data (Yes/No) ● Poisson Distribution for count data (No. of cars per family) ● Uniform Distribution for Data with equal probability (Rolling dice)
  • 27. Probability distribution for continuous data ● Probability mass function for continuous data ● Central tendency, variation & skewness important parameters ● Normal Probability Distribution or Gaussian Distribution or Bell curve ● Lognormal Probability Distribution
  • 28. Normal Distribution ● A probability function that describes how the values of a variable are distributed. ● Symmetric distribution ● Mean = 69, Std = 2.8 ● Notation Alert, mu & sigma term used for entire population Height Distribution
  • 29. Normal Distribution - 2 ● Empirical Rule of Normal Distribution : 68 - 95 - 99 ● Standard Normal Distribution : Mean = 0, Std = 1.0 ● Z-scores is a great way to understand where a specific observation fall wrt entire population. It is basically number of std far from mean.
  • 31. ● Introduction ● Central Tendency ● Data Distribution ● Skewness ● Correlation Descriptive Statistics
  • 33. ● Introduction ● Hypothesis Testing ● Confidence Intervals ● Regression Analysis Inferential Statistics
  • 34. ● Chi-square Test of Independence ● Correlation and Linear Regression ● Analysis of Variance or ANOVA Relationships between Variables
  • 36. Visit : www.zekeLabs.com for more details Let us know how can we help your organization to Upskill the employees to stay updated in the ever-evolving IT Industry. www.zekeLabs.com | +91-8095465880 | info@zekeLabs.com