BStats Exam 1

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

1/48

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

49 Terms

1
New cards

Descriptive Statistics

Use summary statistics, graphs, and tables to describe data sets

2
New cards

Inferential Statistics

Use samples to draw inferences about larger populations (some level of uncertainty)

  • Hypothesis testing, confidence intervals, linear regression

3
New cards

Summary Statistics

Descriptive- measures of location, central tendency, spread of data

4
New cards

Data Visualization

Descriptive- histograms, scatterplots, pie charts

5
New cards

Probability

Likelihood of different outcomes of events occurring

  • Ex: Risk assessment, inventory management, project management, investment analysis

6
New cards

Population

All individuals, objects, or measurements where properties are being studied

7
New cards

Sample

Subset of population being studied

8
New cards

Sampling

Process of choosing a subject to study

9
New cards

Statistic

Numerical characteristic of a sample; estimates corresponding population parameter

  • Ex: Average

10
New cards

Parameter

Number used to represent population characteristics and generally cannot be determined easily. Concluding factor, end goal

11
New cards

Benefits of Sampling

  • Reduced costs (More info to gather costs more)

  • Greater speed (Gathering more info takes longer)

  • Greater Scope (Fewer individuals allows more time with each one to gather info)

  • Accuracy (Less time needed means more knowledgeable/trained people to gather it)

  • Representative sample

12
New cards

Representative Sample

When the sample has the same characteristics as the population it represents

13
New cards

Simple Random Sampling

Use a random method to select a sample, needs info about the whole population

  • Ex: Random number generator, random number table, drawing lots

14
New cards

Stratified Sampling

  1. Divide population into groups called strata

  2. Allocate sample size to each stratum so they’re proportional to the size in the population (ensures minority representation)

  3. Use all or a simple random sample within the selected clusters

    • Don’t need a lot of info

15
New cards

Systematic Sampling

Randomly select starting point and pick only the nth individual

  • Don’t need a lot of info

16
New cards

Convenience Sampling

Use a sample that is convenient

  • Don’t need a lot of info

17
New cards

Common Sampling Issues

  • Sampling bias

  • Sample size issues

  • Undue influence (Ethical issues)

  • Self-selected samples (Opinionless people will not respond)

  • Non-response bias (Certain demographics may not respond)

  • Time bias (Holidays)

18
New cards

Qualitative Data (Categorical)

Result of describing attributes of a population/sample

  • Ex: Customer reviews

19
New cards

Quantitative Data

Result of counting/measuring attributes of a population/sample

  • Always a number

20
New cards

Discrete Quantitative Data

Only takes on certain numerical data

  • Ex: # of customers per day

21
New cards

Continuous Quantitative Data

Can include fractions, decimals, and irrational numbers

  • Ex: Lengths of wood boards

22
New cards

Levels of Measurement

Way a set of data is measured

23
New cards

Nominal Scale

Qualitative data where order does not matter

  • Ex: Color

24
New cards

Ordinal Scale

Qualitative data where order does not matter, but we can’t measure differences

  • Ex: Clothing sizes, customer satisfaction scale

25
New cards

Interval Scale

Quantitative data where the differences make sense, but the data does not have a starting point

  • Ex: Day-by-day temperature, cannot say 5% colder because no absolute starting temperature

26
New cards

Ratio Scale

Quantitative data where differences make sense and the data has a starting point

  • Ex: Age, ranking vote averages

27
New cards

Frequency

Number of times a value of the data occurs

28
New cards

Relative Frequency

Ratio of the number of times a value occurs in the set to the total number of outcomes

29
New cards

Interquartile Range (IQR)

Range of the middle 50% of the data values

  • Found by calculating the measure of spread

  • IQR = 3rd Q- 1st Q

30
New cards

Variance

Mean of the standard deviations from mean, or square of standard deviation

31
New cards

IQR Outlier Rule

Any data beyond Q1 - 1.5(IQR) and   Q2 + 1.5(IQR) becomes insignificant

32
New cards

Addition Rule

OR events

33
New cards

Multiplication Rule

AND events

34
New cards

Conditional Probability

“A given B”

35
New cards

Discrete Probablility Distributions

Probability of individual outcomes can be greater than 0, or measured “exactly” 

  • Hypergeometric

  • Binomial

  • Poisson

36
New cards

Hypergeometric

Finding the number of successes where the probability changes between each trial 

  • Ex: drawing cards w/o replacement

37
New cards

Binomial

Finding number of successes where the probability of successes does not change between each trial

  • Ex: flipping a coin

38
New cards

Poisson

Finding the number of events that occur over a given interval 

  • Ex: calls per day

39
New cards

Continuous Probability Distributions

Infinite number of outcomes, measures the probability of ranges in outcomes

  • Uniform

  • Normal (Standard)

  • Exponential

40
New cards

Uniform

Using the area to find the probability in a range

41
New cards

CDFs

Finds the probability of values to the LEFT of x

42
New cards

Exponential

How long is an interval between events?

  • u

  • Ex: average waiting time

43
New cards

Normal

Convert non-standard distributions into standard normal distributions, aka z-scores

44
New cards

Standard Normal

Z~N (u=0, o=1)

  • ± 1o = 68%

  • ± 2o = 95%

  • ± 3o = 99.7%

45
New cards

Normal Standard Excel

NORM.S.DIST (True)

46
New cards

Poisson Excel

POISSON.DIST (False)

47
New cards

Binomial Excel

BINOM.DIST (False)

48
New cards

Hypergeometric Excel

HYP.DIST (False)

49
New cards

Exponential Excel

EXP.DIST (True)