Download Latest Version Statistics101Installer.jar (11.8 MB)
Email in envelope

Get an email when there's a new version of Statistics101 - Resampling Statistics

Home / Statistics101 v5.9
Name Modified Size InfoDownloads / Week
Parent folder
README.mkd 2024-02-09 3.5 kB
Statistics101_nbProject.zip 2024-02-09 84.9 MB
installStatistics101_5.9.jar 2024-02-09 11.4 MB
Statistics101_5.9.zip 2024-02-09 11.8 MB
Totals: 4 Items   108.2 MB 0

Version 5.9 02/08/2024

Updates in this version:

  1. Corrected Tip-of-the-Day, which in Linux would not display some of the images. The problem was that Linux is picky about the case of filenames and I wasn't. Problem doesn't show up in Windows and Mac because they are indifferent to filename case.

  2. Changed the "Check for update" logic so that if it can't find my website, it will lead the user to the SourceForge website to request to be notified about updates.

  3. Created a searchable "Basic Commands" category in the Command/Subroutine index that includes only original Resampling Stats commands.

  4. Changed the "alternate popup menu" of the Command/Subroutine index so that it works on the command/subroutine name that is under the mouse pointer when the popup is invoked, not a selected command/subroutine name. This avoids the spurious invocation of command/subroutine help window by no longer requiring the popup to apply to a selected name. Now, if there is a selection, it is ignored in favor of the name under the pointer when the popup is invoked.

If you want just the Statistics101 program, download either Statistics101_X.X.zip file or the installer, InstallStatistics101_X.X.jar.

Then,

For the zip file:

  1. Download the Statistics101_5.9.zip file

  2. Extract the folder from the zip file.

  3. Put the extracted folder in a convenient place on your hard drive. For example, in Windows, it is best to put it in C:\Users\Public so that if there are multiple users, they can all access it.

  4. The Statistics101.jar file must remain in the extracted folder; do not move it. Instead, create a shortcut to the Statistics101.jar file and put it on your desktop (or other preferred place) for easy access.

  5. Make sure you have Java JRE installed on your computer. Get it at https://www.java.com/en/

  6. To get an overview of the basic functionality of Statistics101, go to https://statistics101.sourceforge.io/statistics101web_000005.htm and https://statistics101.sourceforge.io/FlashTutorials/FlashTutorialsList.html

For the Installer:

  1. Download the installStatistics101_5.9.jar file.

  2. Double-click the downloaded file. (You must have Java JRE installed on your computer. Get it at https://www.java.com/en/)

  3. Follow the installer's instructions.

  4. The Statistics101.jar file must remain in the installation folder; do not move it. Instead, create a shortcut to the Statistics101.jar file and put it on your desktop (or other preferred place) for easy access.

  5. To get an overview of the basic functionality of Statistics101, go to https://statistics101.sourceforge.io/statistics101web_000005.htm and https://statistics101.sourceforge.io/FlashTutorials/FlashTutorialsList.html


If you want the Statistics101 source code, download Statistics101_nbProject.zip and unzip it.

The resulting folder has the source code and build information usable with the NetBeans IDE. Put the Statistics101_nbProject folder in a convenient place, for example in the directory that holds your other NetBeans projects. You can then open it with NetBeans.

Edit the build.xml file to set these lines (lines 9-11) to fit your directory structure:

<property name="version" value="5.9/>
<property name="projectDir" value="C:\nbProjects\Statistics101\" />

The "version" refers to the version number of the Statistics101 program.

Source: README.mkd, updated 2024-02-09