Skip to content

MatStats 1.1.3

Compare
Choose a tag to compare
@dlegland dlegland released this 31 Mar 13:06
· 17 commits to master since this release

MatStats release v1.1.3

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...

This features mainly aims at providing a version more compatible with octave (file MatStats-octave-1.3.2.zip).

New features in 1.1.3

  • sum and median methods can now operate on dimension 2
  • added bivariateHistogram method
  • allow empty column/row names at creation
  • fixed managment of non double data in kmeans method
  • updated Pca/reconstruct method
  • re-organize managment of sample data tables