{"id":15585,"date":"2020-06-05T16:44:22","date_gmt":"2020-06-05T11:14:22","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/"},"modified":"2024-12-16T10:12:06","modified_gmt":"2024-12-16T04:42:06","slug":"bernoulli-distribution-explained","status":"publish","type":"post","link":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/","title":{"rendered":"What is Bernoulli distribution? Bernoulli Distribution Explained"},"content":{"rendered":"\n<p>Contributed by: Shailendra Singh <br>LinkedIn Profile: <a href=\"https:\/\/www.linkedin.com\/in\/shailendra-singh-a817802\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" aria-label=\"https:\/\/www.linkedin.com\/in\/shailendra-singh-a817802\/  (opens in a new tab)\">https:\/\/www.linkedin.com\/in\/shailendra-singh-a817802\/ <\/a><\/p>\n\n\n\n<p>An important skill for people working in Data Science is to have a good understanding of the fundamental concepts of descriptive statistics and probability theory. This includes the key concepts of <strong><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.mygreatlearning.com\/blog\/understanding-probability-distribution\/\" target=\"_blank\">probability distribution<\/a><\/strong>, statistical significance, hypothesis testing, and regression. In practice, a simple analysis using R or scikit-learn in <a rel=\"noreferrer noopener\" aria-label=\"python (opens in a new tab)\" href=\"https:\/\/www.mygreatlearning.com\/blog\/python-tutorial-for-beginners-a-complete-guide\/\" target=\"_blank\">python<\/a>, without quite understanding the probability distributions, often ends in errors and wrong results.<\/p>\n\n\n\n<p>There are many probability distributions, but in this article, we will be talking about the simplest probability distribution called Bernoulli distribution. It is considered to be a building block for other more complicated discrete distributions. Before proceeding on to explaining Bernoulli distribution, we first need to understand some of the basic concepts used in probability distributions. Let\u2019s get started.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"random-variables\"><strong>Random Variables<\/strong><\/h2>\n\n\n\n<p>In statistics and probability, random variable, random quantity, or stochastic variable are described as those variables whose values depend on the outcomes of an experiment (i.e. a random process). Random variables are of two types, discrete and continuous. In this text, we will cover a distribution type concerning discrete random variables.<\/p>\n\n\n\n<p>To understand random variables with a simple example, assume that we execute a random experiment of rolling a dice. The possible outcome we could get from this experiment could be any number between 1 to 6. If X denotes the random variable that represents the outcome of such a random process, the sample space of this experiment consists of the outcomes {1, 2, 3, \u00b7 \u00b7 \u00b7, 6}.<\/p>\n\n\n\n<p>So X=1, if the outcome of the dice roll is 1, X=2, if the outcome of the dice roll is 2 and so on till X=6 if the outcome of the dice roll is 6.&nbsp;<\/p>\n\n\n\n<p>Taking a mathematical approach to simplify and generalize the problem, we can represent a single random event of rolling a dice as shown in a single box in the figure below. Extending the random event to n trials, shown as separate boxes in the figure below, would represent the outcome from n such random events.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"probability-distribution\"><strong>Probability distribution<\/strong><\/h2>\n\n\n\n<p>With the understanding of random variables, we can define a probability distribution to be a list of all the possible outcomes of a random variable, along with their corresponding probability values.<\/p>\n\n\n\n<p>Considering our earlier example of a dice roll, we can represent the probability distribution of a 6 sided dice as given below.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Outcome&nbsp;<\/td><td>1<\/td><td>2<\/td><td>3<\/td><td>4<\/td><td>5<\/td><td>6<\/td><\/tr><tr><td>Probability<\/td><td>1\/6<\/td><td>1\/6<\/td><td>1\/6<\/td><td>1\/6<\/td><td>1\/6<\/td><td>1\/6<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Table 1: Probability Distribution<\/strong><\/p>\n\n\n\n<p>We can represent the dice roll example graphically as shown below:<\/p>\n\n\n\n<p>We can state the following in regards to the probability distribution table shown above-<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In the case of an experiment to roll a six-sided dice where the values lie in the set {1,2,3,4,5,6}. The outcome variable would always have a <strong>discrete<\/strong> value (between 1-6).&nbsp;<\/li>\n\n\n\n<li>This is a <strong>univariate<\/strong> distribution since there is just one random variable i.e., the outcome of the dice roll.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>Therefore the distribution shown in the table above can be termed as a <strong>discrete univariate probability distribution.<\/strong>&nbsp;<\/p>\n\n\n\n<p>Also Read: <a href=\"https:\/\/www.mygreatlearning.com\/blog\/gradient-boosting\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"What is Gradient Boosting? (opens in a new tab)\">What is Gradient Boosting?<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"probability-functions\"><strong>Probability Functions<\/strong><\/h2>\n\n\n\n<p>If we represent the <a href=\"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/probability-and-probability-distributions-for-machine-learning\" target=\"_blank\" rel=\"noreferrer noopener\">probability in machine learning<\/a> graphically, it will look like this-<\/p>\n\n\n\n<p>The figure above represents a single trial(x1) experiment where n = 1. We could repeat the experiment n number of times for X={x1, x2,..xn } to get n outcomes.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"discrete-probability-distribution-probability-mass-function\"><strong>Discrete Probability Distribution: (Probability Mass Function)<\/strong><\/h2>\n\n\n\n<p>When we use a probability function (which is described above) to describe a discrete distribution we call this function a probability mass function (pmf).<\/p>\n\n\n\n<p>By a discrete distribution, we mean that the random variable of the underlying distribution can take on only finitely many different values (or it can be said that the outcome space is finite).<\/p>\n\n\n\n<p>To define a discrete distribution, we can simply enumerate the probability of the random variable taking on each of the possible values. This enumeration is known as the probability mass function, as it divides up a unit mass (the total probability) and returns the probability of different values a random variable can take.<\/p>\n\n\n\n<p>Generally, we can represent a probability mass function as below.<br><\/p>\n\n\n\n<p><strong>f(x) = P(X = x), <\/strong>for e.g. Taking the dice roll as a random variable, we can write the probability of the dice landing on the number 2 as &nbsp; <strong>f(2) = P(X=2) = 1\/6<\/strong>.<\/p>\n\n\n\n<p>The probability mass function must follow the rules of probability, therefore-<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>0&lt;=f(x)&lt;=1<\/li>\n\n\n\n<li>\u2211f(xi) = f(x1) + f(x2) + \u2026 = 1<\/li>\n<\/ol>\n\n\n\n<p>Some of the examples of discrete events could be rolling a dice or tossing a coin, counts of events are discrete functions. As there are no in-between values therefore these can be called as discrete distributions. For example, we can only get heads or tails in a coin toss and a number between (1-6) in a dice roll. Similarly, in a count of the number of books issued by a library per hour, you can count something like 10 or 11 books, but nothing in between.<\/p>\n\n\n\n<p>In the dice roll example, the dice roll is a random variable, The probability of the dice landing on a number 2 can be written as P(X=2) = 1\/6. Where (capital letter), X, denotes the random variable and 2 is the outcome value.&nbsp;<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"bernoulli-distribution\"><strong>Bernoulli Distribution<\/strong><\/h1>\n\n\n\n<p>Before defining Bernoulli distribution let us understand some basic terms:<\/p>\n\n\n\n<p><strong>Bernoulli event:<\/strong> An event for which the probability of occurrence is p and the probability of the event not occurring is 1-p i.e., the event has only two possible outcomes (these can be viewed as Success or Failure, Yes or No and Heads or Tails). The event occurs with a probability p and 1-p respectively.&nbsp;<\/p>\n\n\n\n<p><strong>Bernoulli trial: <\/strong>A Bernoulli trial is an instantiation of a Bernoulli event. It is one of the simplest experiments that can be conducted in probability and statistics. It\u2019s an experiment where there are two possible outcomes (Success and Failure).<\/p>\n\n\n\n<p>Examples of Bernoulli trials:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Coin tosses:<\/strong> Record how many tosses of coins resulted in heads and how many coin tosses resulted in tails. We can consider the result of getting heads as success and not getting head i.e., getting tails to be a failure.<\/li>\n\n\n\n<li><strong>Football:<\/strong> How many shots on a goal post resulted in the goal score, and how many shots were missed. We can call a goal scored as a \u201csuccess\u201d and a missed target to be a failure.<\/li>\n\n\n\n<li><strong>Rolling Dice:<\/strong> The probability of a roll of two dice resulting in a double six. A double six dice roll could be considered to be a success and everything else can be considered a failure.<\/li>\n<\/ul>\n\n\n\n<p><strong>Bernoulli process:<\/strong> A sequence of Bernoulli trials is called a Bernoulli process. Among other conclusions that could be reached, for n trials, the probability of n successes is p\u207f.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-bernoulli-distribution\"><strong>What is Bernoulli Distribution?<\/strong><\/h2>\n\n\n\n<p>The Bernoulli distribution is one of the easiest distributions to understand because of its simplicity. It is often used as a starting point to derive more complex distributions.<\/p>\n\n\n\n<p>A Bernoulli distribution is a <a href=\"https:\/\/www.statisticshowto.com\/discrete-probability-distribution\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">discrete distribution<\/a> with only two possible values for the random variable. The distribution has only two possible outcomes and a single trial which is called a Bernoulli trial. The two possible outcomes in Bernoulli distribution are labeled by n=0 and n=1 in which n=1 (success) occurs with probability <strong>p<\/strong> and n=0 (failure) occurs with probability <strong>1-p, <\/strong>and since it is a probability value so 0&lt;=p&lt;=1.<\/p>\n\n\n\n<p>The probability mass function (PMF) of a Bernoulli distribution is defined as:<\/p>\n\n\n\n<p>If an experiment has only two possible outcomes, \u201csuccess\u201d and \u201cfailure,\u201d and if p is the probability of success, then-<br><\/p>\n\n\n\n<p>Another common way to write this is-<\/p>\n\n\n\n<p><strong>Note:<\/strong> Success here refers to an outcome that we want to keep track of. For example, in the dice rolling example, a double six in both dice would be a success, anything else rolled would be failure.<\/p>\n\n\n\n<p>Also Read: <a href=\"https:\/\/www.mygreatlearning.com\/blog\/linear-regression-in-machine-learning\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Linear Regression in Machine Learning (opens in a new tab)\">Linear Regression in Machine Learning<\/a><\/p>\n\n\n\n<p>A simple example can be a single toss of a biased\/unbiased coin. In the case of flipping an unbiased<strong> or fair coin<\/strong>, the value of p would be 0.5, giving a 50% probability of each outcome. However we must note that the probabilities of success and failure need not be equal all the time, like Bernoulli distribution in the case of a <strong>biased coin<\/strong> flip where probability of heads (success) is 0.6 while probability of tails (failure) is 0.4. The python code and the plot for this example is given below.<\/p>\n\n\n\n<p>In the above Bernoulli distribution, the probability of success (1) on the right is 0.4, and the probability of failure (0) on the left is 0.6:<\/p>\n\n\n\n<p><strong>Python code for plotting bernoulli distribution in case of a loaded coin-<\/strong><\/p>\n\n\n\n<p><em>import numpy as np<\/em><\/p>\n\n\n\n<p><em>import matplotlib.pyplot as plt<\/em><\/p>\n\n\n\n<p><em>%matplotlib inline<\/em><\/p>\n\n\n\n<p><em>probs = np.array([0.6, 0.4])<\/em><\/p>\n\n\n\n<p><em>face = [0, 1]<\/em><\/p>\n\n\n\n<p><em>plt.bar(face, probs)<\/em><\/p>\n\n\n\n<p><em>plt.title(Biased coin Bernoulli Distribution', fontsize=12)<\/em><\/p>\n\n\n\n<p><em>plt.ylabel('Probability', fontsize=12)<\/em><\/p>\n\n\n\n<p><em>plt.xlabel(Biased coin Outcome', fontsize=12)<\/em><\/p>\n\n\n\n<p><em>axes = plt.gca()<\/em><\/p>\n\n\n\n<p><em>axes.set_ylim([0,1])<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"properties-of-a-bernoulli-distribution\"><strong>Properties of a Bernoulli distribution:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There are only two possible outcomes a 1 or 0, i.e., success or failure in each trial.<\/li>\n\n\n\n<li>The probability values of mutually exclusive events that encompass all the possible outcomes need to sum up to one.<\/li>\n\n\n\n<li>If the probability of success is p then the probability of failure is given as 1-p. The probability values must remain the same across each successive trial. Each event must be completely separate and have nothing to do with the previous event. i.e., the probabilities are not affected by the outcomes of other trials which means the trials are independent.<\/li>\n\n\n\n<li>The<a href=\"https:\/\/www.statisticshowto.com\/probability-and-statistics\/expected-value\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\"> expected value<\/a> for a random variable, X, from a Bernoulli distribution can be given as-<\/li>\n<\/ul>\n\n\n\n<p><strong>E[X] = 1*(p) +0*(1-p) = p, for example if p=0.6, then E[X] =0.6<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <strong>mean<\/strong> of Bernoulli random variable(X) is&nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>E[X] = 1(p) +0(1-p) = p<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The <strong>variance<\/strong> of Bernoulli random variable is&nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>V[X] = E[X\u00b2]-[E(X)]\u00b2 = 1\u00b2p+0\u00b2(1-p)-p\u00b2=p(1-p)<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"related-distributions\"><strong>Related Distributions:<\/strong><\/h4>\n\n\n\n<p>Bernoulli distribution is the building block for other more complicated discrete distributions. The distributions of several variate types can be defined based on sequences of independent Bernoulli trials. Such distributions are listed in the table below.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Discrete Distribution<\/strong><\/td><td><strong>Definition<\/strong><\/td><\/tr><tr><td>Binomial Distribution<\/td><td>Models the total number of successes in \u2018n\u2019 independent and repeated Bernoulli trials<\/td><\/tr><tr><td>Geometric Distribution<\/td><td>Models the total number of failures before the first success in \u2018n\u2019 independent repeated Bernoulli trials<\/td><\/tr><tr><td>Negative binomial distribution<\/td><td>Models the total number of failures before the xth success in \u2018n\u2019 independent repeated Bernoulli trials<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"applications-of-bernoulli-outcomes\"><strong>Applications of Bernoulli Outcomes<\/strong><\/h2>\n\n\n\n<p>There are real-life situations that involve noting if a specific event occurs or not. Such events are recorded as a success or a failure. E.g. Some of the examples that explain binary outcome scenarios involve calculating the probability of-<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Success of a medical treatment<\/li>\n\n\n\n<li>Interviewed person being a female<\/li>\n\n\n\n<li>Student result(Pass\/fail) in an exam<\/li>\n\n\n\n<li>Transmittance of a disease (transmitted\/not transmitted)<\/li>\n<\/ul>\n\n\n\n<p>The Bernoulli distribution finds application in above cases as well as number of other situations that are similar to above cases.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bernoulli-distribution-using-python\"><strong>Bernoulli distribution using Python<\/strong><\/h2>\n\n\n\n<p>We can generate a Bernoulli distributed discrete random variable using bernoulli.rvs() method from the scipy.stats module in python. The function will take the probability of success (p) as a shape parameter The size parameter decides the number of times the trials are to be repeated. For reproducibility, we can include a random_state argument assigned to a number.<\/p>\n\n\n\n<p><strong>Python code for plotting bernoulli distribution in case of a loaded coin-<\/strong><\/p>\n\n\n\n<p><em>from scipy.stats import bernoulli<\/em><\/p>\n\n\n\n<p><em>import seaborn as sns<\/em><\/p>\n\n\n\n<p><em>data = bernoulli.rvs(size=10000,p=0.6)<\/em><\/p>\n\n\n\n<p>By visualizing the distribution, we can observe that we have only two possible outcomes:<\/p>\n\n\n\n<p><strong>Python code for plotting bernoulli distribution in case of a biased coin-<\/strong><\/p>\n\n\n\n<p><em>ax= sns.distplot(data,<\/em><\/p>\n\n\n\n<p><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;kde=True,<\/em><\/p>\n\n\n\n<p><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color=\"b\",<\/em><\/p>\n\n\n\n<p><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hist_kws={\"linewidth\": 15,'alpha':1})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/em><\/p>\n\n\n\n<p><em>ax.set(xlabel='Bernoulli Distribution', ylabel='Frequency')<\/em><\/p>\n\n\n\n<p>We can see from the plot above that out of total 10000 trials with success probability 0.6, we get about 6000 successes.<\/p>\n\n\n\n<p>To learn about more concepts and pursue a career in Data Science, upskill with\u00a0Great Learning\u2019s PG program in Data Science and Engineering. (Now this program has become <a href=\"https:\/\/www.mygreatlearning.com\/pg-program-data-science-course\" target=\"_blank\" rel=\"noreferrer noopener\">Data Science Course with Gen AI<\/a> program) Explore all our PG programs on data science <a aria-label=\"here (opens in a new tab)\" href=\"https:\/\/www.mygreatlearning.com\/data-science\/courses\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p>Empower yourself with our range of <a href=\"https:\/\/www.mygreatlearning.com\/academy\" target=\"_blank\" rel=\"noreferrer noopener\">free online courses<\/a> tailored to meet the needs of individuals like you. Develop expertise in highly sought-after domains, including Data Science, Digital Marketing, Cybersecurity, Management, Artificial Intelligence, Cloud Computing, IT, and Software. Our courses have been meticulously created by industry experts, ensuring you receive hands-on training and practical knowledge. Whether you're an aspiring professional looking to explore new career paths or an experienced practitioner seeking to stay ahead of the curve, our courses offer a flexible and user-friendly learning approach.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Contributed by: Shailendra Singh LinkedIn Profile: https:\/\/www.linkedin.com\/in\/shailendra-singh-a817802\/ An important skill for people working in Data Science is to have a good understanding of the fundamental concepts of descriptive statistics and probability theory. This includes the key concepts of probability distribution, statistical significance, hypothesis testing, and regression. In practice, a simple analysis using R or scikit-learn [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":15593,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[9],"tags":[],"content_type":[],"class_list":["post-15585","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-science"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is Bernoulli Distribution? Bernoulli Distribution Explained! | Great Learning<\/title>\n<meta name=\"description\" content=\"There are many probability distributions, but lets look art Bernoulli distribution. It is a building block for other complicated discrete distributions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Bernoulli distribution? Bernoulli Distribution Explained\" \/>\n<meta property=\"og:description\" content=\"There are many probability distributions, but lets look art Bernoulli distribution. It is a building block for other complicated discrete distributions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-05T11:14:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-16T04:42:06+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1254\" \/>\n\t<meta property=\"og:image:height\" content=\"836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Great Learning Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/Great_Learning\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Great Learning Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"What is Bernoulli distribution? Bernoulli Distribution Explained\",\"datePublished\":\"2020-06-05T11:14:22+00:00\",\"dateModified\":\"2024-12-16T04:42:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/\"},\"wordCount\":2158,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/iStock-660952912.jpg\",\"articleSection\":[\"Data Science and Analytics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/\",\"name\":\"What is Bernoulli Distribution? Bernoulli Distribution Explained! | Great Learning\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/iStock-660952912.jpg\",\"datePublished\":\"2020-06-05T11:14:22+00:00\",\"dateModified\":\"2024-12-16T04:42:06+00:00\",\"description\":\"There are many probability distributions, but lets look art Bernoulli distribution. It is a building block for other complicated discrete distributions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/iStock-660952912.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/iStock-660952912.jpg\",\"width\":1254,\"height\":836,\"caption\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/bernoulli-distribution-explained\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Science and Analytics\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/data-science\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is Bernoulli distribution? Bernoulli Distribution Explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is Bernoulli Distribution? Bernoulli Distribution Explained! | Great Learning","description":"There are many probability distributions, but lets look art Bernoulli distribution. It is a building block for other complicated discrete distributions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/","og_locale":"en_US","og_type":"article","og_title":"What is Bernoulli distribution? Bernoulli Distribution Explained","og_description":"There are many probability distributions, but lets look art Bernoulli distribution. It is a building block for other complicated discrete distributions.","og_url":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","article_published_time":"2020-06-05T11:14:22+00:00","article_modified_time":"2024-12-16T04:42:06+00:00","og_image":[{"width":1254,"height":836,"url":"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg","type":"image\/jpeg"}],"author":"Great Learning Editorial Team","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/Great_Learning","twitter_site":"@Great_Learning","twitter_misc":{"Written by":"Great Learning Editorial Team","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"What is Bernoulli distribution? Bernoulli Distribution Explained","datePublished":"2020-06-05T11:14:22+00:00","dateModified":"2024-12-16T04:42:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/"},"wordCount":2158,"commentCount":0,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg","articleSection":["Data Science and Analytics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/","url":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/","name":"What is Bernoulli Distribution? Bernoulli Distribution Explained! | Great Learning","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg","datePublished":"2020-06-05T11:14:22+00:00","dateModified":"2024-12-16T04:42:06+00:00","description":"There are many probability distributions, but lets look art Bernoulli distribution. It is a building block for other complicated discrete distributions.","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#primaryimage","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg","width":1254,"height":836,"caption":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/bernoulli-distribution-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Data Science and Analytics","item":"https:\/\/www.mygreatlearning.com\/blog\/data-science\/"},{"@type":"ListItem","position":3,"name":"What is Bernoulli distribution? Bernoulli Distribution Explained"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg",1254,836,false],"thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912-150x150.jpg",150,150,true],"medium":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912-300x200.jpg",300,200,true],"medium_large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912-768x512.jpg",768,512,true],"large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912-1024x683.jpg",1024,683,true],"1536x1536":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg",1254,836,false],"2048x2048":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg",1254,836,false],"web-stories-poster-portrait":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg",640,427,false],"web-stories-publisher-logo":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg",96,64,false],"web-stories-thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2020\/05\/iStock-660952912.jpg",150,100,false]},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"Contributed by: Shailendra Singh LinkedIn Profile: https:\/\/www.linkedin.com\/in\/shailendra-singh-a817802\/ An important skill for people working in Data Science is to have a good understanding of the fundamental concepts of descriptive statistics and probability theory. This includes the key concepts of probability distribution, statistical significance, hypothesis testing, and regression. In practice, a simple analysis using R or scikit-learn&hellip;","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/15585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=15585"}],"version-history":[{"count":16,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/15585\/revisions"}],"predecessor-version":[{"id":102354,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/15585\/revisions\/102354"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media\/15593"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=15585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=15585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=15585"},{"taxonomy":"content_type","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/content_type?post=15585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}