Package chapman.math contains Math-related classes.

The classes in this package include:

  1. Array - A class to perform various array manipulations.
  2. Complex - Complex arithmetic.
  3. Math1 - A class that contains additional methods beyond the standard ones in java.lang.Math.
  4. SigProc - A class to perform various signal processing functions (FFTs, etc.).
  5. Statistics - A class to calculate the statistics of a data set.