Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from mattools/matStats

Statistical Data Analysis Toolbox for Matlab. Provides a Table class similar to R's dataframe, as well a exloratory data analysis tools.

License

Notifications You must be signed in to change notification settings

cborel/matStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matStats

A Matlab Toolbox for Data Exploration and Analysis, based on a data table class.

The toolbox is organized around a Table class, similar to the dataframe in R, which encapsulates data array together with row names, column names, table name. It also supports factor columns, such as categorical factors ("yes", "no"). Several utility methods are provided, and many plot functions have been override to automatically annotate the resulting plots with table meta-data when appropriate.

The toolbox also contains facilities for statistical analysis of data tables, such as principal component analysis, analysis of variance, or linear discriminant analysis. Again, intuitive methods are povided for exploring and analysing the results by taking into account the names of the rows or of the columns.

A presentation of the library is provided in the matStats-manual.pdf document.

Installation

To install the toolbox:

  • download the zip archive of the latest release
  • unzip the file
  • add the 'matStats' directory to the Matlab path (see the "addpath" function from Matlab).

Some demontration scripts are provided in the "demo" directory.

About

Statistical Data Analysis Toolbox for Matlab. Provides a Table class similar to R's dataframe, as well a exloratory data analysis tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 100.0%