Skip to content

MatStats 1.1.2

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

MatStats release v1.1.2

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, clustering via k-means or HCA...

New features in 1.1.2:
(same release as 1.1, but increases version index to comply with FileExchange version)

  • many updates to plot functions,
  • added pairPlot function
  • improved Table.read to manage more cases
  • added 'cluster', nmf methods
  • improved PCA (added reconstruct method, fix bugs)
  • better support of tables without column names
  • bug fixes