Hypothesis Testing with One Sample Flashcards

1
Q

Alpha (Type I error)

A

The probability of rejecting the null hypothesis when the null hypothesis is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Alternative Hypothese

A

A claim about the underlying population that contradicts the null hypothesis. This is normally what we are trying to prove.
Notation: Not equal to, greater than, or less than - Never equal to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Beta (Type II error)

A

The proability fo failing to reject the null hypothesis when the null hypothesis is false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Binomial Distribution

A

A discrete random variable that arises from Bernoulli trials. There are a fixed number, n, trials and the trials are independent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Central Limit Theorem

A

If the size of a sample is sufficiently large, then the distribution of the sample means and distribution of the sums are approximately normal regardless of the shape of the population.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Confidence Interval

A

An interval estimate for an unknown population parameter. This depends on:
1. The desired confidence level.
2. Information that is known about the distribution (for example, known standard deviation).
3. The sample and its size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hypothesis

A

A statement about the value of a population parameter, in case of two hypotheses,
1. Null hypothesis (notation Ho) - statement assumed to be true
2. Alternative hypothesis (Ha) - statement we accept is the data does not support the null hypothesis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Hypothesis Decision

A
  1. Reject Ho - The results of the sample are significant. Sufficient evidence to conclude Ho is incorect and Ha may be correct
  2. Do not reject Ho - The sample results are not significant. Insufficient evidence to reject Ho.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Hypothesis Testing

A

Hypothesis testing consists of two contradictory hypotheses or statements, a decision based on the data, and a conclusion.
1. Set up two contradictory hypotheses.
2. Collect sample data
3. Determine the correct distribution to perform the hypothesis test.
4. Analyze sample data that allow you to reject or decline to reject the null hypothesis.
5. Make a decision and write a meaningful conclusion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Level of Significance of the Test

A

Probability of a Type I error (reject the null hypothesis when it is true).
1. Notation: α.
2. In hypothesis testing, the Level of Significance is called the preconceived α or the preset α.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Normal Distribution

A

a continuous random variable (RV) where μ is the mean of the distribution, and σ is the standard deviation,
1. Notation: X ~ N(μ, σ).
2. Standard Normal distribution: X~N(0,1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Null Hypothesis

A

A statement of no difference between the variables; they are not related. This is the status quo.
Notation: Equal to, greater than or equal to, or less than or equal to - always has an equal sign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Power of the hypothesis Test

A
  1. 1- beta (1 - the probability of tpe II error)
  2. Typically want a power close to 1.
  3. Increasing the sample size increases the power of the test.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Probabilty Distributions for Hypothesis Testing

A
  1. t-test (unknown standard deviation) - the data come from a simple, random sample and the population is approximately normally distributed, or the sample size is large, with an unknown standard deviation.
  2. normal (known standard deviation) - the data come from a simple, random sample and the population is approximately normally distributed, or the sample size is large, with a known standard deviation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

p-value

A

the probability that an event will happen purely by chance assuming the null hypothesis is true. The smaller the p-value, the stronger the evidence is against the null hypothesis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Standard Deviation

A
  1. Measures how far data values are from their mean
  2. A number that is equal to the square root of the variance and ;
  3. Notation: s for sample standard deviation and σ for population standard deviation.
17
Q

Student’s t-Distribution

A

The major characteristics of the random variable (RV) are:
1. It is continuous and assumes any real values.
2. The pdf is symmetrical about its mean of zero. However, it is more spread out and flatter at the apex than the normal distribution.
3. It approaches the standard normal distribution as n gets larger.
4. There is a “family” of t distributions: every representative of the family is completely defined by the number of degrees of freedom which is one less than the number of data items.

18
Q

Type I Error

A

The decision is to reject the null hypothesis when, in fact, the null hypothesis is true.

19
Q

Type II Error

A

The decision is not to reject the null hypothesis when, in fact, the null hypothesis is false.