MatStats 1.0
MatStats release v1.0
MatStats is a toolbox for manipulating data tables within Matlab, and performing statistical analyses. It contains a class for representing data tables, a collection of plot methods that automatically annotate the graphs with the relevant information, and facilities for statistical exploration of the data within the Table: Principal component analysis (PCA), analysis of variance (ANOVA), Linear Discriminant Analysis, k-means...
New features
- added
cumsum
,diff
,head
,tail
, functions - added
crossTable
function for comparing classification results - added
LinearDiscriminantAnalysis
class - fixed some bugs in PCA class
- changed convention for property names (capitalize first letter)
- it is now possible to work with tables with empty row names