Generating Random Numbers And Estimation Flashcards

1
Q

What is the inverse CDF method

A

The inverse CDF method is:
If G(x) is a strictly increasing function from [a,b] to [0,1] (a,,b can be +- infinity)
Let U ~unif(0,1) and X = G^-1(U)
Then X is an RV with CDF G(x)

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

What are true random numbers

A

True random numbers are all independent where each digit is equally likely

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

What are pseudo random numbers

A

Pseudo random numbers follow a pre-specified pattern unknown

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

What is method of moments estimation method

A

Method of moments estimation method is:
E(Xi) = mu = h(theta) where mu = 1/n sum(xi) where xi are observed values and h is a function of how to f8nd mean, e.g exponential h(theta) = 1/lambda = 1/n sum(xi)

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

What is an estimate and what can they be based on

A

An estimate is a real number computed from data, an estimate of parameter theta based on x1,…,xn can be written as theta hat = h(x1,…,xn)

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

What is an estimator

A

An estimator is an RV, function of RVs X1,…,Xn that comprise data, estimator is RV h(X1,…,Xn)

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

What is definition of likelihood function (discrete)

A

Definition of likelihood function is:
L(theta, x) = i = 1 to n PI px(theta ,xi) where px(theta,xi) = P(Xi =xi) and X1,,..,Xn are i.i.d discrete RVs and theta denotes a parameter of a vector of parameters
likelihood is Joint PMF

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

What is likelihood function (continuous)

A

Likelihood function continuous is:
L(theta, x) = i=1 to n PI fx(theta, xi)
Likelihood is joint PDF

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

What is the log likelihood

A
Log likelihood (for both discrete and continuous) is 
L(theta, x) = ln{L(theta, x)}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is maximum likelihood estimate of a (vector of) parameter

A

Maximum likelihood estimate (MLE) of a (vector of) parameters is:
Value of theta that maximises (log) likelihood function/for observed data

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

What is Q-Q plot and when is it accurate

A

Q-Q plot is a graph of xi against F^-1x(i/n+1) where there are n observed values and Fx is CDF of a distribution proposed for RVs Xi
Accurate when points lie close to line y=x

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