Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 702 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 702 Bytes

dataframe

Dataframe toolboxes for data analysis and plotting in Matlab

Dataframe toolboxes are designed for fast and effortless data analysis in Matlab. The core functionality centers on a data structure called data frames, inspired by the statisical programming language R.

The subsection of the project include:

  • util: Utility functions do handle data frames, file input / output, etc.
  • pivot: Flexible caluclation of statistical tables
  • graph: Generation of statistical graphs
  • stats: Inferential statistical routines, such as ANOVA, ttest
  • circ: Analysis of circular data
  • kinematics: Analysis of movement data

A full list of functions can be found below