Quiz Flashcards

1
Q

What are the permutations of n different elements taken n at a time and what is their number?

A

Permutations are all the possible linear arrangements of all the elements.

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

Define the combinations of n different elements taken k at a time in words.

A

All possible selections of size k of different elements.

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

What is the meaning of the (n / k) binomial coefficient? Define it with a formula and with reference to combinatorics.

A

The binomial coefficient gives the number of ways k elements can be chosen from n different elements without regard to order.

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

Describe the relationship between the probabilities of event A and its complement event B.

A

P(A) + P(B) = 1

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

Define the sum of events A and B.

A

Sum of A and B is the event which occurs when either A or B or both occur.

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

What is the probability of the sum of events A and B?

A

P(A + B) = P(A) + P(B) - P(AB)

where (A + B) is the sum of events A and B.
and (AB) is the products of events A and B.

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

Define the product of events A and B.

A

Product of A and B is the event which occurs when both A and B occur.

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

Define the complement event of event A.

A

Is the event which occurs when A doesn’t occur and the sum of the probabilities of A and its complement event is 1.

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

When are events A and B exclusive?

A

It is when AB = 0.

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

When are events A and B independent of each other?

A

Only if event B has no effect on the probability of event A and vice versa.

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

Using the terms of set theory define:
a. the product of events A and B.
b. the sum of events A and B.

A

a. AB — the intersection of events A and B.
b. A + B — the union of events A and B.

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

What is the meaning of P(A|B)?

A

It is a conditional probability of A given B. And the probability of A occurring is dependent on B.

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

What is the definition of a random variable?

A

Is the number assigned to a random event.

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

What is a continuous random variable?

A

A random variable is continuous if it can assume any value within a specified interval of values.

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

What is the definition of the cumulative relative frequency of a sample?

A

Cumulative relative frequency of a sample at x gives the fraction of elements in the sample which are smaller than or equal to x.

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

Define the mean of a discrete random variable.

A

xi — is the ith value of the random variable.
pi — is the probability that the random variable assumes the value of xi.

17
Q

Define the variance of a random variable.

A

Is the squared deviation of a random variable from its mean.

18
Q

Define the variance of a sample in words.

A

A statistic estimating the variance of a random variable or population from which the sample has been taken.

19
Q

Define the standard deviation (SD) and the standard error of the mean (SEM) of a sample with formulas.

A

xi — the sample of elements.
x̄ — is the mean of the sample.
n — is the number of elements in the sample.

20
Q

Define the coefficient of variation (CV) in words, and with a formula.

A

Coefficient of Variation (CV) is the standard deviation (SD) expressed as the percentage of the mean (x̄):

CV = (SD / x̄) * 100

21
Q

What is an ordered array?

A

Is a listing of the values of a sample from the smallest to the largest values.

22
Q

Define the i-th percentile of a sample.

A

Is the smallest sample value that is equal to or greater than i% of the observations.

23
Q

Define the first, second and third quartile (Q1, Q2, Q3) of a sample.

A

Q1 is the 25th percentile, Q2 is the 50th percentile (or the median), Q3 is the 75th percentile.

24
Q

Define the mode of a sample.

A

Is the value which occurs the most frequently.

25
Q

Give the kth element of a binomial distribution with parameter p (the probability of the first possible outcome of a trial) if the total number of trials n (k = 0, 1, 2, 3…, n), and define the probability it means.

A

Pn,k is the probability that a given event occurs k times in n independent trials with two possible outcomes with probabilities p and 1-p:

26
Q

Give the sum of the elements of a Poisson distribution with parameter λ.

A
27
Q

What is a type I error in a statistical test?

A

True hypothesis (✓) — ACCEPTED
Null hypothesis (✗) — REJECTED

28
Q

What is a type II error in a statistical test?

A

True hypothesis (✗) — REJECTED
Null hypothesis (✓) — ACCEPTED

29
Q

When is a sample representative?

A

When we use random sampling (i.e. each element of the population has equal probability of being sampled)

30
Q

What are the most important attributes of the quality of an estimates? Define them briefly.

A

1. Accuracy or unbiasedness — Value equal to the mean of the estimated parameter.

2. Precision or reproducibility — Value of the SD is small.

31
Q

Write the null hypothesis for an F test

A

Variances of the two populations under investigation are equal.

32
Q

What is the definition of specificity of a clinical diagnostic test?

A

Specificity is the probability of obtaining a negative test result in a patient without the examined diseases condition (i.e. the reliability of the test in correctly identifying those patients who do not have the condition)

P(T- | D-)

33
Q

What is the definition of sensitivity of a clinical diagnostic test?

A

Sensitivity is the probability of obtaining a positive test result in a patient who has the examined diseases condition (i.e. the reliability of the test in correctly detecting those patients who have the condition)

P(T+ | D+)

34
Q

What is the definition of negative predictive value?

A

Negative predictive value is the probability that a subject with a negative test result does not have the disease condition.

P(D- | T-)

35
Q

Give the kth element of a Poisson distribution with parameter λ and define the probability it means.

A

Pk — is the probability that the given event occurs k number of times in an infinite number of independent trials.

36
Q

What is the definition of the cumulative distribution function of a random variable?

A

Cumulative distribution function (CDF) of a random variable at x gives the probability that the random variable assumes a value smaller than or equal to x

37
Q

What is the probability that a continuous random variable assumes a value in the interval between a and b?

A

The probability is equal to the area under the curve of the probability density function between a and b