Chapter 3 Flashcards

1
Q

What is an experiment?

A

An experiment is a set of rules that governs a specific procedure, which can be indefinitely repeated and has a well-defined set of outcomes. An experiment with only one possible outcome is called a deterministic experiment, while an experiment with two or more possible outcomes is called a random experiment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a trial?

A

A trial is any performance or exercise of a defined experiment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an outcome?

A

Result of a given trial.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the sample space?

A

A set \omega of all possible outcomes of an experiment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the classical definition of probability assume?

A

A discrete and uniform distribution of probabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a probability space?

A

Mathematical model of real-world processes.

Consists of:
- Sample space
- Set of Events
- Probabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Kolmogorov’s Axioms?

A
  1. The probability of an event \omega is non-negative
  2. The probability that some event in the entire sample space will occur is 1
  3. Sum of probabilities is homogeneous
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a stochastic variable?

A

A variable representing the outcome of a naturally real-valued random experiment

or, a a function X mapping the probability space of a random experiment to real numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the stochastic process?

A

Stochastic processes are used to describe probabilities of non-deterministic systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Ergodicity?

A

If all the statistics of a process π‘‹π‘˜ may be determined from a single function 𝑋𝑖 πœ”0 of the process, it is said to be ergodic – that is, it behaves the same whether analyzed over time or averaged over space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the probability distribution function ?

A

The probability distribution function (pdf) (probability mass, probability density) describes the probability of a stochastic variable taking certain values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the probability mass function?

A

Probability distribution function for discrete probability distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Probability density function?

A

Probability distribution function for Continuous probability distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the cumulative distribution function?

A

The cumulative distribution function (cdf) describes the probability that a stochastic variable 𝑋 with a given probability distribution (discrete or continuous) will be found at a value less than or equal to π‘₯.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are Statistical Moments?

A

A moment can be seen as a quantitative measure of the shape of a set of points, i.e. the moments describe how a probability distribution is shaped

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the formulas for the k-th moment of a random variable X?

A

Continuous:

E[X^k] = \int_{-\infty}^{\infty} x^k p(x) dx

Discrete:

E[X^k] = \sum_{i=1}^N x_i^k p(x_i)

17
Q

What are the formulas for the k-th central moment of a random variable X?

A

Continuous:

E[(X-\mu)^k] = \int_{-\infty}^{\infty} (x-\mu)^k p(x) dx

Discrete:

E[(X-\mu)^k] = \sum_{i=1}^N (x_i-\mu)^k p(x_i)

18
Q

What are the formulas for the k-th standardized moment of a random variable X?

A

Continuous:

E[((X-\mu)/\sigma)^k] = (1/\sigma)^k * \int_{-\infty}^{\infty} (x-\mu)^k p(x) dx

Discrete:

E[((X-\mu)/\sigma)^k] = (1/\sigma)^k * \sum_{i=1}^N (x_i-\mu)^k p(x_i)

19
Q

What is expected value / expectation / mean? What are its formulas

A

1st moment of x

Discrete:
E[x] = \sum_{i=1}^N x_i p_d(x_i) = \micro

Continuous E[x] = \int_{-\infty}^{\infty} xp(x)dx = \micrp

20
Q

What is variance \sigma? What are its formulas?

A

Second statistical moment. Describes how far away the number lie from the mean.

Discrete: Var[x] = \sum_{i=1}^N (x_i - \micro)^2 * p_d(x_i) = E[(X-E[X])^2]

Continuous:
Var[x] = \int_{-\infty}^{\infty} (x-\micro)^2 p(x) dx = E[(X-E[X])^2]

21
Q

What is Skewdness? What are its formulas?

A

Normalized third central moment. Indicator of asymmetry

Discrete: S[x] = (1/\sigma^3) * \sum_{i=1}^N (x_i - \micro)^3 * p_d(x_i)

Continuous:
S[x] = (1/\sigma^3) * \int_{-\infty}^{\infty} (x-\micro)^3 p(x) dx

22
Q

What is Kurtosis. What are its formulas?

A

Fourth normalized moment. Degree of peakedness

Discrete: K[x] = (1/\sigma^4) * \sum_{i=1}^N (x_i - \micro)^4 * p_d(x_i)

Continuous:
K[x] = (1/\sigma^4) * \int_{-\infty}^{\infty} (x-\micro)^4 p(x) dx

23
Q

What is covariance?

A

The covariance (or cross covariance) of two stochastic variables 𝑋 and π‘Œ is a measure of how the variables change together.

24
Q

What is the formula for the correlation coefficient?

A

\rho = \frac{Cov(x,y)}{\sigma_x \sigma_y}

25
What is the formula for covariance?
Cov(X,Y) = E[(X - E[X])(Y-E[Y])]
26
What is conditional probability?
The conditional probability is the probability of an event under certain circumstances, more precisely when the sample space is limited to another event.
27
What is the formula for conditional probability?
Let 𝐴 and 𝐡 be two events. Then the conditional probability of 𝐡 given that 𝐴 has occurred is given by : P(B|A) = \frac{P(A N B)}{P(A)}
28
What is Bayes' Theorem?
P(B|A) = \frac{P(B)P(A|B)}{P(A)}
29
What is the Law of Large Number?
For 𝑁 samples, the probability of one sample can be approximated by the empirical probability 𝑝 𝑋 β‰ˆ 1/𝑁 Sample mean will approach actual mean as N approaches infinity
30
What is the central limit theorem?
The Central Limit Theorem states, that a scaled version of the sample average is normally distributed about the true mean
31
What are some additional distributions?
- X^2 distributions - F distributions - t- statistic / student-t distributions
32
What is a type 2 error?
The sample shows correct when the statement is false
33
What is type 1 Error?
The sample shows incorrect, when correct
34
What is the hypothesis testing process?
1. Formulate hypothesis 2. Formally state hypothesis 3. Decide which relevant test-statistic, i.e. which metric 𝑇 shall be used in the decision-making process 4. Determine the distribution of the test-statistic, under the null hypothesis 5. Choose a level of significance 𝛼. 6. Under the null-hypothesis, with the distribution of the test-statistic, a threshold value for the data can be determined. 7. The threshold defines a β€œcritical region” for the possible outcomes of the experiment, where 𝐻_0 is rejected 8. Compute the observed value of the test-statistic t 9. If π‘‘π‘œπ‘π‘  is in the critical region, 𝐻0 can be rejected and 𝐻1 accepted.
35
What is E[X]?
It is the expectation / first statistical moment
36
How are the expectation and the variance of the variance of the x^2 distribution defined?
E[Z] = N Var[z] = 2N where N is the degrees of freedom
37
How are the expectation and the variance of the variance of the t-statistic distribution defined?
E[T] = 0 Var[T] = 2/(N-2) where N is the degrees of freedom