Java Applet

  • 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
  • Using a parameter it's possible to represent a property of an entire population with a single number instead of millions of individual data points. There are a number of possible parameters to choose from such as the median, mode, or interquartile range. Each is calculated in a different manner and illuminates the data from a different point of view. The mean is one of the most useful and widely used and helps us understand populations. A population is simulated by generating 10,000 floating point random numbers between 0 and 10. Sample means are displayed in histograms and analyzed.
    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 page provides an example of pseudo random number generators (PRNG) creating spread spectrum broadcasts and signals for encryption and decryption of wireless transmissions.
    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
  • This is a virtual applet, which models repeaded coin tossing by a random number generator. It allows you to change the number of tosses as well as runs and records your results.
    0
    No votes yet
  • This virtual applet simulates randomly drawing numbers from a box. You can choose which numbers you would like to choose from and the number of draws. The applet has the option to show theoretical probability and displays the results in histogram form.
    0
    No votes yet
  • This applet allows the user to simulate a race where the results are based on the roll of a die. For each outcome of the die, the user chooses which player moves forward. Then that car moves forward the given number of spaces. Users can experiment with the race by determining which player will win more often based on the rules that they specify.

    0
    No votes yet
  • As taken from the web site: "STATGRAPHICS Centurion is designed for anyone who wishes to do serious data analysis without investing weeks learning how to use a statistical package. It contains over 150 statistical procedures, covering everything from summary statistics to design of experiments. Yet you don't need to be a statistician to use the program. Everything is completely menu-driven, and there are tools such as the StatWizard and StatAdvisor to help you use the program most effectively." This program is available in three editions:Standard, Professional, and Enterprise.

    0
    No votes yet

Pages