Joint Distribution, Measure of Error & Families of Discreet Random Variables Flashcards

1
Q

E(x+b) =

A

E(x) + b

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

E(a*x) =

A

E(x) * a

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

E(a*x+b) =

A

a*E(x) + b

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

var(x+b) =

A

var(x)

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

var(a*x) =

A

(a^2)* var(x)

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

var(a*x+b) =

A

(a^2)*var(x)
- no b

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

What is covariance?

A

Covariance measure how much two random variables change together.
Covariance only describes linear relationships between two variables.

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

Cov(x,y) =

A

E(x) - E(x)*E(y)

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

correlation coefficient

A

cov(x,y) / σ(x)*σ(y)

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

E(x+y) =

A

E(x) + E(y)

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

A higher dimension of binomial distribution
- fixed # of trials (n)
- all trials (xi) are independent
- for each trial (xi) there are k categories (x1, x2, …. xk)
- probabilities of occurring are p1, p2, … pk where p1 + p2 + … pk = 1

A

multinomial distribution

p(X = x1) = [ n! / ( x1! * x2! * …xk! ) ] * p1^x1 * p2^x2 * … pk^xk

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

bias =

A

(mean) - (true value)
Bias is the systematic error, which is the same for every measurement and may be the result of a lack of calibration.

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

accuracy

A

Accuracy is the closeness of the measurements to the true value, determined by the bias.

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

computation of uncertainty

A

var(some formula with constants and variables)
(all constants part)^2 * var(variable)
(all constants part)^2 *(σ)^2
σ = sqrt((all constants part)^2 *(σ)^2) = (all constants part) *(σ)
NOTE: take partial derivatives when more than one variable is involved (such as height and radius), ADD those terms, do the square root thing to find the uncertainty

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

What is propagation of error?

A

finding the uncertainty of measurements

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

What is propagation of error?

A

finding the uncertainty of measurements

17
Q

All possible values have the same probability

A

Discrete Uniform: parameters are (a, b)
E(x) = (a + b) / 2

var(x) = [ (b - a)*(b - a + 2) ] / 12

but also var(x) = E(x^2) - [E(x)]^2

18
Q

Any experiment with only two outcomes

A

Bernoulli Trials
A Bernoulli random variable is described as x = 1 if ‘success’, or x = 0 if ‘failure’
p(x) = p if success
p(x) = 1-p if failure

19
Q

A series of Bernoulli random variables

A

binomial random variable
n = # of trials
p = probability of success

20
Q

A large number of trials with a small probability of occurring

A

Poisson random variable
x = # of occurrences over a specified interval or region
EXAMPLES: calls in an hour, # of chocolate chips in your cookie
λ: avg # of occurrences per unit time
t = # of time units over a particular interval
NOTATION: x ~poisson(λt)

21
Q

var(x + y) =

A

var(x) + var(y) =

22
Q

Monitor over a time interval
RV is x ~ ____________(λ,t)

A

Poisson random variable
x: the number of occurrences over a time interval