Main Content

Probability Distributions and Hypothesis Tests

Data frequency models, random sample generation, parameter estimation, and hypothesis testing

A probability distribution is a theoretical distribution based on assumptions about a source population. The distribution describes the probabilities of possible outcomes for a random event. A hypothesis test helps you determine if your sample data comes from a population with particular characteristics, such as a particular distribution. Statistics and Machine Learning Toolbox™ provides functionality for working with probability distributions and performing hypothesis tests, including functions that allow you to:

  • Fit probability distributions to sample data.

  • Evaluate probability functions, such as pdf and cdf.

  • Calculate summary statistics, such as mean and median.

  • Visualize sample data.

  • Generate random numbers.

  • Perform hypothesis testing with distribution tests, location tests, or dispersion tests.

For more information, see Working with Probability Distributions and Available Hypothesis Tests.

Click to go to the example, Compare Multiple Distribution Fits

Categories

Featured Examples