Statistics Using Python Tutorial Part 9 | Probability Mass Function | Data Science Tutorial #9

preview_player
Показать описание
Statistics Using Python Tutorial Part 9 | Probability Mass Function | Data Science Tutorial #9
Hello and welcome back to another session of statistics tutorial using Python Powered by Acadgild. In the previous video, you have learned the Central Limit Theorem and sample distribution in statistics.
In this video, you will be able to learn, probability mass function, Probability density function, Cumulative distribution function. Before that, if you have missed the previous, please check the links as follows.
What is the probability mass function?
A probability mass function gives us the frequency function which gives us the probability for a discrete random variable. When it is said random variables from an experiment like rolling a dice, choosing the number of hats, or getting a high score in a test. The discrete part of this means, that there is a set of numbers of outcomes.
What is the probability density function?
This nothing but a statistical expression, that defines the probability distribution for continuous random variable supposed to a discrete random variable.
What is the cumulative distribution function?
The cumulative distribution function of a random variable is another method to describe the distribution of random variables. The advantage of the cumulative distribution function is that it can be defined for any kind of random variable that is discrete, continuous or even mixed.
Cumulative distribution function gives you a cumulative probability associated with the function. It is a similar concept to a cumulative frequency table.
Kindly, go through the complete video and know the examples associated with the above topics. Please like, share and subscribe to the channel for more tutorials.
#Probability #mass, #function #Statistics, #datascience

For more updates on courses and tips follow us on:
Рекомендации по теме
Комментарии
Автор

Also there are a lot of error on presentation. probably someone else generated the jupyter notebooks previously and you are just reading it but not correcting. For example, on the second pmf plot, you are plotting 'Candy' but you type 'Country' and somehow(!) code runs !...

alitolgasen
Автор

Hello,

I am very confused about probability distributions though.
How are probability distributions related to PMF, PDF, CDFs?
I see a lot of content online comparing and contrasting uniform, normal, bernoulli, binomial, poisson, etc. And a lot of content comparing and contrasting PMF, PDF, CDF.

But i can’t find any information that relates the two together. How do probability distributions relate with the PMF, PDF, CDF?

Thanks.

jourdango
Автор

how to plot distributions such as Bernoulli, Poisson in Pycharm as scipy module is not included in it? I am unable to import scipy and seaborn due to outdated version of OS and Python ?

inspireskills
Автор

how to create class interval from a dataset using python

shwetarajani
Автор

These statistics concepts should be thought with business case example. Just explaining concepts doesn't help students.

ramakrishna
Автор

First PMF example is wrong! you're plotting counts versus probability but you should plot numbers(variables) versus probability...

alitolgasen