Statistics

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/71

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:43 PM on 2/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

72 Terms

1
New cards

Probability versus Inference

Probability models are the basis for understanding random phenomena, for which we repeat an experiment, but obtain a (slightly) different result.

Statistical inference is the science of drawing conclusions from experiments when the results could have come out differently if we repeated the experiment.

2
New cards

population

the entire collection of objects or outcomes about which we are seeking information

3
New cards

sample

a subset of a population, containing the objects or outcomes that are actually observed

4
New cards

simple random sample (SRS)

a sample of size n is a sample chosen by a method where each collection of n population items is equally likely to comprise the sample

5
New cards

conceptual population

a population that consists of all the values that might possibly have been observed

6
New cards

independence in a sample

The items in a sample are independent if knowing the values of some of the items does not help to predict the values of the others.

Items in a simple random sample may be treated as independent in many cases encountered in practice. The exception occurs when the population is finite and the sample comprises a substantial fraction (more than 5%) of the population.

7
New cards

one-sample experiment

an experiment where there is only one population of interest, and a single sample is drawn from it

8
New cards

multisample experiment

an experiment where there are two or more populations of interest, and a sample is drawn from each population

9
New cards

factorial experiment

a multisample experiment where the populations are distinguished from each other by the varying of one or more factors that may affect the outcome

10
New cards

numerical/quantitative data

data with a numerical quantity designating how much or how many is assigned to each item in a sample

11
New cards

categorical/quantitative data

data where sample items are placed into categories, and category names are assigned to sample items

12
New cards

controlled experiment

an experiment where the values of the factors are under the control of the experimenter in order to produce reliable information about cause-and-effect relationships between factors and response

13
New cards

observational study

an experiment where the experimenter simply observes the levels of the factor as they are, without having any control over them

14
New cards

sample mean

the arithmetic mean or average of the observations in the sample (the sum of the numbers in the sample divided by how many values there are); a measure of where the “center” of the data set is

15
New cards

deviation

the distance of a data value from the sample mean

16
New cards

sample variance

an adjusted average of the squared deviations

17
New cards

sample standard deviation

the (positive) square root of the sample variance

18
New cards

outlier

a data point that is either much larger or smaller than the rest of the data (because of measurement error, data entry error, or just because it’s different); in general values more than 1.5 x IQR from the closer of Q1 and Q3

19
New cards

sample median

the middle number in a data set

20
New cards

quartile

the quartiles divide the data set into quarters

  • first quartile, Q1: the data value in position (0.25)(n + 1)

  • third quartile, Q3: the data value in position (0.75)(n + 1)

21
New cards

interquartile range (IQR)

the measure of variability that is associated with the quartiles

IQR = Q3 - Q1

22
New cards

robust statistic

a statistic where removing the outliers does not change its value very much

23
New cards

stem-and-leaf plot

  1. Select one or more leading digits for the stem values. The trailing digits become the leaves.

  2. List possible stem values in a vertical column.

  3. Record the leaf for every observation beside the corresponding stem value.

  4. Indicate the units for the stems and leaves someplace in the display.

24
New cards

histogram

  1. Divide the variable into discrete regions that partition the possible values of the variable, called classes, and construct class intervals of equal width.

  2. Determine the frequency and relative frequency for each class.

  3. Mark the class boundaries on the horizontal axis.

  4. Above each class interval, draw a rectangle whose height is the frequency or relative frequency.

25
New cards

relative frequency

the relative frequency of a value is the proportion of units that have that value

26
New cards

When examining the distribution of data, what four aspects must we describe?

  1. Shape

    1. Modes: unimodal, bimodal, or multimodal?

    2. Symmetry: symmetric, right-skewed, or left-skewed?

  2. Center (e.g., mean or median)

  3. Variability (e.g., standard deviation or IQR)

  4. Outliers (unusual observations)

27
New cards

right-skewed (positively skewed)

lower values of the variable are more common with fewer and fewer observations having larger values of the variable; the right “tail” of the distribution is longer than the left tail

<p>lower values of the variable are more common with fewer and fewer observations having larger values of the variable; the right “tail” of the distribution is longer than the left tail</p>
28
New cards

left-skewed

higher values of the variable are more common with fewer and fewer observations having smaller values of the variable; the left “tail” of the distribution is longer than the right tail

<p>higher values of the variable are more common with fewer and fewer observations having smaller values of the variable; the left “tail” of the distribution is longer than the right tail</p>
29
New cards

five-number summary

  1. minimum

  2. first quartile

  3. median

  4. third quartile

  5. maximum

30
New cards

boxplot

graphical display of the five-number summary:

  1. minimum

  2. first quartile

  3. median

  4. third quartile

  5. maximum

31
New cards

extreme outlier

in general, an outlier more than 3 x IQR from the closer of Q1 and Q3

32
New cards

How do we choose which values to use to describe the center and variability of a distribution?

  • unimodal and roughly symmetric: use mean and standard deviation

  • skewed and/or has outliers: use median and IQR (or the five-number summary)

33
New cards

experiment

a process that results in an outcome that cannot be predicted in advanced with certainty

34
New cards

sample space, S

the set of all possible outcomes of an experiment

35
New cards

event, E

a subset (collection) of outcomes from the sample space

36
New cards

simple event

an event with exactly one outcome

37
New cards

compound event

an event with more than one outcome

38
New cards

null event

an event with no outcomes

39
New cards

complement of an event

denoted AC (for an event A), is the event that consists of all outcomes of S that are not in A

40
New cards

union of events

denoted A ∪ B, is the event consisting of all outcomes that are in at least one of the events A or B

41
New cards

intersection of events

denoted A B, is the event consisting of all outcomes that are in both of the events A and B

42
New cards

mutually exclusive events

events that never occur together: A B = ∅

43
New cards

exhaustive events

events where their union is the entire sample space: A ∪ B = S

44
New cards

probability

the probability of an event A, written P(A), is the proportion of times that event A would occur in the long run if the experiment were repeated over and over again under the same experimental conditions

45
New cards

probability model P( )

a function that satisfies the following axioms:

  1. P(S) = 1

  2. For any event A, P(A) ≥ 0

  3. If events A1, A2, … are mutually exclusive, then P(A1 ∪ A2 ∪ …) = P(A1) + P(A2) + …

46
New cards

complement rule

for any event A, P(AC) = 1 - P(A)

47
New cards

general addition rule

for two events A and B, P(A ∪ B) = P(A) + P(B) - P(A B)

(if A and B are mutually exclusive, then P(A ∪ B) = P(A) + P(B))

48
New cards

the conditional probability of event A given that event B has occurred

P(A|B) = P(A B) / P(B)

(this provides another method for computing P(A B), which is the general multiplication rule: P(A B) = P(B)*P(A|B)

49
New cards

independent events

two events A and B are independent if

  • P(A|B) = P(A)

  • P(B|A) = P(B)

  • P(A B) = P(A)P(B)

(if one is true, they are all true)

50
New cards

mutually independent events

events A1, A2, …, An are mutually independent if the probability of each remains the same no matter which of the others occur

51
New cards

law of total probability

if A1, A2, …, An are mutually exclusive and exhaustive events, and B is any event, then P(B) = P(A1 B) + … + P(An B)

equivalently, P(B) = P(A1)P(A1|B) + … + P(An)P(An|B)

52
New cards

prior probability

the prior probability P(Ai) is the probability of Ai before knowing that B occurred

53
New cards

posterior probability

the posterior probability P(Ai|B) is the probability of Ai after knowing that B occurred

54
New cards

Bayes’ Rule

the posterior probability of Ak given that event B has occurred

<p>the posterior probability of A<sub>k</sub> given that event B has occurred</p>
55
New cards

random variable

A random variable (RV) assigns a numerical value to each outcome in a sample space. It is customary to denote random variables with uppercase letters

56
New cards

discrete random variable

A random variable is discrete if its set of possible values is a finite or countably infinite set of individual points. This means that if the possible values are arranged in order, there is a gap between each value and the next one.

57
New cards

distribution of a random variable

A distribution of a random variable describes the values that the variable can take on and the probabilities that it takes on those values.

58
New cards

probability mass function

The probability mass function (pmf) of a discrete random variable 𝑋 specifies the probability that a random variable 𝑋 takes on value 𝑥:

𝑝(𝑥) = 𝑃(𝑋 = 𝑥)

  • for any real x, p(x) = 0

  • the sum of p(x) for all x = 1

59
New cards

cumulative distribution function

The cumulative distribution function (cdf) of a random variable 𝑋 specifies the probability that a random variable 𝑋 takes on a value that is less than or equal to 𝑥:

𝐹(𝑥)=𝑃(𝑋 ≤ 𝑥).

Note: For a discrete random variable, the graph of 𝐹(𝑥) consists of a series of horizontal lines (called “steps”) with jumps at each of the possible values of 𝑋. The size of the jump at any point 𝑥 is equal to the value of the probability mass function 𝑝(𝑥) at that point 𝑥𝑥.

<p>The cumulative distribution function (cdf) of a random variable 𝑋 specifies the probability that a random variable 𝑋 takes on a value that is less than or equal to 𝑥:</p><p> 𝐹(𝑥)=𝑃(𝑋 ≤ 𝑥).</p><p><strong>Note:</strong> For a discrete random variable, the graph of 𝐹(𝑥) consists of a series of horizontal lines (called “steps”) with jumps at each of the possible values of 𝑋. The size of the jump at any point 𝑥 is equal to the value of the probability mass function 𝑝(𝑥) at that point 𝑥𝑥.</p>
60
New cards

mean of discrete random variable

the sum of x*p(x) for all x

The mean of X is sometimes called the expectation or the expected value of X.

<p>the sum of <em>x*p(x)</em> for all <em>x</em></p><p></p><p>The mean of X is sometimes called the expectation or the expected value of X.</p>
61
New cards

variance of a discrete random variable

knowt flashcard image
62
New cards

standard deviation

The standard deviation is the (positive) square root of the variance:

<p>The standard deviation is the (positive) square root of the variance:</p>
63
New cards

continuous random variable

A random variable is continuous if its set of possible values is an interval (with finite or infinite endpoints)

For any continuous random variable X and any number c, 𝑃(𝑋 = 𝑐) = 0

64
New cards

probability density function

Distribution of a continuous random variable is described by the probability density function (pdf), denoted by 𝒇(𝒙), where probabilities for a continuous random variable are the areas under the pdf

  • the integral from negative infinity to infinity of a pdf is 1

  • f(x) >= 0 for all x

<p>Distribution of a continuous random variable is described by the probability density function (pdf), denoted by 𝒇(𝒙), where probabilities for a continuous random variable are the areas under the pdf</p><ul><li><p>the integral from negative infinity to infinity of a pdf is 1</p></li><li><p><em>f</em>(<em>x</em>) &gt;= 0 for all x</p></li></ul><p></p>
65
New cards

uniform distribution

knowt flashcard image
66
New cards

mean of a continuous random variable

knowt flashcard image
67
New cards

variance of a continuous random variable

knowt flashcard image
68
New cards

median of a continuous random variable

knowt flashcard image
69
New cards

100pth percentile

if 𝑝 is a number between 0 and 1, the 100pth percentile is the point 𝑥100p that solves the equation:

<p>if 𝑝 is a number between 0 and 1, the 100pth percentile is the point 𝑥<sub>100p</sub> that solves the equation:</p>
70
New cards

jointly distributed random variables

When two or more random variables are associated with each item in a population, the random variables are said to be jointly distributed.

If all the random variables are discrete, they are said to be jointly discrete. If all the random variables are continuous, they are said to be jointly continuous.

71
New cards

joint probability mass function

If X and Y are jointly discrete random variables, the joint probability mass function (joint pmf) is:

  • for all (x,y), pXY(x,y) >= 0

  • the sum of all pXY(x,y) for all (x,y) = 1

<p>If X and Y are jointly discrete random variables, the joint probability mass function (joint pmf) is:</p><ul><li><p>for all (<em>x,y</em>), <em>p<sub>XY</sub>(</em>x,y)<em> &gt;= 0</em></p></li><li><p>the sum of all <em>p<sub>XY</sub></em>(<em>x,y</em>) for all (<em>x,y</em>) = 1</p></li></ul><p></p>
72
New cards