F2 Mathematical Foundations / Probability Theory I Flashcards
What is the formula for the variance of x
Var(x)=E[(x-my_x )^2]
What is the formula for the mean of x
E(x)=(∑x_i )/n
What are three types of probability theory?
1) Classical / frequentist
2) Empirical / bayesian
3) Subjective
What is the difference between probabilistic and deterministic theories?
Probabilistic: If A then B is likely (used in political science)
Deterministic: If A then B.
What is a distribution?
A set of values that a random variable may take. Each values has a weight (=probability)
Which of the following a linear operator?
- Variance
- Expected value
- Integral
- Variance (no)
- Expected value (yes)
- Integral (yes)
What is a constraint for the CDF?
It is non-decreasing. If x increases then the probability will always increase or be the same.
What is a constraint of the PDF?
It is no defined for negativ values
f(x)>0
What is an interger?
Integers: {..-2,-1,0,1,2…}
What is the difference between a scalar, a vector and a matrix?
Scalar: One value
Vector: One dimensional/combination of values
Matrix: Two dimensional (can also be a vector)
What is the difference between an explicit and implicit function?
Explicit: y = x
Implicit: y = f(x)
How do you interpret the beta-koefficent?
With Δx what is the average increase in y?
What is euler’s number? What is it raised to the power of 1 and 0?
2.7182
e^1 = 2.7182
e^0 = 1
What does factorial mean? And what is 0! and 1!
The product of all positive integers from 1 to x (with x!). 5!=54321=120
0! = 1
1! = 1
How does the sum symbol work? Draw it
Index of summation: i (integer values)
Lower limit: m
Upper limit: n
The expression to be summed / element: f(i)
How it works:
Initialization: Start with i=m
Iteration: Increment i with 1 after each step
Termination: Stop once i exceeds n
Summation: Add the values of f(i) for each i from m to n