Distribution & variables Flashcards
Define the Probability Distribution Function (PDF)
P(a
Define the variance of a function
V(X) = E(X^2) - (EX)^2 V(X) = [(x - E(X))^2 f(x) dx](infinity, -infinity)
What is the general PDF for a normally distributed function?
f(x) = [1/sqrt(2piV(X))] exp(-(x-E(X))^2/2V(X))
The mass of a bag of sand is 50 +/- 0.5kg. What is the mean and variance?
Mean = 50kg
2 Standard deviation = 0.5kg
Variance = (0.025)^2
What are the conditions of a standard normal variable?
Mean = 0 Variance = 1
How do you standardise a normal independent variable?
Z could be a function of 2 independent variables, eg. 2X + Y.
Z = (x - E(X))/stddev.
What tables have the z distribution in?
III
Draw the z distribution and label the levels of certainty.
mean +/- 1 stddev. = 68%
mean +/- 2 stddev. = 95%
mean +/- 3 stddev. = 99.7%
What is the general PDF for a log-normal distribution function?
f(x) = [1/(xw sqrt(2pi)] exp[-(ln(x) - mean)^2/2w^2]
What are the conditions of a log-normal variable?
Y
mean = location = theta
variance = scale = w^2
Draw the log-normal distribution and label;
w^2 = 1
w^2 = 0.25
w^2 = 2.25
See diagram
Define the mean and variance for;
Y = X + c
Mean = E(Y) = E(X) + c Variance = V(Y) = V(X) + 0
Define the mean and variance for;
Y = c X
Mean = E(Y) = E(cX) = cE(X) Variance = V(Y) = V(cX) = c^2 V(X)