Text version of the page
Analysis of covari-ance (ANOCOVA) tool, which plots data to assess group-to-
group differences and the impact of a predictor variable on a response variable.
Probability Distributions
supports both complete and censored (reli-ability) data and lets you exclude data, save and load sessions, and generate M-code.The Distribution Tool GUI lets you learn about a variety of probability distributions and explore how parameters affect their position and shape.The Random Number Tool GUI provides a random number generator to simulate behavior associated with particular distri-
butions. You can use this random data to test hypotheses or models under different conditions, as well as perform Monte-Carlo simulations.Statistics Toolbox also includes functions for generating random samples from multi-
variate distributions, such as t, normal, copulas, and Wishart; sampling from finite populations; performing Latin hypercube sampling; and generating samples from Pearson and Johnson systems of distributions. >
Analysis of Variance
Statistics Toolbox includes an extensive library of probability distribution functions that let you fit probability distributions to your data, compute functions from them, and generate random samples. From the command line you have access to more than 150 different functions for:Calculating the probability density func-tion (pdf)Calculating the cumulative distribution function (cdf) and its inverseComputing mean and variance
Estimating distribution parameters
Generating random numbersStatistics Toolbox includes three inter-active graphical user interfaces (GUIs) that simplify common analysis tasks. The Distribution Fitting Tool GUI lets you fit data using 21 predefined prob-
ability distributions, a nonparametric (kernel-smoothing) estimator, or a custom distribution that you define yourself. It Analysis of variance (ANOVA) lets you determine whether data sets from different groups have different characteristics. You can classify groups using discrete predictor variables. A follow-up multiple comparisons analysis can pinpoint which pairs of groups differ from each other.Statistics Toolbox includes algorithms for ANOVA and related techniques, including:One-way ANOVA with graphics
Two-way ANOVA for balanced data
Multiway ANOVA for balanced and unbal-anced data (both fixed and random effects)Analysis of covariance (ANOCOVA)
One-way multivariate ANOVA
Nonparametric one- and two-way ANOVA (Kruskal-Wallis, Friedman)Multiple comparison of group means, slopes, and intercepts
>