Least Squares
Comparison of performance of our least squares algorithms to Matlab's implementations which is complete analogs.
Download *.pdf description of experiment Download *.zip with code samplesClustering Analysis
Comparison of performance of our SparseAgglomerativeClustering algorithm to Matlab'slinkage function with 'single' method (with default settings) which is equal to our Minimal linkage criteria.
Download *.pdf description of experiment Download *.zip with code samplesPrincipal Component Analysis
In this section we compare performance of our PCA class + Transform operation to Matlab's [W, Y] = princomp(X) function with default settings.
Download *.pdf description of experiment Download *.zip with code samplesStatistics
In this section we compare performance of some of our statistical routines with Matlab functions: standard deviation, order statistics, correlation.
Download *.pdf description of experiment Download *.zip with code samples