Analyzing Categorical Variable I

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/34

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.

35 Terms

1
New cards

If the distribution represents an entire population, it’s called a __________ ____________. This is often theoretical because we usually can’t measure everyone.

probability distribution

2
New cards

If the distribution represents a sample from a population, it’s called a ___________ __________, which shows how often each value occurs in the sample.

frequency distribution

3
New cards

What is a Binomial Distribution?

A probability distribution used when there are two possible outcomes (success or failure) for each trial.

4
New cards

What is a requirement for using Binomial Distribution regarding the number of trials?

There must be a fixed number of trials (n).

5
New cards

What must be constant for each trial in a Binomial Distribution?

The probability of success (p) must be constant.

6
New cards

Give an example of a situation that can be modeled by a Binomial Distribution.

Counting how many skinks have their original tail in a sample of 8 skinks.

7
New cards

What is the Poisson Distribution used for?

Counting the number of events that happen in a fixed space, time, or group, especially when events are rare.

8
New cards

Does the Poisson Distribution have a fixed number of trials?

No, there is no fixed number of trials.

9
New cards

What does the Poisson Distribution focus on?

The average rate of occurrence (λ).

10
New cards

Give an example of a situation where the Poisson Distribution might be used.

Counting how many red-green color-blind individuals appear in a sample of 100 people.

11
New cards

What is the Binomial Formula?

P(X=x) = inom{n}{x} p^x q^{n-x}

12
New cards

What does X represent in the Binomial Formula?

X represents the number of successes.

13
New cards

What does x represent in the Binomial Formula?

x represents a specific number of successes you're calculating the probability for.

14
New cards

What does n represent in the Binomial Formula?

n represents the total number of trials.

15
New cards

What does p represent in the Binomial Formula?

p represents the probability of success on a single trial.

16
New cards

What does q represent in the Binomial Formula?

q represents the probability of failure on a single trial, where q = 1 − p.

17
New cards

What does the binomial coefficient represent?

The binomial coefficient represents the number of ways to choose x successes from n trials.

18
New cards

What does X represent in the Poisson Formula?

The number of occurrences of the event.

19
New cards

What does x represent in the Poisson Formula?

The specific number of events you're calculating the probability for.

20
New cards

What does λ represent in the Poisson Formula?

The mean (average) number of occurrences in the interval.

21
New cards

What is e in the context of the Poisson Formula?

The base of natural logarithms (approximately 2.71828...).

22
New cards

What does x! represent in the Poisson Formula?

The factorial of x, representing the number of ways the events can occur.

23
New cards

Mean (Expected # of successes in a Binomial Distribution)

E[X] = n⋅p → trials × chance of success

24
New cards

Variance (Spread in a Binomial Distribution)

Var[X] = n⋅p ⋅ (1−p) → trials × chance of success × chance of failure

25
New cards

What is the relationship between mean and variance in a Poisson Distribution?

Mean = Variance = λ (The mean and variance will be the same)

26
New cards

What does λ represent in a Poisson Distribution?

λ = average number of events

27
New cards

When do you use the binomial test?

When you want to know if the number of "successes" you observed is different from what you'd expect by chance.

28
New cards

How do we interpret results from a binomial test?

If the p-value < 0.05, the result is significantly different from the expected value.

If the p-value > 0.05, the result is not significantly different — it could be due to chance.

29
New cards

One-Sided vs. Two-Sided Test

One-Sided Test: Tests if the result is greater than OR less than the expected value (only one direction matters).

Two-Sided Test: Tests if the result is different in either direction (higher or lower).

30
New cards

One sided test example

Are more skinks keeping their tails than expected?

31
New cards

Two sided test example

Is the number of skinks with tails different from expected (could be more or less)?

32
New cards

What is a P-value?

The probability that your results happened by chance if the null hypothesis is true.

33
New cards

What is a Type I Error (α)?

The cutoff you choose (often 0.05) for deciding if a result is significant.

34
New cards

What does it mean if P < α?

You reject the null hypothesis, and the result is significant.

35
New cards

What does it mean if P > α?

You fail to reject the null hypothesis, and the result is not significant.