<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kashi's blog]]></title><description><![CDATA[Kashi's blog]]></description><link>https://kashibaipatil.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 02:07:13 GMT</lastBuildDate><atom:link href="https://kashibaipatil.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[The Building Blocks of Probability: Discrete and Continuous Distributions]]></title><description><![CDATA[Probability distribution function
A probability distribution function (PDF) is a mathematical function that describes the likelihood of various outcomes or events in a random experiment or process. In simple terms, all possible values a random variab...]]></description><link>https://kashibaipatil.hashnode.dev/the-building-blocks-of-probability-discrete-and-continuous-distributions</link><guid isPermaLink="true">https://kashibaipatil.hashnode.dev/the-building-blocks-of-probability-discrete-and-continuous-distributions</guid><category><![CDATA[probability]]></category><category><![CDATA[Machine Learning]]></category><category><![CDATA[statistics]]></category><category><![CDATA[Artificial Intelligence]]></category><dc:creator><![CDATA[Kashi]]></dc:creator><pubDate>Sun, 10 Sep 2023 20:56:45 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-probability-distribution-function">Probability distribution function</h1>
<p>A probability distribution function (PDF) is a mathematical function that describes the likelihood of various outcomes or events in a random experiment or process. In simple terms, all possible values a random variable can take.</p>
<p>There are two types of Probability distributions :</p>
<p><strong>Discrete Probability Distribution</strong>: This type of distribution is used<br />when the random variable can take on a countable number of distinct values.</p>
<p><strong>Example: Modeling Website Traffic</strong></p>
<p>Imagine you run a website, and you want to model the number of visitors you receive in a given hour. This can be modelled using a discrete probability distribution, such as the Poisson distribution.</p>
<p><strong>Continuous Probability Distribution</strong>: Continuous distributions are used<br />when the random variable can take on any value within a certain range.<br />Examples of continuous probability distributions include the normal distribution, exponential distribution.,</p>
<p><strong>Example: Modeling Arrival Times of Buses</strong></p>
<p>Consider a public bus system where you want to model the time between bus arrivals at a particular bus stop. This can be approximated by a continuous probability distribution, such as the exponential distribution.</p>
<p>In summary, Probability Distribution Functions are powerful tools for understanding and analyzing randomness in various real-world scenarios. Whether you’re predicting the number of customers in a store, waiting times for a bus, or the heights of individuals in a population, PDFs help quantify uncertainty and make informed decisions.</p>
]]></content:encoded></item></channel></rss>