Lecture/Presentation

  • This short article discusses the difference between "important" and "statistically significant." The data used come from a study comparing male faculty salaries to female faculty salaries.
    0
    No votes yet
  • This lesson describes bootstrapping in the context of a statistics class for psychology students.
    0
    No votes yet
  • This webpage uses the criminal trials in the US Justice system to illustrate hypothesis testing, type I error, and type II error. An applet allows the user to examine the probability of type I errors and type II errors under various conditions. An applet allows users to visualize p-values and the power of a test. Keywords: type I error, type II error, type one error, type two error, type 1 error, type 2 error
    0
    No votes yet
  • This is an example of "growing" a decision tree to analyze two possible outcomes. The tree's branches examine the two possible conditions of employee drug use with corresponding probabilities. This example looks at the final outcome probabilities of being correctly and incorrectly identified versus testing accuracy.
    0
    No votes yet
  • This page explores Benford's Law: For naturally occurring data, the digits 1 through 9 do not have equal probability of being the first significant digit in a number; the digit 1 has greater odds of being the first significant digit than the others. This law can be used to catch tax fraud because truly random numbers used by embezzlers do not meet this condition.
    0
    No votes yet
  • This page explores Benford's law and the Pareto Principle (or 80/20 rule). Benford's law may also have a wider meaning if the digits it evaluates are considered ranks or places. The digit's probability of occurring could be considered the relative share of total winnings for each place (1st through 9th). In other words, 1st place would win 30.1%, 2nd place 17.6%, 3rd 12.5%,... 9th place 4.6% of the available rewards. The normalized Benford curve could be used as a model for ranked data such as the wealth of individuals in a country. To determine if the Benford model gives results similar to those of the Pareto principle we use the normalized Benford equation in a computer program.
    0
    No votes yet
  • This page shows how elements of a systems can be eliminated as causes in problem troubleshooting. The principles of twenty questions are frequently used in the business world to conduct computerized searches of massive data bases. These are called a binary searches and are one of the fastest search methods available. To conduct binary searches, data must be sorted in order or alphabetized. The computer determines which half of the list contains the item. The half containing the item is divided in half again and the process repeated until the item is found or the list can no longer be divided. Problem solvers should avoid focusing on the cause and instead ask which elements of the system can be eliminated as causes.
    0
    No votes yet
  • Pseudo random number generators (PRNG) start with a seed value and will eventually repeat all the numbers they generate in exactly the same order. Putting in the same seed value will give precisely the same set of random numbers. On large scale Monte Carlo simulations (depends on generation of multiple random numbers), care has to be taken to make sure that the PRNG cycle is significantly longer than the quantity of random numbers needed or the pattern in the PRNG cycle can show up as an error producing pattern in the simulation results.
    0
    No votes yet
  • This lesson plan uses the Birthday Paradox to introduce basic concepts of probability. Students run a Monte Carlo simulation using the TI-83 graphing calculator to generate random dates, and then search for matching pairs. Students also perform a graphical analysis of the birthday-problem function. Key Words: Permutations; Explicit Function; Recursive Function; Modeling.
    0
    No votes yet
  • This is a virtual spinner applet, which allows you to change spinner regions and the number of spins. It records the results and displays the data in a histogram.
    0
    No votes yet

Pages

register