Skip to content

MatStats 1.1

Compare
Choose a tag to compare
@dlegland dlegland released this 24 Dec 13:45
· 26 commits to master since this release

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 in 1.1:

  • many updates to plot functions, added pairPlot function
  • improved Table.read for more input formats
  • added 'cluster', nmf methods
  • improved PCA
  • bug fixes