<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Ask Ghassem - Recent questions in general</title>
<link>https://ask.ghassem.com/questions/data-science/statistics/general</link>
<description>Powered by Question2Answer</description>
<item>
<title>How do I compare the count of a value in each year while having a different sanple size each year.</title>
<link>https://ask.ghassem.com/1025/compare-count-value-each-year-while-having-different-sanple</link>
<description>How do I accurately compare between the number of something a survey measure from my employees each year with a varying umber of survey engagement and employee size?&lt;br /&gt;
&lt;br /&gt;
If I was measuring the satisfaction of my employees over the years by collecting a survey from my them each year by asking them wether they are satisfied or not, and then comparing yes’s over the years but the number of employees who answer is not the same each year and the number of employees increases every year. How do I correctly compare this throughout each year?&lt;br /&gt;
&lt;br /&gt;
In other words, how do I remove the effect of the survey engagement rate when calculating the results?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/1025/compare-count-value-each-year-while-having-different-sanple</guid>
<pubDate>Wed, 08 Jun 2022 10:32:33 +0000</pubDate>
</item>
<item>
<title>Using aggregate data to generate observation-level data statistically sound?</title>
<link>https://ask.ghassem.com/644/using-aggregate-generate-observation-level-statistically</link>
<description>&lt;p&gt;Context: In the realm of Paid Search Marketing. Current reporting does not provide event level data only aggregate totals with different segments.&amp;nbsp; Want to compare distributions/test statistical significance of A/B test results.&amp;nbsp; Did not want to assume that data followed normal distribution or know STDEV&amp;nbsp;for data so came with this approach.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;My Question: I am going to use the average &quot;CPA&quot; or &quot;CTR&quot; for a date range, and generate an observation for each conversion based off the average for a time range.&amp;nbsp; Is this statistically sound way if I want to generate raw data? Would I have wonky distributions because of the multiple averages?&amp;nbsp; Just want a gutcheck if I&#039;m completely off base.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;My Aggregate data looks like below:&lt;/p&gt;

&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; style=&quot;width:500px&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th scope=&quot;col&quot;&gt;Day&lt;/th&gt;
&lt;th scope=&quot;col&quot;&gt;Cost&lt;/th&gt;
&lt;th scope=&quot;col&quot;&gt;Acquisition&lt;/th&gt;
&lt;th scope=&quot;col&quot;&gt;CPA or CTR&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp;1&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 40&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp;2&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 75&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$25&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Observation data I generate looks like below:&lt;/p&gt;

&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; style=&quot;width:500px&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th scope=&quot;col&quot;&gt;Day&lt;/th&gt;
&lt;th scope=&quot;col&quot;&gt;Acquisition&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$25&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$25&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/td&gt;
&lt;td&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$25&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;I really appreciate your help with this question! An important project to me at work.&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/644/using-aggregate-generate-observation-level-statistically</guid>
<pubDate>Tue, 11 Jun 2019 22:04:01 +0000</pubDate>
</item>
<item>
<title>What is the rule that determines percentages with the mean +- 1,2 or 3 standard deviations?</title>
<link>https://ask.ghassem.com/523/what-rule-that-determines-percentages-standard-deviations</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/523/what-rule-that-determines-percentages-standard-deviations</guid>
<pubDate>Sat, 17 Nov 2018 19:03:35 +0000</pubDate>
</item>
<item>
<title>What will be probability for the data items within mean +- 1, +-2, +-3 standard deviation?</title>
<link>https://ask.ghassem.com/520/what-will-probability-data-items-within-standard-deviation</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/520/what-will-probability-data-items-within-standard-deviation</guid>
<pubDate>Wed, 14 Nov 2018 15:10:15 +0000</pubDate>
</item>
<item>
<title>How much percentage of data items are consumed within mean +-1 , +-2, +-3 standard deviation?</title>
<link>https://ask.ghassem.com/518/much-percentage-items-consumed-within-standard-deviation</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/518/much-percentage-items-consumed-within-standard-deviation</guid>
<pubDate>Wed, 14 Nov 2018 15:04:52 +0000</pubDate>
</item>
<item>
<title>What is a test statistic in hypothesis testing and how does it relate to the p-value?</title>
<link>https://ask.ghassem.com/516/what-test-statistic-hypothesis-testing-and-does-relate-value</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/516/what-test-statistic-hypothesis-testing-and-does-relate-value</guid>
<pubDate>Tue, 13 Nov 2018 00:51:11 +0000</pubDate>
</item>
<item>
<title>What is sampling error?</title>
<link>https://ask.ghassem.com/514/what-is-sampling-error</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/514/what-is-sampling-error</guid>
<pubDate>Tue, 13 Nov 2018 00:47:51 +0000</pubDate>
</item>
<item>
<title>In the first week of November 2003.... What is the expected number of homicides per week in the GTA?</title>
<link>https://ask.ghassem.com/503/first-week-november-2003-what-expected-number-homicides-week</link>
<description>This is from question one from lecture 4B&amp;#039;s exercises: &amp;quot;In the first week of November 2003, five unrelated homicides were reported in the GTA. The GTA usually has about 78 homicides per year. What is the expected number of homicides per week in the GTA?&amp;quot;</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/503/first-week-november-2003-what-expected-number-homicides-week</guid>
<pubDate>Fri, 02 Nov 2018 19:34:40 +0000</pubDate>
</item>
<item>
<title>In statistics, whats the difference between contingency and frequency tables?</title>
<link>https://ask.ghassem.com/483/statistics-difference-between-contingency-frequency-tables</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/483/statistics-difference-between-contingency-frequency-tables</guid>
<pubDate>Tue, 30 Oct 2018 11:19:48 +0000</pubDate>
</item>
<item>
<title>How do you tell a permutation problem from a combination problem?</title>
<link>https://ask.ghassem.com/396/how-you-tell-permutation-problem-from-combination-problem</link>
<description>Given the questions:&lt;br /&gt;
&lt;br /&gt;
1. How many different groups of 4 students can be made from a class of 40?&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
2. How many different lists of 4 students can be made from a class of 40?&lt;br /&gt;
&lt;br /&gt;
How do you determine which requires a permutation and which requires a combination?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/396/how-you-tell-permutation-problem-from-combination-problem</guid>
<pubDate>Mon, 15 Oct 2018 15:34:13 +0000</pubDate>
</item>
<item>
<title>What is a discrete random variable?</title>
<link>https://ask.ghassem.com/365/what-is-a-discrete-random-variable</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/365/what-is-a-discrete-random-variable</guid>
<pubDate>Sat, 13 Oct 2018 01:23:24 +0000</pubDate>
</item>
<item>
<title>What is the difference between permutation and combination?</title>
<link>https://ask.ghassem.com/363/what-is-the-difference-between-permutation-and-combination</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/363/what-is-the-difference-between-permutation-and-combination</guid>
<pubDate>Sat, 13 Oct 2018 01:19:28 +0000</pubDate>
</item>
<item>
<title>What is the difference between Qualitative and Quantitative data?</title>
<link>https://ask.ghassem.com/361/what-the-difference-between-qualitative-quantitative-data</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/361/what-the-difference-between-qualitative-quantitative-data</guid>
<pubDate>Sat, 13 Oct 2018 01:15:59 +0000</pubDate>
</item>
<item>
<title>If x is the number that comes up when you roll a 20 sided die. What is the expected value of x?</title>
<link>https://ask.ghassem.com/360/the-number-that-comes-when-you-roll-sided-what-expected-value</link>
<description>If x is the number that comes up when you roll a 20 sided die. What is the expected value of x?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/360/the-number-that-comes-when-you-roll-sided-what-expected-value</guid>
<pubDate>Fri, 12 Oct 2018 22:43:05 +0000</pubDate>
</item>
<item>
<title>What is the probability of getting a King of Hearts?</title>
<link>https://ask.ghassem.com/359/what-is-the-probability-of-getting-a-king-of-hearts</link>
<description>What is the probability of picking a King of Hearts in a standard 52 card deck?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/359/what-is-the-probability-of-getting-a-king-of-hearts</guid>
<pubDate>Fri, 12 Oct 2018 22:31:45 +0000</pubDate>
</item>
<item>
<title>Define measures of center (Median and Mode) ?</title>
<link>https://ask.ghassem.com/357/define-measures-of-center-median-and-mode</link>
<description>Define the 2 measures of centers.</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/357/define-measures-of-center-median-and-mode</guid>
<pubDate>Fri, 12 Oct 2018 22:28:59 +0000</pubDate>
</item>
<item>
<title>What is &quot;Random Sampling&quot;?</title>
<link>https://ask.ghassem.com/356/what-is-random-sampling</link>
<description>Define random sampling</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/356/what-is-random-sampling</guid>
<pubDate>Fri, 12 Oct 2018 22:26:06 +0000</pubDate>
</item>
<item>
<title>What is binomial experiment and when do we use it?</title>
<link>https://ask.ghassem.com/355/what-is-binomial-experiment-and-when-do-we-use-it</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/355/what-is-binomial-experiment-and-when-do-we-use-it</guid>
<pubDate>Fri, 12 Oct 2018 22:25:59 +0000</pubDate>
</item>
<item>
<title>When should we use permutation and combination?</title>
<link>https://ask.ghassem.com/353/when-should-we-use-permutation-and-combination</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/353/when-should-we-use-permutation-and-combination</guid>
<pubDate>Fri, 12 Oct 2018 22:16:45 +0000</pubDate>
</item>
<item>
<title>Calculate IQR(Inter Quartile Range) of {18, 24, 19, 16, 21}?</title>
<link>https://ask.ghassem.com/351/calculate-iqr-inter-quartile-range-of-18-24-19-16-21</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/351/calculate-iqr-inter-quartile-range-of-18-24-19-16-21</guid>
<pubDate>Fri, 12 Oct 2018 22:07:58 +0000</pubDate>
</item>
<item>
<title>What do population, parameter, census and sample mean in statistics?</title>
<link>https://ask.ghassem.com/349/what-population-parameter-census-and-sample-mean-statistics</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/349/what-population-parameter-census-and-sample-mean-statistics</guid>
<pubDate>Fri, 12 Oct 2018 21:50:34 +0000</pubDate>
</item>
<item>
<title>Question for Discrete random variable</title>
<link>https://ask.ghassem.com/347/question-for-discrete-random-variable</link>
<description>An investor has a 0.60 probability of making a 20000 dollar profit and a 0.40 probability of suffering a 25000 dollar loss. What is the expected value?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/347/question-for-discrete-random-variable</guid>
<pubDate>Fri, 12 Oct 2018 21:00:40 +0000</pubDate>
</item>
<item>
<title>Sample question of permutation and combination.</title>
<link>https://ask.ghassem.com/345/sample-question-of-permutation-and-combination</link>
<description>You can bring along 2 friends! you have 5 friends who want to come along. How many different groups of friends could you take with you?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/345/sample-question-of-permutation-and-combination</guid>
<pubDate>Fri, 12 Oct 2018 20:47:03 +0000</pubDate>
</item>
<item>
<title>{1.75,  1.63,  1.55,  1.92,  1.81, 1.79, 1.81}. Determine the mean, the median, and the 20th percentile?</title>
<link>https://ask.ghassem.com/343/75-63-55-determine-the-mean-the-median-and-the-20th-percentile</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/343/75-63-55-determine-the-mean-the-median-and-the-20th-percentile</guid>
<pubDate>Fri, 12 Oct 2018 19:42:32 +0000</pubDate>
</item>
<item>
<title>What is  difference between discrete numerical variable and continuous numerical variable?</title>
<link>https://ask.ghassem.com/341/difference-discrete-numerical-variable-continuous-numerical</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/341/difference-discrete-numerical-variable-continuous-numerical</guid>
<pubDate>Fri, 12 Oct 2018 19:25:11 +0000</pubDate>
</item>
<item>
<title>What is the difference between Combination and Permutation?</title>
<link>https://ask.ghassem.com/315/what-is-the-difference-between-combination-and-permutation</link>
<description>As an example:&lt;br /&gt;
Calculate the possible permutations for a rubik&amp;#039;s cube?&lt;br /&gt;
&lt;br /&gt;
Why is it not, calculate the possible combinations for a rubik&amp;#039;s cube?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/315/what-is-the-difference-between-combination-and-permutation</guid>
<pubDate>Thu, 11 Oct 2018 17:25:28 +0000</pubDate>
</item>
<item>
<title>Six devices (A,B,C,D,E, F) are each assigned one of three IP addresses...how many different assignments are possible?</title>
<link>https://ask.ghassem.com/310/devices-assigned-addresses-different-assignments-possible</link>
<description>Six devices (A,B,C,D,E, F) are each assigned one of three IP addresses (IP#1, IP#2, IP#3). If three&lt;br /&gt;
devices are assigned IP#1, two devices are assigned IP#2, and one device IP#3, how many different&lt;br /&gt;
assignments are possible?&lt;br /&gt;
&lt;br /&gt;
This is question 4 from lecture 3A.</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/310/devices-assigned-addresses-different-assignments-possible</guid>
<pubDate>Mon, 08 Oct 2018 21:46:42 +0000</pubDate>
</item>
<item>
<title>How many different ways are there to deal four 13 card hands to four players from a standard deck of 52 cards?</title>
<link>https://ask.ghassem.com/306/many-different-ways-there-deal-hands-players-standard-cards</link>
<description>&lt;p&gt;This question is from the third Combination example from lecture notes 3A. Researching this question I found this answer&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.quora.com/In-how-many-ways-can-52-cards-be-distributed-to-four-players-with-13-cards-each&quot;&gt;https://www.quora.com/In-how-many-ways-can-52-cards-be-distributed-to-four-players-with-13-cards-each&lt;/a&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;What I don&#039;t understand is why you multiple the number of&amp;nbsp;ways for each&amp;nbsp;hand as opposed to adding. I know for player 1 it&#039;s&amp;nbsp;C(52,13), player 2&amp;nbsp;C(39,13), player 3 C(26,13), then player 4 is 1 or C(13,13). I&amp;nbsp;thought adding these together would get the total number of ways to deal the cards. Is this answer from the link correct and why?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/306/many-different-ways-there-deal-hands-players-standard-cards</guid>
<pubDate>Mon, 08 Oct 2018 18:58:32 +0000</pubDate>
</item>
<item>
<title>What is the difference between the mean and the median? Calculate both for the following number set {18, 24, 19. 16. 21}</title>
<link>https://ask.ghassem.com/279/what-difference-between-median-calculate-following-number</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/279/what-difference-between-median-calculate-following-number</guid>
<pubDate>Fri, 05 Oct 2018 20:20:21 +0000</pubDate>
</item>
<item>
<title>What is the difference between qualitative and quantitive data?</title>
<link>https://ask.ghassem.com/247/what-the-difference-between-qualitative-and-quantitive-data</link>
<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;
&lt;/ul&gt;</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/247/what-the-difference-between-qualitative-and-quantitive-data</guid>
<pubDate>Tue, 02 Oct 2018 19:06:43 +0000</pubDate>
</item>
<item>
<title>A standard deck of 52 cards is shuffled and a single card is drawn. What is the probability that this card is a Joker</title>
<link>https://ask.ghassem.com/238/standard-deck-cards-shuffled-single-drawn-probability-joker</link>
<description>&lt;p&gt;This is question 1d in the 2B&amp;nbsp;exercises. The answer&amp;nbsp;says the probability is 0 but I count 4 jokers in a 52 card deck, which means the probability is 1/13. Think I misunderstand the question. Why is it 0?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; height=&quot;378&quot; src=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Piatnikcards.jpg/800px-Piatnikcards.jpg&quot; width=&quot;800&quot;&gt;&lt;/p&gt;</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/238/standard-deck-cards-shuffled-single-drawn-probability-joker</guid>
<pubDate>Mon, 01 Oct 2018 19:51:38 +0000</pubDate>
</item>
<item>
<title>What is the difference between a bar plot and a histogram?</title>
<link>https://ask.ghassem.com/222/what-is-the-difference-between-a-bar-plot-and-a-histogram</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/222/what-is-the-difference-between-a-bar-plot-and-a-histogram</guid>
<pubDate>Mon, 01 Oct 2018 13:09:35 +0000</pubDate>
</item>
</channel>
</rss>