Danby Package for probability and statistics applets
This package collects java classes useful for writing probability and statistics applets.
This code was originally developed as the GTSS (Generic
Tutorial System for the Sciences) package. The danby package is an update of that code, reduced
to those parts that apply to probability and statistics. The name
danby" is a continuation of my
habit of naming computer-related things after obscure San Bernardino County desert towns.
The entire package can be dowloaded:
- A zip file containing the source and compiled code.
- A jar file containing only the compiled byte code.
- A jar file containing only the java source code.
It is divided into five parts:
- The applet sub-package. This contains classes to conveniently construct menus,
external frames with a split pane, etc.
- The graph sub-package. This includes several classes to
enable the construction of graphs.
- The math sub-package. This includes a class with several static
methods for mathematical functions not included in java.lang.Math.
- The stat sub-package. This includes classes for histograms,
regressions, and such.
- The util sub-package. Miscelaneous other methods.