The enclosed applet computes the mean and standard deviation of the mean of a set of numbers using a resampling technique. Specifically, it creates 1000 distinct subsets by randomly selecting values (with replacement) from the original subset. The mean of each subset is computed and the standard deviation of these means are computed.
Enter the raw data numbers in the top text area and then click "Compute."