Skip to content

MatStats 1.1.4

Latest
Compare
Choose a tag to compare
@dlegland dlegland released this 23 Jun 13:50
· 8 commits to master since this release

MatStats release v1.1.4

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 release is mostly for adding the MatGeom dependency to the project.

New features in 1.1.4
Bug fixes:

  • Table/Table: check type of parent when specified
  • Table/read: better support of empty factor columns, fix managment of multiple delimiters
  • Table/repmat: fix bug in managment of names
  • Table/write: fix management of user-defined separator

Added source code for user manual

Full Changelog: v1.1.3...v1.1.4