Probability Distribution
- describes the real-world behavior of one or more random variables. These random variables can be either: discrete, continuous, or a mixture of the two
- describes how probabilities are distributed over the values of a random variable:
- for a discrete random variable, a probability distribution is described by a probability mass function
- for a continuous random variable, a probability distribution is described by a probability density function
- is a distribution function that:
- outputs a value between 0 and 1
- all values sum/integrate to 1
Probability Distribution - Population vs Sample
Probability Distribution - How They are Modeled/Represented
see Representations
Probability Distribution - Main Types
|
Probability Distributions & Description |
Syntax Examples |
|---|---|
|
|
|
|
|
|
|
|
Probability Distribution - Other Types
- Probability-Distribution
- Unconditional Probability Distribution
- Prior Probability Distribution - Posterior Probability Distribution
- Prior Predictive Distribution - Posterior Predictive Distribution
Estimating Parameters of a Parametric Distribution
Given:
- a parametric probability distribution function
- sample training data
Estimate:
- the probability distribution function’s parameters that best reflect the sample training data
See: Model (Population Parameters - Sample Statistics)
Generating Random Variable(s) that Simulate a Specific Probability Distribution
see: Probability - Generating Random Variable(s) that Simulates a Distribution