MGSC 291 Exam 1 (Walters)

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

1/65

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:11 PM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

66 Terms

1
New cards

Descriptive Statistics

Collecting, summarizing, and presenting data

2
New cards

Inferential Statistics

drawing conclusions about a population based on sample data from that population

3
New cards

Parameter

a number used to describe a population

4
New cards

Statistic

a number calculated from a sample and is used to estimate the parameter

5
New cards

Time Series

variables that are measured at regular intervals over time (hourly, daily, weekly, monthly, quarterly, annual...)

6
New cards

Cross-Sectional Data

several variables are all measured at the same time point (or time frame)

7
New cards

Big Data

Data warehouses that have grown enormously in size, with the use of powerful computers, the information contained in them is accessible and used to help make decisions

8
New cards

Discrete variables

jumps between possible values

9
New cards

continuous variable`

another possible value between any two values

10
New cards

Nominal variables

categorical variables for which the categories do not have a natural ordering

11
New cards

Ordinal Variables

categorical variables for which the categories have a natural ordering

12
New cards

boxplots

For quantitative data

works for small to large datasets

plots the five number summary

great for side-by-side comparisons

13
New cards

R code for boxplots

boxplot()

14
New cards

Histogram

medium to large quantitative datasets

Bins touch

Choice of number of bins can distort features of the shape of the distribution

15
New cards

R code for Histograms

hist()

16
New cards

Line graph

Displays quantitative data changing over time

Time on x axis (horizontal)

Variable on y axis (vertical)

17
New cards

Bar Graph

Use for qualitative data

Can be horizontal or vertical

can display parts of a whole or separate values

For nominal data: put in ascending/descending order

For ordinal data: put in order of categories

18
New cards

Pie Charts

Categorical Data

Not Good for comparisons

Do not use

19
New cards

Scatterplot

Used to depict two potentially related variables

Each point is a pairing

Linear, curvilinear, or no relationship

Positive vs negative relationship

20
New cards

Sample Mean

Average of sample

21
New cards

Median

50th percentile of the sample

Middle observation in the ordered list if "n" is odd

Average of 2 middle observations if "n" is even

22
New cards

If data is skewed to the right:

mean > median

23
New cards

If data is skewed to the left:

mean

24
New cards

Coefficient of Variation

Standard deviation expressed as a percent of the mean (( sd/mean) x 100)

25
New cards

Chebyshev's Inequality

1-1/k^2

26
New cards

Empirical Rule

The rules gives the approximate % of observations w/in 1 standard deviation (68%), 2 standard deviations (95%) and 3 standard deviations (99.7%) of the mean when the histogram is well approx. by a normal curve

27
New cards

Z-Score

(x-mean)/SD

28
New cards

Kurtosis

"tailedness" of the distribution

29
New cards

Complement Rule

P(A^c) = 1 - P(A)

30
New cards

Union Rule

P(A U B) = P(A) + P(B) - P(A ∩ B)

31
New cards

Two events are disjoint (mutually exclusive) if ____

they share no outcome in common (P(A ∩ B) = 0)

32
New cards

Checking for Independence

Is P(A|B) = P(A) ?

Is P(B|A) = P(B) ?

Is P(A and B) = P(A) P(B) ?

33
New cards

Bayes' Theorem

A theorem that enables the use of sample information to revise prior probabilities.

34
New cards

Discrete Random variable (probability mass function and cumulative distribution function)

f(x) = P(X=x)

F(x) = P(X=

35
New cards

Binomial Experiment

A fixed number, "n", of trials:

1. Each trial is independent and indentical of the others.

2. There are only two outcomes.

3. The probability of each outcome remains constant from trial to trial.

36
New cards

R code for binomial probabilities

dbinom(j,n,p) = P(Y=j)

pbinom(J,n,p) = P(Y=0) + P(Y=1) + P(Y+J) or P(Y =< or => J)

37
New cards

Formula for probability distribution for a binomial experiment

(n!/x!(n-x)!) * p^x * (1-p)^n-x

38
New cards

Binomial random variable: mean and variance formulas:

mean = n*p

variance = n*p(1-p)

39
New cards

Poisson Probability Distribution

"X" be the number of times an event occurs during an interval of fixed length "t". "X" is this distribution if:

1. The event cannot occur twice at exactly the same time/place/point

2. No occurrence of the event being analyzed affects that probability of the event re-occurring

3. The expected number of occurrences of the event during any such interval is constant

DESIGNED TO BE APPLIED TO EVENTS THAT OCCUR RELATIVELY RARELY

40
New cards

Formula for Poisson Distribution:

((mean^x * e^-mean) / x!)

41
New cards

R code for Poisson probabilities:

P(X=j) = dpois(j, mean/variance(ʎ))

P(X=

42
New cards

Exponential Distribution

A probability distribution associated with the time between arrivals

43
New cards

Formula(s) for an Exponential Distribution:

mean = 1/ʎ

sd = 1/ʎ

f(x) = ʎe^-ʎx for all x=> 0 and ʎ > 0

F(X) = P(X=

44
New cards

R code for an Exponential Distribution (when x =< t)

pexp(t, ʎ)

45
New cards

R code for Normal distribution and _th percentile

pnorm(x, mean, sd)

qnorm(prob,mean,sd)

46
New cards

R code for Empirical Rule (Find P(y< Z < x))

pnorm(x) - pnorm(y)

47
New cards

observational study

Observes cases and records variables of interest but no treatments are applied by the investigator

48
New cards

experiment study

A study where treatments are applied. The goal is to make a statement regarding cause and effect

49
New cards

Sample Survey

When respondents in a sample provide their own data

50
New cards

Census

When a survey attempts to use the entire population as the sample

51
New cards

Simple Random Sample

A sample of size n selected from the population in such a way that each possible sample of size n has an equal chance of being selected.

52
New cards

stratified random sample

1. Separate the sampling frame into strata

2. Take a separate simple random sample from each strata

53
New cards

Random Cluster Sampling

1. Separate the sampling frame into clusters

2. Randomly sample entire clusters

3. In each selected cluster, either take a census or randomly sample within the clster

54
New cards

Sampling Frame

the list we draw a sample from

55
New cards

Undercoverage

occurs when some groups in the population are left out of the process of choosing the sample

56
New cards

non-response bias

bias introduced to a sample when a large fraction of those sampled fails to respond

57
New cards

Central Limit Theorem (CLT)

The sampling distribution of a sum or percentage will become approximately normal as the sample size gets larger

58
New cards

What has a t-distribution?

(x-mean)/(s/sqrt(n))

*WHEN UNKNOWN σ

59
New cards

What has a normal distribution?

(x-mean)/((σ/sqrt(n))

*WHEN σ IS KNOWN

60
New cards

Confidence interval when σ is known:

sample mean +/- (Z*a/2) * (σ/sqrt(n)

61
New cards

Confidence interval when σ is unknown:

sample mean +/- (t*a/2) * (s/sqrt(n))

62
New cards

R code for Confidence interval:

t.test( x, conf.level)

63
New cards

R code for Confidence interval for p (population proportion)

prop.test(x,y,correct=false)

(EX: 42 out of 118 answer survey to see if OK to use cellphone, find a 95 confidence interval.... x= 42 and y = 118)

64
New cards

subjective probability

is drawn on personal judgment.

65
New cards

empirical probability

when the probability comes from the frequency of the event's occurrence

66
New cards

Classical Probability

based on logical analysis rather than on observation or personal judgment.