Skip to main content

One post tagged with "Testing"

View All Tags

· 19 min read

In my last two posts, I introduced measures of central tendency and the normal distribution.  Why?  Mostly because they are important statistical concepts but also because they lead nicely into the topic of statistical testing. 

Statistical testing is very important because it provides a level of confidence providing that results from experiments are not due to chance or luck (good or bad). There are at least 4 key steps to perform in statistical testing.  I say at least because for some of these you could easily break them down into smaller steps.  Oftentimes, these are implied or done so seamlessly that it doesn’t seem like they are steps at all but trust me, they are.  Each step will be discussed in turn but they are:

  1. Create a hypothesis
  2. Select the appropriate statistical test
  3. Determine the test statistic for your hypothesis
  4. Determine if the hypothesis should be rejected (statistically significant) or not rejected (statistically insignificant)

Just a note here, I will not be going into detail behind the math of these.  My goal is to explain the concepts behind statistical testing and provide two examples of their use.