Skip to content
Sahithyan's S2
Sahithyan's S2 — Methods of Mathematics

Distributions

A distribution describes how the values of a random variable are spread out. It provides a mathematical function that gives the probability of a random variable taking on each possible value.

Parameters

Mean

Denoted by E(X)E(X) or μ\mu. Represents the “average” (or expected) value.

Properties:

  • If cc is constant, E(c)=cE(c) = c
  • E(X+c)=E(X)+cE(X+c) = E(X) + c
  • E(cX)=cE(X)E(cX) = cE(X)
  • E(g(x))=g(E(x))E(g(x)) = g(E(x)), where gg is a linear function

Median

Middle value dividing the distribution into 2 equal parts.

Variance

Denoted by Var(X)\text{Var}(X) or σ2\sigma^2. Measures the spread or dispersion of the distribution around the mean.

Properties:

  • Var(c)=0\text{Var}(c) = 0
  • Var(X+k)=Var(X)\text{Var}(X+k) = \text{Var}(X)
  • Var(aX)=a2Var(X)\text{Var}(aX) = a^2\text{Var}(X)
  • Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)\text{Var}(X+Y) = \text{Var}(X) + \text{Var}(Y) + 2\text{Cov}(X,Y)
  • If XX and YY are independent, Cov(X,Y)=0\text{Cov}(X,Y) = 0

Standard deviation

Square root of variance. Denoted by σ\sigma.

Skewness

Measure of the asymmetry about its mean. Positive skewness indicates a distribution with a longer right tail.

Kurtosis

Measure of the “tailedness” of the distribution. High kurtosis indicates a distribution with heavy tails or outliers.

Cumulative Distribution Function

Denoted by F^\hat{F}. Gives the proportion of observations less than or equal to xx. Always non-decreasing.