Flashcards: Statistics Foundations and Probability — 94 cards

All cards

1Question

What is Statistics as a scientific method?

Answer

It is used to collect, present, analyze, interpret data, and draw conclusions.

2Question

What does theoretical statistics develop and prove?

Answer

Statistical theorems, methods, formulas, rules, and laws.

3Question

How does applied statistics use statistical methods?

Answer

It uses them to solve real problems.

4Question

What is the population in statistics?

Answer

The set of all observation units studied for their characteristics.

5Question

What is a sample in statistics?

Answer

A selected part of the population for analysis.

6Question

What distinguishes a census from a sample survey?

Answer

A census surveys every population element; a sample survey only part.

7Question

What defines a random sample?

Answer

Each population element has a known nonzero chance of selection.

8Question

What defines a non-random sample?

Answer

Some population elements have no chance of selection.

9Question

What defines a variable in data analysis?

Answer

A characteristic studied across units that can take different values.

10Question

How does a quantitative variable differ from a qualitative variable?

Answer

A quantitative variable is expressed numerically, a qualitative variable is categorized without numbers.

11Question

What distinguishes a discrete variable from a continuous variable?

Answer

A discrete variable has countable isolated values, a continuous variable takes any value within intervals.

12Question

What is the key feature of nominal measurement?

Answer

Numbers serve only as category labels without order or magnitude.

13Question

What does a ratio scale's zero represent compared to an interval scale's zero?

Answer

A ratio scale zero indicates absence of the phenomenon; an interval scale zero does not.

14Question

Which scale does weight use and which scale does temperature use?

Answer

Weight uses a ratio scale; temperature uses an interval scale.

15Question

What is the formula for relative frequency of a category?

Answer

fr=fff_r=\frac{f}{\sum f}

16Question

According to Sturges' rule, how is the number of grouped intervals estimated?

Answer

C=1+3.3logNC=1+3.3\log N where NN is the number of observations.

17Question

What is the arithmetic mean for a population denoted by?

Answer

It is denoted by μ.

18Question

How is the median defined for an even number of observations?

Answer

It is the arithmetic mean of the two middle values.

19Question

What does the mode represent in a data series?

Answer

The value occurring with the greatest frequency.

20Question

Can a data series have more than one mode?

Answer

Yes, it can have more than one mode or no mode.

21Question

What does a smaller standard deviation indicate about data dispersion?

Answer

It indicates less dispersion around the mean.

22Question

What is the formula for the coefficient of variation for a population?

Answer

CV=σμ×100CV=\frac{\sigma}{\mu}\times100

23Question

How is the coefficient of variation calculated for a sample?

Answer

CV=sxˉ×100CV=\frac{s}{\bar{x}}\times100

24Question

How is the interquartile range calculated?

Answer

It is the difference between the third and first quartiles: IQR=Q3Q1IQR=Q_3-Q_1.

25Question

What is the sample space in an experiment?

Answer

The set of all possible outcomes of the experiment.

26Question

What is the formula for the probability of an elementary outcome when all outcomes are equally likely?

Answer

P(Ei)=1total number of outcomesP(E_i)=\frac{1}{\text{total number of outcomes}}

27Question

How is the probability of an event A calculated when all outcomes are equally likely?

Answer

P(A)=number of favorable outcomes for Atotal number of outcomesP(A)=\frac{\text{number of favorable outcomes for }A}{\text{total number of outcomes}}

28Question

How does relative-frequency probability estimate event probability?

Answer

As P(A)=fnP(A)=\frac{f}{n} where f is realizations of A and n is trials.

29Question

What happens to the relative-frequency probability estimate as the sample size grows?

Answer

The estimate becomes more stable.

30Question

What defines subjective probability?

Answer

Probability assigned from individual opinion, experience, information, and belief.

31Question

What are the four conditions of a binomial experiment?

Answer

n identical trials, two outcomes per trial, constant probabilities, independent trials.

32Question

What is a random variable?

Answer

A variable determined by the outcome of a random experiment.

33Question

What distinguishes a discrete random variable from a continuous one?

Answer

Discrete variables take countably many values; continuous variables take any value in intervals.

34Question

What conditions must a discrete probability distribution satisfy?

Answer

Each probability is between 0 and 1, and all probabilities sum to 1.

35Question

What is the formula for the expected value of a discrete random variable?

Answer

E(X)=μ=xP(x)E(X)=\mu=\sum xP(x)

36Question

How is the standard deviation of a discrete random variable calculated?

Answer

σ=x2P(x)μ2\sigma=\sqrt{\sum x^2P(x)-\mu^2}

37Question

What defines the shape and parameters of the normal distribution?

Answer

It is symmetric and bell-shaped with mean μ as center and standard deviation σ as dispersion.

38Question

What is the standardized normal distribution?

Answer

A normal distribution with mean 0 and standard deviation 1.

39Question

What are standardized values in the standardized normal distribution called?

Answer

They are called z-values or z-scores.

40Question

What percentage of area lies within one standard deviation in a normal distribution?

Answer

68.26% of the total area lies within one standard deviation.

41Question

What is the mean of the standardized normal distribution?

Answer

The mean is 0.

42Question

What is the standard deviation of the standardized normal distribution?

Answer

The standard deviation is 1.

43Question

What symbol denotes the random variable of the standardized normal distribution?

Answer

The random variable is denoted by Z.

44Question

How is the probability P(Za)P(Z \leq a) expressed using the cumulative distribution function F?

Answer

P(Za)=F(a)P(Z \leq a) = F(a).

45Question

How is the probability P(Za)P(Z \geq a) expressed using the cumulative distribution function F?

Answer

P(Za)=1F(a)P(Z \geq a) = 1 - F(a).

46Question

How is the probability P(aZb)P(a \leq Z \leq b) expressed using the cumulative distribution function F?

Answer

P(aZb)=F(b)F(a)P(a \leq Z \leq b) = F(b) - F(a).

47Question

What formula standardizes a normally distributed value x?

Answer

z=xμσz = \frac{x - \mu}{\sigma} standardizes x.

48Question

What is a sampling distribution?

Answer

It is the probability distribution of a sample statistic with its possible values and probabilities.

49Question

What causes the difference between a sample statistic and population parameter?

Answer

Random error when the sample is random and no nonsampling error occurred.

50Question

What is the expected value of the sampling distribution of the sample mean?

Answer

It equals the population mean, μXˉ=μ\mu_{\bar X}=\mu.

51Question

What is the standard error formula for the sample mean when sample ≤5% of population?

Answer

σXˉ=σn\sigma_{\bar X}=\frac{\sigma}{\sqrt n}.

52Question

When sample fraction exceeds 5%, how is the sample mean's standard error adjusted?

Answer

By using the finite population correction: σXˉ=σnNnN1\sigma_{\bar X}=\frac{\sigma}{\sqrt n}\sqrt{\frac{N-n}{N-1}}.

53Question

What does the central limit theorem say about sample means from large samples?

Answer

They are approximately normally distributed regardless of population distribution.

54Question

When is a sample generally considered large for the central limit theorem?

Answer

When n30n\geq30.

55Question

What is the standard error formula for a sample proportion when n/N0.05n/N \leq 0.05?

Answer

σP=pqn\sigma_P=\sqrt{\frac{pq}{n}} where q=1pq=1-p.

56Question

What does statistical estimation assign to a population parameter?

Answer

Numerical value or values using sample information.

57Question

What is the first step in the estimation procedure?

Answer

Selecting a sample.

58Question

What distinguishes a point estimate from an interval estimate?

Answer

A point estimate is a single value; an interval estimate is a range.

59Question

How is a confidence interval constructed?

Answer

As point estimate plus or minus margin of error.

60Question

What are the common confidence levels and how is confidence level denoted?

Answer

90%, 95%, 99%; confidence level is 1−α, α is significance level.

61Question

What is the formula for a confidence interval when population standard deviation is known?

Answer

xˉ±zσn\bar x\pm z\frac{\sigma}{\sqrt n}.

62Question

What is the formula for a confidence interval when population standard deviation is unknown?

Answer

xˉ±tsn\bar x\pm t\frac{s}{\sqrt n} with n−1 degrees of freedom.

63Question

What is the null hypothesis H₀ in hypothesis testing?

Answer

A statement about a population parameter treated as true until rejected.

64Question

When does a Type I error occur in hypothesis testing?

Answer

When the null hypothesis is true but incorrectly rejected.

65Question

What is the probability of a Type I error called?

Answer

Alpha (α).

66Question

When does a Type II error occur in hypothesis testing?

Answer

When a false null hypothesis is not rejected.

67Question

What is the probability of a Type II error called?

Answer

Beta (β).

68Question

How is test power defined in relation to Type II error?

Answer

Test power is 1 minus beta (1−β).

69Question

What happens to β when α decreases with fixed sample size?

Answer

Beta (β) increases.

70Question

Where are rejection regions located in a two-tailed test?

Answer

At both ends of the distribution.

71Question

What are the main steps in the critical-value approach to hypothesis testing?

Answer

Formulate H₀ and H₁, choose sampling distribution, determine rejection regions, calculate test statistic, make decision.

72Question

What is the formula for the test statistic when testing a population mean with a normal distribution?

Answer

z=xˉμσXˉz=\frac{\bar x-\mu}{\sigma_{\bar X}}

73Question

How is σXˉ\sigma_{\bar X} calculated in the test statistic formula for a population mean?

Answer

σXˉ=σn\sigma_{\bar X}=\frac{\sigma}{\sqrt n}

74Question

What does the p-value represent under the assumption that H₀ is true?

Answer

The probability the sample statistic deviates from the hypothesized parameter toward H₁ at least as much as observed.

75Question

When using the p-value approach, when is H₀ rejected?

Answer

When the p-value is less than α.

76Question

When using the p-value approach, when is H₀ not rejected?

Answer

When the p-value is greater than or equal to α.

77Question

What is the formula for required sample size when estimating a population mean with known σ and margin of error E?

Answer

n=z2σ2E2n=\frac{z^2\sigma^2}{E^2}

78Question

What is the formula for required sample size when estimating a population proportion with margin of error E?

Answer

n=z2pqE2n=\frac{z^2pq}{E^2}

79Question

What are the four stages of the p-value testing procedure?

Answer

Formulate hypotheses, choose distribution, calculate p-value, make decision.

80Question

When is the normal distribution used for estimating a population mean with known standard deviation?

Answer

When the sample is small and population normal, or sample large with n ≥ 30.

81Question

What is the formula for a confidence interval for a population mean in normal cases?

Answer

xˉ±zσxˉ\bar{x} \pm z\sigma_{\bar{x}}

82Question

How is the margin of error expressed in a confidence interval for a population mean?

Answer

E=zσxˉE = z\sigma_{\bar{x}}

83Question

What is the critical value z for a 95% confidence interval?

Answer

z = 1.96

84Question

When is the t distribution used for a population mean?

Answer

When population standard deviation is unknown and population is normal for small samples.

85Question

What is the formula for the z statistic for difference of means with known standard deviations?

Answer

Z=Xˉ1Xˉ2(μ1μ2)σXˉ1Xˉ2Z=\frac{\bar{X}_1-\bar{X}_2-(\mu_1-\mu_2)}{\sigma_{\bar{X}_1-\bar{X}_2}}

86Question

How is σXˉ1Xˉ2\sigma_{\bar{X}_1-\bar{X}_2} calculated for two independent samples?

Answer

σ12n1+σ22n2\sqrt{\frac{\sigma_1^2}{n_1}+\frac{\sigma_2^2}{n_2}}

87Question

What does the goodness-of-fit test assess?

Answer

Whether observed frequencies follow a specified theoretical distribution.

88Question

What defines a multinomial experiment?

Answer

n identical trials with k>2 outcomes, independent trials, and constant outcome probabilities.

89Question

What is the formula for expected frequency in goodness-of-fit tests?

Answer

E=npE=np

90Question

How are degrees of freedom calculated in goodness-of-fit tests?

Answer

df=k1df=k-1

91Question

What is the formula for the goodness-of-fit chi-square statistic?

Answer

χ2=(OE)2E\chi^2=\sum\frac{(O-E)^2}{E}

92Question

What are the conditions for the goodness-of-fit chi-square test?

Answer

It is right-tailed and requires expected frequencies of at least 5.

93Question

How are degrees of freedom calculated for a contingency table independence test?

Answer

df=(R1)(K1)df=(R-1)(K-1)

94Question

How is the expected frequency in a contingency table cell calculated?

Answer

E=(row total)(column total)sample sizeE=\frac{(\text{row total})(\text{column total})}{\text{sample size}}

Test yourself with the quiz

Test your knowledge with 70 questions on Statistics Foundations and Probability.

1. What does statistical inference primarily do when analyzing sample data?

2. Which activity best illustrates applied statistics?

Take the quiz →

Read the study sheet

Review the complete course in the study sheet for Statistics Foundations and Probability.

See study sheet →

Similar courses

Create your own flashcards

Import your course and AI generates flashcards in 30 seconds.

Flashcard generator