GithubHelp home page GithubHelp logo

mattools / matstats Goto Github PK

View Code? Open in Web Editor NEW
21.0 2.0 10.0 2.01 MB

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

License: BSD 2-Clause "Simplified" License

MATLAB 100.00%
matlab statistics data-table data-analysis matlab-toolbox

matstats's Introduction

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

Add-On installation

Matlab provides a packaging mechanism via Add-On. The MatStats Add-On may be installed via the following:

  • Seelct the "Add-Ons" tab from Matlab's main interface
  • Choose "Get Add-Ons...". This opens the Add-On Explorer window
  • Type "MatStats" in the search bar, and select the MatStats library.
  • Click the "Add" button to add the library to your local configuration

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

Dependencies

The library has few (optional) dependencies:

The Matgeom dependency is automatically installed via the Add-On installation. Otherwise, dependencies need to be installed manually.

matstats's People

Contributors

dlegland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.