Engineering Analysis/Distributions
DistributionsEdit
There are a number of common distributions, that are used in conjunction with random variables.
Uniform DistributionEdit
The uniform distribution is one of the easiest distributions to analyze. Also, uniform distributions of random numbers are easy to generate on computers, so they are typically used in computer software.
Gaussian DistributionEdit
The gaussian distribution, or the "normal distribution" is one of the most common random distributions. A gaussian random variable is typically called a "normal" random variable.
Where μ is the mean of the function, and σ2 is the variance of the function. we will discuss both these terms later.