For working professionals
Domains
Doctorate
AI & ML
MBA
Data Science
Marketing
Management
Education
Law
Doctorate
For All Domains
Swiss School of Business and Management
Executive Doctor of Business Administration from SSBMEdgewood University
Doctorate in Business Administration by Edgewood UniversityGolden Gate University
Doctor of Business Administration From Golden Gate UniversityRushford Business School
Doctor of Business Administration from Rushford Business School, SwitzerlandGolden Gate University
MBA to DBA PathwayLeadership / AI
Golden Gate University
DBA in Emerging Technologies with Concentration in Generative AIGolden Gate University
DBA in Digital Leadership from Golden Gate University, San FranciscoAI & ML
Degree / Exec. PG
IIIT Bangalore
Executive Diploma in Machine Learning and AIOPJ Global University
Master’s Degree in Artificial Intelligence and Data ScienceLiverpool John Moores University
Master of Science in Machine Learning & AIGolden Gate University
DBA in Emerging Technologies with Concentration in Generative AIExecutive Certificate
IIIT Bangalore
Executive Programme in Generative AI for LeadersupGrad | Microsoft
Gen AI Foundations Certificate Program from MicrosoftupGrad | Microsoft
Gen AI Mastery Certificate for Data AnalysisupGrad | Microsoft
Gen AI Mastery Certificate for Software DevelopmentupGrad | Microsoft
Gen AI Mastery Certificate for Managerial ExcellenceOffline Bootcamps
upGrad
Data Science and AI-MLMasters
Paris School of Business
Master’s in Business Management and TechnologyO.P.Jindal Global University
MBA (with Career Acceleration Program by upGrad)Edgewood University
MBA from Edgewood UniversityO.P.Jindal Global University
MBA from O.P.Jindal Global UniversityGolden Gate University
MBA to DBA PathwayExecutive Certificate
IMT, Ghaziabad
Advanced General Management ProgramData Science
Degree / Exec. PG
O.P Jindal Global University
Master’s Degree in Artificial Intelligence and Data ScienceIIIT Bangalore
Executive Diploma in Data Science & AILiverpool John Moores University
Master of Science in Data ScienceExecutive Certificate
upGrad | Microsoft
Gen AI Foundations Certificate Program from MicrosoftupGrad | Microsoft
Gen AI Mastery Certificate for Data AnalysisupGrad | Microsoft
Gen AI Mastery Certificate for Software DevelopmentupGrad | Microsoft
Gen AI Mastery Certificate for Managerial ExcellenceupGrad | Microsoft
Gen AI Mastery Certificate for Content CreationOffline Bootcamps
upGrad
Full Stack DevelopmentMarketing
Executive Certificate
upGrad | Microsoft
Gen AI Foundations Certificate Program from MicrosoftupGrad | Microsoft
Gen AI Mastery Certificate for Content CreationupGrad's Certifications
upGrad Campus
Advanced Certificate in Performance MarketingOffline Bootcamps
upGrad
Digital MarketingManagement
Degree
O.P Jindal Global University
MSc in International Accounting & Finance (ACCA integrated)Paris School of Business
Master’s in Business Management and TechnologyExecutive Certificate
Education
Education
Northeastern University
Master of Education (M.Ed.) from Northeastern UniversityEdgewood University
Doctor of Education (Ed.D.)Edgewood University
Master of Education (M.Ed.) from Edgewood UniversityDegree
Jindal Global University
LLM in Corporate & Financial LawJindal Global University
LLM in Intellectual Property & Technology LawJindal Global University
LLM in AI and Emerging TechnologiesJindal Global Law School
LLM in Dispute ResolutionFor fresh graduates
Domains
Software & Tech
Data Science
Management
Marketing
Software & Tech
Executive Certificate
International Institute of Information Technology, Bangalore
Executive Post Graduate Programme in Software Dev. - Full StackupGrad | Microsoft
The U & AI GenAI Certificate Program from MicrosoftData Science
Bootcamp
Offline Bootcamps
upGrad
Full Stack DevelopmentManagement
Marketing
Bootcamp
upGrad Campus
Advanced Certificate in Performance MarketingOffline Bootcamps
upGrad
Digital MarketingMore
RESOURCES
Cutting-edge insights on education
Live sessions with industry experts
Master skills with expert guidance
Resources for learning and growth
COMPANY
Your path to educational impact
Top talent, ready to excel
Skill. Shape. Scale.
Hands-on learning, near you
Immersive learning hubs
Our vision for education
OTHERS
Share knowledge, get rewarded
Hypothesis testing is one of the most pivotal concepts in statistics with many real-life applications. Get Hypothesis Testing Programs from the World’s Top Universities
Hypothesis testing is one of the most pivotal concepts in statistics with many real-life applications. It is used by researchers all over the world to test new theories before implementing them. It helps different companies set a baseline quality of their product and decide on improvements.
There are a lot of different parts of testing a hypothesis, from creating a statistical statement to calculations. Nowadays, most of the work in this field is done using software like python, Minitab, SQL, or R.
Apart from using software, testing problems can also be solved by hand, though the process would be time-consuming and tedious.
Simply put, hypothesis testing is a process of examination of claims made against a process with the help of observed data. The process can be anything and is not related to only statistical problems.
Consider a set of random variables X1,X2, X3, ..., XN.
Let F denote the distribution function of the set of random variables.
Note that F is chosen to keep with the experiment’s model belonging to a family of distributions .
Now, the above problem would fall under the umbrella of hypothesis testing if a suggestion of the form
H0 : F 0
is encountered, where 0 is a specified proper subset of .
A statistical hypothesis is a statement used to examine the validity of claims made about the distributions of a set of random variables. The examination process is performed based on a set of observations on the random variable.
The process of examination of the above claims is known as hypothesis testing.
Definition:
If a hypothesis H0 (taken together with the model) specifies the joint distribution of X1,X2, X3, ..., Xn completely, then it is known as a simple hypothesis.
If H0 does not specify the joint distribution completely, it is said to be a composite hypothesis.
A problem of hypothesis testing falls under a parametric setup if it is assumed that the distribution function F belonging to the set of random variables X1,X2, X3, ..., Xn is known (usually assumed to follow a Normal distribution) except for some parameter or parameters .
A non-parametric setup is used for testing a hypothesis when the assumption of normality is violated. The different tests, like the t-test and f-test, work efficiently when the random variables follow a normal distribution. But for non-normal distributions, these methods are sub-optimum.
Another term used to define a non-parametric setup is distribution-free because the procedures used for testing under this case do not depend on the distribution of the random variables.
In a testing problem, the statistical hypothesis statement that equates to two or more possible outcomes of the experiment is known as a null hypothesis. It is usually taken to be the observed difference between the testing parameters.
It is denoted by H0.
Example:
Consider a testing problem where it is required to test if the mean of a particular distribution, indicated by F (say), acquires a specific value 0 (say). If denotes the mean of the distribution, the null hypothesis will be -
H0 : =0
An alternative or alternate hypothesis is proposed in a testing problem to counter the null hypothesis. If the data from the experiment contradicts the null hypothesis, the alternate hypothesis is suggested as another option.
It is generally represented by H1 or Ha.
Example:
Consider a testing problem where it is required to test if the mean of a particular distribution, indicated by F (say), acquires a specific value 0 (say). If denotes the mean of the distribution, the null hypothesis will be -
H0 : =0
Now, if the data obtained contradicts H0, then it gets rejected by the experimenter, and the alternate hypothesis gets accepted, denoted by -
H1 : 0
The testing problem is usually written as
To test - H0 : =0against H1 : 0
The alternate hypothesis can also be of the form -
H1 : <0 or H1 : > 0
A null hypothesis is rejected or accepted based on the data collected by the experimenter.
Consider the following testing problem:
Let X1,X2, X3, ..., Xn be a set of random variables independently and identically distributed following a normal distribution with mean and standard deviation 0, where the value of 0 is known.
To test: H0 : =0 against H1 : 0
Where the value of 0 is known.
Now, one can carry out testing in two ways. Either a particular test can be used, or simply the mean of the distribution can be calculated using the observed values of X.
Suppose, after calculation, the mean value comes out to be X. Two cases may arise.
Case I: 0=X
In this case, the observed data does not contradict the null hypothesis, so the null hypothesis is not rejected in favor of the alternate hypothesis.
Case II: 0X
In this case, the observed data contradicts the null hypothesis, so it gets rejected in favor of the alternate hypothesis.
In general, the P-value associated with a test statistic in a testing problem denotes the probability that a given point lies in within the critical region. Experimenters use these values to decide whether to accept or reject a null hypothesis.
So, P-value or Probability value is a measure of the probability of occurrence of the event under study by the experimenter under the conditions of a null hypothesis.
Example:
Let there be a bulb manufacturer who claims that a particular lot of bulbs have a lifetime of units. Suppose N bulbs are present in the lot.
This will constitute a testing problem of the form:
To test: H0: Average lifetime of the bulbs is units
Against
H1: Average lifetime of the bulbs is not units.
Let a sample of size n be drawn randomly from the N bulb.
Now, if on calculation the average lifetime of the n bulbs attaints a value very close to (exact value can never be attained due to underlying errors), then the value of the calculated test statistic chosen will match the value of the statistic assumed under the conditions of the null hypothesis. In this case, the P-value will be close to 1 (but never equal to 1).
Suppose the average lifetime of the n bulbs differs significantly from, then the calculated value of the test statistic will also differ significantly from the value that the test statistic assumes under the conditions of the null hypothesis. In this case, the P-value will be close to 0 (but never equal to 0).
In a testing problem, the null hypothesis is not rejected in favor of the alternate hypothesis if the calculated value of the test statistic (denoted by Tcalc, say) chosen falls within the region of acceptance, denoted by W.
If the value of Tcalc falls outside W, then the null hypothesis is rejected in favor of the alternate hypothesis.
Such a case may arise wherein Tcalc W, still the null hypothesis gets rejected.
This type of error is known as type I error.
Definition:
The error committed by rejecting a true null hypothesis is known as a type I error.
It may also happen that Tcalc W, but still, the null hypothesis does not get rejected in favor of the alternate hypothesis. This type of error is known as type II error.
Definition:
The error committed by accepting a false null hypothesis is known as a type II error.
Situation Decision | H0 True | H0 False |
H0 Rejected | Type I Error | Correct Decision |
H0 Not Rejected | Correct Decision | Type II Error |
In a testing problem, the choice of the null hypothesis depends highly should be made keeping in mind both types of errors. A test is termed as good if both types of errors are kept under control since, for practical purposes, it is impossible to get rid of any errors.
Now, it is assumed that the commission of the errors is a random event. As such, the experimenters can easily calculate the probabilities associated with them.
Since the problem of hypothesis testing consists of a missing parameter (say ), the probabilities will also depend on it.
The probability of type I error associated with is given by:
P [Type I Error] =P [(X1,X2, X3, ..., XN) W]= P(W), 0
Where
X1,X2, X3, ..., XN denotes the population under study
W denotes the acceptance region
0 denotes a specified proper subset of the parameter space
Let be any number such that 0<<1. This value indicates the level at which the probability of type I error should be kept for a good test. So we have,
P(W) = , 0 is known as a test's significance level.
The probability of type Ii error associated with is given by:
P [Type II Error] =P [(X1,X2, X3, ..., XN) A]= P(A), -0
Where
X1,X2, X3, ..., XN denotes the population under study
A denotes the rejection region
-0 denotes a specified proper subset of the parameter space
The region of acceptance, W, and the rejection region A can be thought of as two sets in the cartesian plane. The culmination of these two sets forms the entire range of values for the test.
Both these regions are compliments of each other, i.e., W=AC
Where Ac is the set complimentary to A.
So, the probability of type II error can also be written as:
P(A) = P(WC)= 1-P(W)
For -0
The probability () =P(W) is a function of () is called the power function of the test.
We have:
() = the probability of type I error associated with , 0
() = 1 - the probability of type II error associated with , -0
The power function is used to judge the nature of the whole test.
Learn From The Best
Learn Data Science fundamentals from expert instructors who help you excel in your careers by imparting cutting-edge analytics and machine learning skills.
8
Instructors
10
Industry Experts
Head of Dept - Applied Mathematics
Studied mathematical physics at LU and was the chairman of Industrial Mathematics at KMJU in 1996 and Head of Graduate School in 2002
Professor - Artificial Intelligence
A senior member of the IEEE and a chartered IT Professional, he is a fellow of the UK Higher Education ACademy
Director, IIITB
Dr. Debabrata Das is Director of IIITB. He has received his PhD from IIT-KGP. His main areas of research are IoT and Wireless Access Network
Ex-Associate Dean
Prof. Anjali has a PhD from Georgia Institute of Technology as well as an integrated MTech (EE) from IIT Bombay.
Faculty - Engineering and Technology
A Senior lecturer at Department of Applied Mathematics at LJMU. Her research focus is advanced statistics for decision support
Dean Academics
Prof. Chandrashekar has a PhD from Mississippi State University and experience of over 10 years in several multinational organisations.
Professor
Prof. Srinivasaraghavan has a PhD in Computer Science from IIT-K and 18 years of experience with Infosys and several other MNCs.
Faculty - Computer Science
A Senior faculty of Engineering and Technology at LJMU who has multiple publications in the health care domain
COO, Actify
Bijoy comes with a deep understanding of the private and cloud architectures and has helped numerous companies make the transition
CEO
An alumnus of IIT Madras, IIM Bangalore and LBS London, Anand is among the top 10 data scientists in India with 20 years of experience
Sr Director, Data Science
Rajesh has 10+ years of experience leading Data Science teams in various domains solving complex problems using Deep Learning & ML technique
Lead Data Engineer
Kautuk has 10+ years of experience working in Data Science. He is a seasoned professional in Big Data, AWS, Pyspark and other technologies
Ex- Data Science Lead
Sajan graduated from IIT, BHU and has tons of experience in Data Science, Big Data, Spark, Machine Learning and Natural Language Processing
ML Engineering Manager
An alumnus of IIT Bombay, UCB, and HBS with over 9 years of experience. Ankit has been recognised as 40Under40 Data Scientist for 2022
Director, Data Science
He has a Ph.D (Dual) from Penn State University as well as a B.Tech. Degree from IIT Bombay
Data Scientist
An M. Tech graduate and PhD from Jersey Institute of Technology, Behzad possesses tremendous years of experience in Data Science and ML
Head of Analytics
An alumnus of McKinsey and Co, Flipkart and Bharati Airtel with over 11 years of experience
Lead Analyst
Advanced analytics professional with 8+ years of experience as a consultant in the e-commerce and healthcare domains.
Learn by Doing
Our data science online certification programs have projects to apply theoretical knowledge in practical scenarios, helps you to tackle real-world problems.
16+
Industry projects to choose from
In this assignment, you will work for a consumer finance company which specialises in lending various types of loans to urban customers and use EDA to analyse the patterns present in the data. This will ensure that the applicants are capable of repaying the loan are not rejected.
Data Visualisation
Data Analysis
Data Interpretation
Credit EDA Assignment
In this assignment, you will work for a consumer finance company which specialises in lending various types of loans to urban customers and use EDA to… Know More
Skills learned
Data Cleaning
Data Visualisation
Data Analysis
Data Interpretation
MySQL Queries
Data Manipulation
Data Analysis
RSVP Case Study
In this assignment, you will work on a movies dataset using SQL to extract exciting insights about popular films and the factors that drive a film.
Skills learned
MySQL
MySQL Queries
Data Manipulation
Data Analysis
ML Modelling
Model Evaluation
Bike Sharing Assignment
Build a regression model to understand the factors on which the demand for bike sharing systems vary on and help a company optimise its revenue.
Skills learned
Linear Regression
ML Modelling
Model Evaluation
In this case study, the company requires you to build a machine learning classification model wherein using some demographics and behavioral data of the leads (potential buyers), it will be able to identify the ones most likely to convert.
Decision Trees
Classification
ML Modelling
Model Evaluation
Business Problem Solving
Lead Scoring Case Study
In this case study, the company requires you to build a machine learning classification model wherein using some demographics and behavioral data of t… Know More
Skills learned
Logistic Regression
Decision Trees
Classification
ML Modelling
Model Evaluation
Business Problem Solving
Telecom companies often face the problem of churning customers due to the competitive nature of the industry. Help a telecom company identify customers that are likely to churn and make data-driven strategies to retain them from the perspective of a business analyst.
Tree Models
Model Selection
Feature Engineering
Classification
ML Modelling
Model Evaluation
Business Problem Solving
Model Selection Case Study - Telecom Churn
Telecom companies often face the problem of churning customers due to the competitive nature of the industry. Help a telecom company identify customer… Know More
Skills learned
Logistic Regression
Tree Models
Model Selection
Feature Engineering
Classification
ML Modelling
Model Evaluation
Business Problem Solving
Telecom companies often face the problem of churning customers due to the competitive nature of the industry. Help a telecom company identify customers that are likely to churn and make data-driven strategies to retain them from the perspective of a data scientist.
Tree Models
Boosting
Model Selection
Regularization
Feature Engineering
Classification
ML Modelling
Model Evaluation
Business Problem Solving
Advanced ML Case Study - Telecom Churn
Telecom companies often face the problem of churning customers due to the competitive nature of the industry. Help a telecom company identify customer… Know More
Skills learned
Logistic Regression
Tree Models
Boosting
Model Selection
Regularization
Feature Engineering
Classification
ML Modelling
Model Evaluation
Business Problem Solving
Lexical Processing
Regex
POS Tagging
Dependency Parsing
Syntactic Processing Assignment
Use the techniques such as POS tagging and Dependency parsing to extract information from unstructured text data.
Skills learned
Natural Language Processing
Lexical Processing
Regex
POS Tagging
Dependency Parsing
Sqoop
Redshift
Spark
ETL Pipeline
ETL Project
Make use of Sqoop, Redshift & Spark to design an ETL data pipeline.
Skills learned
AWS
Sqoop
Redshift
Spark
ETL Pipeline
Analyse movie data from the past 100 years and find out various insights to determine what makes a movie do well. Use data manipulation, slicing, and various other dataframe operations to successfully find usable insights from the movies.
Data Processing
Data Visualisation
Data Analysis
Dashboarding
Data Storytelling
IPL Visualization Assignment
Analyse movie data from the past 100 years and find out various insights to determine what makes a movie do well. Use data manipulation, slicing, and … Know More
Skills learned
Tableau/Power BI
Data Processing
Data Visualisation
Data Analysis
Dashboarding
Data Storytelling
Linear Regression
ML Model Evaluation
Advanced Regression
Build a regularized regression model to understand the most important variables to predict
Skills learned
ML Modeling
Linear Regression
ML Model Evaluation
Hadoop
MapReduce Programming
mrjob
Linux
Sqoop
Apache HBase
SQL
MapReduce Programming Assignment
Perform MapReduce Programming in a big data environment on a large dataset.
Skills learned
AWS
Hadoop
MapReduce Programming
mrjob
Linux
Sqoop
Apache HBase
SQL
Big Data with Spark
PySpark
Big Data Case Study
Understand how a big data project in the industry is taken up and solved through a comprehensive big data case study on cloud.
Skills learned
AWS
Big Data with Spark
PySpark
Python
Data Analysis
SQL & Python Lab
Solve intensive programming questions in a competitive lab environment to showcase and evaluate your SQL and Python coding skills.
Skills learned
SQL
Python
Data Analysis
Understand the factors that drive the Airbnb business and help the team leads tackle problems and bottlenecks through extensive data analysis on UI tools.
Data Storytelling techniques
Data Visualisation
Tableau
Airbnb Case Study
Understand the factors that drive the Airbnb business and help the team leads tackle problems and bottlenecks through extensive data analysis on UI to… Know More
Skills learned
Data Analysis
Data Storytelling techniques
Data Visualisation
Tableau
Spark
Spark Streaming
Apache Kafka
Retail Project
Build an end-to-end real-time data processing application using Spark Streaming and Kafka.
Skills learned
AWS
Spark
Spark Streaming
Apache Kafka
Domain understanding
Data Analysis
Business Case Study
Understand how data projects are taken up in the industry and implement the steps required to successfully manage and complete a data project.
Skills learned
Business Problem Solving
Domain understanding
Data Analysis
In this assignment, you will build a complete neural network using Numpy. You will implement all the steps required to build a network - feedforward, loss computation, backpropagation, weight updates etc. You will use the MNIST dataset to train your model to classify handwritten digits between 0-9.
Neural Networks
PyTorch
NN Assignment
In this assignment, you will build a complete neural network using Numpy. You will implement all the steps required to build a network - feedforward, … Know More
Skills learned
Deep Learning
Neural Networks
PyTorch
Our Placement Numbers
Excel in data-driven careers with our certification in Data Science, boasting a high rate of successful student placements. Get hired by top companies.
What Our Learners Have To Say
upGrad's student mentor played a very importany role in my learning journey
upGrad's student mentors played a crucial part in my learning journey. I followed them and they helped a lot in clarifying my queries related to my online data science course. They also gave me placement assistance as a part of my data science course, where they perfectly guide you on how to start a career as a Data Analyst.
Abhinay Bandaru
Product Analyst, Head Infotech
3 Years of Experience
The upGrad's placement drive helped me to secure a job in MNC
My online data science course's content was so well-structured that it helped me grasp concepts that were entirely new to me. Thanks to upGrad's placement drive, I was able to secure a job at Kantar Analytics.
Bhagvathi
Data Analyst, Kantar
1 Year of Experience
Additional benifits of upGrad helped a lot in terms of gaining practical exposure
upGrad's online data science courses are truly amazing. The mentorship through industry veterans, BaseCamps, and student mentors makes the programme extremely engaging. I Would definitely endorse the data science programme for its rich content and comprehensive approach to Data Science.
Moulik Srivastava
Technology Project Manager & Commercial Strategy Associate, Victory Farms
5 Years of Experience
Being online, it was like a university experience
Learning with upGrad for my data science course was like going back to University for me. Their data science certification, career support and mentorship calls really helped me switch to a career in the field of Data Science.
Atul Agarwal
Data Scientist, Scaler
7 Years of Experience
Structured and easy curriculumn
The curriculum of the data science online course is very structured and easy to consume. The mock calls and encouraging words from the CEO before my interview were extremely encouraging. One of the best online data science course there is in the market
Aishwarya Ramachandran
News Analyst, Thomson Reuters
6 Years of Experience
Start Learning For Free
Begin your Data Science journey with our free introduction to data analytics courses, a perfect starting point for analytical upskilling.
Free Certificate
This free AI course delves into AI's diverse industry applications, providing insights into its pivotal role across various sectors.
7 Hours
Free Certificate
This course will help you apply your knowledge in SQL, Python and Tableau to come up with a business solution for the churn problem faced by businesses.
10 Hours
Free Certificate
Learn how you can transform data into actionable insights by conducting data analysis and visualise it using various chart types in Tableau
8 Hours
Free Certificate
Learn about price optimisation, market mix modelling, A/B testing and other key skills used to make data-driven decisions in the E-commerce sector
13 Hours
Free Certificate
Uncover the basics of NLP and other topics like RegEx for building tools for Spam Detection, Phonetic Hashing and Spell Correction in this introductory course
11 Hours
Free Certificate
Learn about cutting-edge ML models like Artificial Neural Networks or ANNs and various other concepts related to Deep Neural Network in this beginner-friendly course
28 Hours
Free Certificate
Learn about vectors, linear transformations, matrices, eigenvalues and eigenvectors in Linear Algebra as you build a solid foundation for analytics with this course
5 Hours
Free Certificate
Improve your understanding of SQL as you learn about window functions, partitioning, query optimisation, case statements, stored functions & more in this course
11 Hours
Free Certificate
Learn all about database design and the basics of MySQL using MySQL Workbench in this beginner-friendly course
8 Hours
Free Certificate
Learn about the various types of hypotheses, Decision-making criteria, critical value and p-value methods for testing Hypothesis.
11 Hours
Free Certificate
This data analytics course will help you learn how to use a random sample data to describe and make inference about the population.
15 Hours
Free Certificate
Learn the fundamentals of clustering in unsupervised learning as you introduce yourself to Clustering, K-Means Clustering Hierarchical Clustering, and its execution
11 Hours
Free Certificate
The course covers the concept of Logistic Regression and its applications in the industry.
17 Hours
Free Certificate
Learn the basics of simple and multiple linear regression, and their relevance in various industries.
21 Hours
Free Certificate
Learn about the three most important and popular Python libraries for handling data: NumPy, Matplotlib and Pandas.
15 Hours
Free Certificate
Solve coding questions based on Lists, Strings and other data structures like tuples, sets and dictionary to improve your problem solving abilities with Python
12 Hours
Free Certificate
Learn about control statements, basic data structures, and OOP concepts in Python programming with this beginner-friendly course
13 Hours
Free Certificate
Learn to formulate key business strategies, optimise resources and take key decisions to solve any business problem in this introductory course
15 Hours
Free Certificate
Learn the real-world applications of data analytics by analysing data patterns, documenting insights, and visualising data to tell a story
6 Hours
Free Certificate
This beginner-friendly course will help you in develop skills required to analyse large datasets and generate business relevant insights using Excel
9 Hours
You Might Like To Watch
Normal Distribution in Statistics | Data Science Tutorial | upGrad
1:08:40
74,891 views
Statistics for Data Science for Beginners | Statistics Tutorial | upGrad
1:25:28
7,526 views
Statistics - Central Limit Theorem | Statistics Tutorial | upGrad
1:05:56
995 views
Hypothesis Testing in Statistics | Null & Alternative Hypothesis | Statistics Tutorial | upGrad
1:32:35
842 views
Hypothesis Testing in Statistics | Problems on Central Limit Theorem | Statistics Tutorial | upGrad
1:34:18
739 views
MySQL Tutorial 01 | What is Data Warehousing?
7:37
856 views
You Might Like To Read
Read this guide to learn 42 exciting Python project ideas for beginners that answer some of the most frequently asked queries regarding Python projects.
Rohit Sharma
Check out this guide on the 13 Interesting Data Structure Project Ideas and Topics For Beginners and learn how to implement the knowledge of data structures in developing amazing beginner projects.
Rohit Sharma
Learn Excel for free with our online course in 2023 and earn a valuable certification. Master essential Excel skills from home and boost your career today!
Nitin Gurmukhani
We’ve sorted a list of multiple ideas for pattern printing in Python to start your preparations with multiple kinds of Python pattern programs in this list
Rohit Sharma
Check out this guide on List vs Tuple where you will learn the most significant differences between these two Python data structures. This guide will provide you a deep insight into the list and tuples in Python.
Rohit Sharma
How Will upGrad Supports You
Receive unparalleled guidance from industry mentors, teaching assistants, and graders
Receive one-on-one feedback from our seasoned data science faculty on submissions and personalized feedback to improvement
Our Data Science Syllabus is designed to provide you with ample of industry relevant knowledge with examples
You can write to us via studentsupport@upgrad.com or for urgent queries use the " Talk to Us" option on the learning platform
We are always there to support our online data science course learners on demand.
Timely doubt resolution by industry experts and your data science course peers
100% expert verified responses to ensure quality learning for all data science courses.
Personalized expert feedback on all the online data science course assignments and projects
Regular live sessions for our online data science students by experts to clarify concept-related doubts
Real-life hypothesis testing allows researchers to test new theories before implementing them. It is used in different industries to set standards for their products. It is especially helpful to statisticians when designing an experiment with many parameters.
Statistical hypotheses are of two types. Simple and composite.
A statistical hypothesis that specifies the distribution of the parent population from which the random samples to be used for testing has been generated is known as a simple hypothesis.
A statistical hypothesis that does not specify the distribution of the parent population from which the random samples to be used for testing has been generated is known as a composite hypothesis.
One needs to know probability theory, the different types of probability distributions, and statical inference to get a good grasp on the testing of a hypothesis.
Talk to our experts. We are available 7 days a week, 9 AM to 12 AM (midnight)
Indian Nationals
Foreign Nationals
The above statistics depend on various factors and individual results may vary. Past performance is no guarantee of future results.
The student assumes full responsibility for all expenses associated with visas, travel, & related costs. upGrad does not .
Programs From Top Universities
upGrad's data science degrees offer an immersive learning experience. These data science certification courses are designed in collaboration with top universities, ensuring industry-relevant curriculum. Learners from our data science online classes gain insights into big data & ML technologies.
O.P.Jindal Global University
Master of Science in Artificial Intelligence and Data ScienceMaster's Degree
12 Months
bestseller
Master's Degree
17 Months
Certification
6 Months
bestseller
The International Institute of Information Technology, Bangalore
Executive Diploma in Data Science360° Career Support
Executive PG Program
12 Months
new course
Certification
30 Weeks
Certification
3 Months
popular
Bootcamp
6 Months
Certification
4-6 Months
Microsoft
Generative AI Mastery Certificate for Data AnalysisLearn to use ChatGPT & Power BI, & more
Certification
2 Months