Engineering Analysis/Distributions

From testwiki
Revision as of 01:19, 15 June 2017 by imported>PokestarFan ({{BookCat}}/possible general fixes using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Engineering Analysis

Distributions

There are a number of common distributions, that are used in conjunction with random variables.

Uniform Distribution

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.

fX(x)={1ba if a<x<b0 otherwise
FX(x)={0 if x<axba if a<x<b1 if xb

Gaussian Distribution

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.

fX(x)=𝒩(μ,σ2)=12πσ2e(xμ)2σ2

Where μ is the mean of the function, and σ2 is the variance of the function. we will discuss both these terms later.

Exponential Distribution

Poisson Distribution