|
Class Summary |
| BIJfft |
This class implements a one-dimensional real->complex fast fourier transform
Copyright (c) 1999-2004, Michael Abramoff. |
| BIJfht |
This class implements the fast Hartley transform on matrices and vectors (real float matrices). |
| BIJfit |
This class implements useful linear and polynomial regression and root finding
from
Press, Flannery, Teukolsky, Vetterling, Numerical Recipes in C 2nd ed, Cambridge University Press, 1986
Copyright implementation (c) 1999-2004, Michael Abramoff. |
| BIJfunctions |
This class implements useful numerical functions from
Press, Flannery, Teukolsky, Vetterling, Numerical Recipes in C 2nd ed, Cambridge University Press, 1986
Copyright implementation (c) 1999-2004, Michael Abramoff. |
| BIJgifa |
Implementation of GIFA (generalized indicator function approach). |
| BIJJacobi |
This class implements the jacobi function as a Java class. |
| BIJknn |
k Nearest Neighborhood (brute-force) implementation. |
| BIJmatrix |
Implements methods for large (by necessity, float) matrices, including covariance of matrix,
eigenvectors and others. |
| BIJmi |
Mutual infromation processing routines. |
| BIJmulticlass |
BIJ statistical methods for multiclass systems. |
| BIJpca |
Principal component analysis (PCA) on 2-D sequences (ie. |
| BIJShortMatrix |
Implements methods for large short matrices. |
| BIJstats |
BIJ statistical methods inherited from MatLab. |
| BIJtransform |
This class implements static transformation matrix operations for 2-D and 3-D transformation matrices. |
| BIJutil |
Utilities to link BIJ things to ImageJ. |
| Blas |
|
| Jacobi |
Deprecated. |
| SVDC |
This class contains the LINPACK DSVDC (singular value
decomposition) routine. |