Statistics Toolbox 6.2
Product Description
- Statistics Toolbox Key Features
- Data Management and Descriptive Statistics
- Probability Distributions and Analysis of Variance
- Linear and Nonlinear Modeling and Multivariate Statistics
- Design of Experiments
- Hypothesis Testing and Statistical Process Control
Data Organization and Management
Statistics Toolbox provides two specialized array types—categorical arrays and dataset arrays—that enhance MATLAB standard data types by enabling convenient organization and analysis of statistical data.
Categorical Arrays
Categorical arrays let you organize and process categorical data that takes on values from a finite set of discrete levels or categories. With categorical arrays, you can:
- Store nominal data using descriptive labels, such as "red," "green," and "blue" for an unordered set of colors
- Store ordinal data using descriptive labels, such as "cold," "warm," and "hot" for an ordered set of temperature measurements
- Manipulate categorical data using familiar array operations and indexing methods
- Index into other variables or create subsets of data based upon the category of observation
- Group observations of the same category for computing statistics and creating visualizations
Dataset Arrays
Dataset arrays enable convenient organization and analysis of heterogeneous statistical data and metadata. Dataset arrays have columns that represent different measured variables and rows that represent different observations. With dataset arrays, you can:
- Collect variables of different data types and sizes in a single array
- Use metadata to describe variables and observations, and to access them by name
- View summary statistics and display data in an intuitive tabular format
- Create, manage, and operate on dataset arrays using a variety of supporting methods
Descriptive Statistics
Descriptive statistics methods enable you to quickly understand and describe potentially large sets of data. Statistics Toolbox includes functions for calculating:
- Measures of central tendency (measures of location), including average, median, and various means
- Measures of dispersion (measures of spread), including range, variance, standard deviation, and mean or median absolute deviation
- Linear and rank correlation (partial and full)
- Results based on data with missing values
- Percentile and quartile estimates
- Bootstrap statistics
- Density estimates (using a kernel-smoothing function)
These functions help you summarize the values in a data sample with a few highly relevant numbers.
Statistical Plotting and Interactive Graphics
Statistics Toolbox includes numerous functions that help you represent your data graphically. In addition to the standard set of MATLAB plot types, Statistics Toolbox includes box plots, probability plots, histograms and 3-D histograms, control charts, quantile-quantile plots, and several multivariate plots. It also provides interactive graphics that enhance analysis in areas such as:
- Nonlinear and polynomial fitting and prediction
- Exploration of distribution functions and distribution fitting and analysis
- Interactive random number generation
- Response surface modeling
- Interactive process experimentation and analysis
- Stepwise regression analysis
Store

