<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Francisca</title>
    <description>The latest articles on DEV Community by Francisca (@damikanye).</description>
    <link>https://dev.to/damikanye</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F124888%2F03c24ea8-fe55-4f53-b65b-ffd8b67b9c28.jpeg</url>
      <title>DEV Community: Francisca</title>
      <link>https://dev.to/damikanye</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/damikanye"/>
    <language>en</language>
    <item>
      <title>Everything to know about Hypothesis testing</title>
      <dc:creator>Francisca</dc:creator>
      <pubDate>Wed, 16 Oct 2019 12:50:41 +0000</pubDate>
      <link>https://dev.to/damikanye/everything-to-know-about-hypothesis-testing-1mip</link>
      <guid>https://dev.to/damikanye/everything-to-know-about-hypothesis-testing-1mip</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VIfIMl7l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/0%2AiTxGIxV9B_DQrK10" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VIfIMl7l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/0%2AiTxGIxV9B_DQrK10" alt="Statistics"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hypothesis testing is a statistical method that is used in making statistical decisions using experimental data. &lt;/p&gt;

&lt;p&gt;Hypothesis testing is about testing to see whether the stated hypothesis is acceptable or not. During this hypothesis testing, we will gather as much data as we can so that we can validate our hypothesis one way or another. The general idea of hypothesis testing involves:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Making an initial assumption.&lt;/li&gt;
&lt;li&gt;Collecting evidence (data).&lt;/li&gt;
&lt;li&gt;Based on the available evidence (data), deciding whether to reject or not reject the initial assumption.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There are four steps to conducting a proper hypothesis test:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step One: Formulate the Hypothesis&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first step is that of writing the hypothesis. You actually have two hypotheses to write. One is called the &lt;strong&gt;null hypothesis&lt;/strong&gt;. Think of this as the hypothesis that states how you would expect things to work without any external factors to change it. The other hypothesis is called the &lt;strong&gt;alternative hypothesis&lt;/strong&gt;. This is the hypothesis that shows a change from the null hypothesis that is caused by something. For Example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---XzA9ZIC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/1%2AjLLIULL_aOnAy4L0s9Z2AQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---XzA9ZIC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/1%2AjLLIULL_aOnAy4L0s9Z2AQ.png" alt="e"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In hypothesis testing, we just test to see if our data fits our alternative hypothesis or if it fits the null hypothesis. We don't worry about what is causing our data to shift from the null hypothesis if it does. Keep in mind, when writing your null hypothesis and alternative hypothesis, they must be written in such a way so that if the null hypothesis is false, then the alternative hypothesis is true and vice versa.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step Two: t-statistics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;em&gt;test statistic&lt;/em&gt; is a single measure that captures the statistical nature of the relationship between observations you are dealing with. The test statistic depends fundamentally on the number of observations that are being evaluated. It differs from situation to situation.&lt;/p&gt;

&lt;p&gt;You construct a test statistics, and you compare it to a critical value(or values) to determine whether the null hypothesis should be rejected. The specific test statistics and critical value(s) depend on which population parameter is being tested, the size of the sample being used, and other factors.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rKxXj6uf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/1%2A3KHGSI_4etrHSipYf2Yc2w.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rKxXj6uf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/1%2A3KHGSI_4etrHSipYf2Yc2w.jpeg" alt="t-statistics"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step Three: Cut-off Value for t-statistics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Determine the critical value by finding the value of the known distribution of the test statistic such that the probability of making a Type I error - which is denoted α (Greek letter "alpha") and is called the &lt;strong&gt;"significance level of the test"&lt;/strong&gt; - is small (typically 0.01, 0.05, or 0.10). Formular for t-cutoff;&lt;/p&gt;

&lt;p&gt; &lt;em&gt;t-cutoff = +/- |T.INV(α/2, n-1)&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step Four: Check If t-statistics falls in the rejection region&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Compare the test statistic to the critical value. If the test statistic is more extreme in the direction of the alternative than the critical value, reject the null hypothesis in favor of the alternative hypothesis. If the test statistic is less extreme than the critical value, do not reject the null hypothesis.&lt;/p&gt;

&lt;h3&gt;
  
  
  Errors in Hypothesis Testing
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nySMvTti--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/0%2AqBQDCgsPKSmtbxYM" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nySMvTti--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/0%2AqBQDCgsPKSmtbxYM" alt="error"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We make our decision based on evidence not on 100% guaranteed proof. Again:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;If we reject the null hypothesis, we do not prove that the alternative hypothesis is true.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If we do not reject the null hypothesis, we do not prove that the null hypothesis is true.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We merely state that there is enough evidence to behave one way or the other. This is always true in statistics! Because of this, whatever the decision, &lt;strong&gt;there is always a chance that we made an error&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Note that, in statistics, we call the two types of errors by two different names - one is called a "Type I error," and the other is called a "Type II error." Here are the formal definitions of the two types of errors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Type I Error&lt;/strong&gt;&lt;br&gt;
The null hypothesis is rejected when it is true.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Type II Error&lt;/strong&gt;&lt;br&gt;
The null hypothesis is not rejected when it is false.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W5g22e8j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/1%2AP6944C1d65-0uXihBABPuA.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W5g22e8j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/800/1%2AP6944C1d65-0uXihBABPuA.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is always a chance of making one of these errors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Key terms and concepts:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Null hypothesis&lt;/strong&gt;: Null hypothesis is a statistical hypothesis that assumes that the observation is due to a chance factor. The null hypothesis is denoted by; H0: μ1 = μ2, which shows that there is no difference between the two population means.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Alternative hypothesis&lt;/strong&gt;: Contrary to the null hypothesis, the alternative hypothesis shows that observations are the result of a real effect.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Level of significance&lt;/strong&gt;: Refers to the degree of significance in which we accept or reject the null-hypothesis. 100% accuracy is not possible for accepting or rejecting a hypothesis, so we, therefore, select a level of significance that is usually 5%.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Type I error&lt;/strong&gt;: When we reject the null hypothesis, although that hypothesis was true. Type I error is denoted by alpha. In hypothesis testing, the normal curve that shows the critical region is called the alpha region.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Type II errors&lt;/strong&gt;: When we accept the null hypothesis but it is false. Type II errors are denoted by beta. In Hypothesis testing, the normal curve that shows the acceptance region is called the beta region.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;One-tailed test&lt;/strong&gt;: When the given statistical hypothesis is one value like H0: μ1 = μ2, it is called the one-tailed test.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Two-tailed test&lt;/strong&gt;: When the given statistics hypothesis assumes a less than or greater than value, it is called the two-tailed test.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Thanks for reading!
&lt;/h3&gt;

</description>
      <category>hypothesistesting</category>
      <category>statistics</category>
      <category>excel</category>
      <category>hypothesis</category>
    </item>
    <item>
      <title>The World Of Product Managers(PM)</title>
      <dc:creator>Francisca</dc:creator>
      <pubDate>Fri, 21 Jun 2019 21:01:28 +0000</pubDate>
      <link>https://dev.to/damikanye/the-world-of-product-managers-pm-3clm</link>
      <guid>https://dev.to/damikanye/the-world-of-product-managers-pm-3clm</guid>
      <description>&lt;p&gt;Product Managers basically manage a product through its lifetime.PM's do different things depending on the type of company but I'm going to talk about PM's in a tech-related company.&lt;/p&gt;

&lt;p&gt;So, basically I was in a tech company recently and I heard the word Product Managers and I was like..... what's that. I reached out to one of the PM's to ask what it was all about and what they actually do especially in a tech-related company.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--czs4-xml--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/f0plda1t6hndyjchsfjg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--czs4-xml--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/f0plda1t6hndyjchsfjg.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A PM in a tech-related company works like this: For example, company A approaches with a banking app idea. Product Managers look into the requirement and flow they come up with users stories, do more research on banking apps and look at best ideas, they analyze the user stories and ideas from other sources, then join these ideas together and create a full feature list.&lt;br&gt;
Next, are the app flow and design process, architecture diagram and sketches(wireframes). At this point a proposal is set and sent to company A, pitch the idea and get feedback on their requirement.&lt;br&gt;
After a successful delivery and company A is okay with the requirement, PM's develop mock-ups and prototype then straight to the coding phase this where the developers/programmers come into place. Product Managers still write tickets(issues), plan spirits, remove blockers for the developers and also decide which features are built first.&lt;/p&gt;

&lt;p&gt;Product Managers are in various capacities like :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managing all stakeholders of the product(client, developer, QA, sales team and finance, etc)&lt;/li&gt;
&lt;li&gt;Detailed requirement gathering and business analysis&lt;/li&gt;
&lt;li&gt;Ideas generation and problem-solving&lt;/li&gt;
&lt;li&gt;Removing blockers for stakeholders involved&lt;/li&gt;
&lt;li&gt;Planning and deciding the life cycle of the product&lt;/li&gt;
&lt;li&gt;Testing the product( if there is no software Quality Assurance)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And a lot of other silent activities. Product Managers are more than this but this majorly the core things of what's done&lt;/p&gt;

&lt;p&gt;In tech, PM's are of various types:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Design-Oriented Product Managers&lt;/li&gt;
&lt;li&gt;Data-Oriented Product Managers&lt;/li&gt;
&lt;li&gt;Developer-Oriented Product Managers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The day-to-day work of a PM is time-consuming between brainstorming new features, doing customer interviews, working with various internal/external stakeholders trying to create a go-to-market plan.&lt;/p&gt;

&lt;p&gt;If you find that the features your team is building aren't successful for some reasons you should probably hire a dedicated PM.&lt;br&gt;
A good PM decides what a company needs to build next and also creates a desired outcome and more company's product closer to its vision &lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

</description>
      <category>productmanagers</category>
      <category>pms</category>
      <category>techcompany</category>
      <category>programmers</category>
    </item>
  </channel>
</rss>
