|
Class Summary |
| AutoComplete |
AutoComplete provides a mechanism to modify the standard JComboBox to
implement auto-completion. |
| ComboBoxCellEditor |
|
| DescriptiveStatistics |
A simple class to calculate four basic descriptive statistics - average,
variance, skewness and kurtosis. |
| Histogram |
A class for creating histograms of series of numbers. |
| LinearRegression |
Implements a class for computing the linear regression (the best fit line in
a least-squares sense.) |
| Math2 |
Useful math functions not provided in the standard libraries. |
| PoissonDeviate |
Calculates a random deviate from the Poisson distribution with a specified
mean. |
| TextUtilities |
Some utilities for handling text in pre 1.5 JDKs |
| Transform3D |
A set of static methods for rotating and translating 3D vectors and points by
Euler angles. |