An Introduction to Hypothesis Testing @jbstatistics
An Introduction to Hypothesis Testing  @jbstatistics
Uploaded January 2013 | Updated September 2026, 2 hours ago
A first look at hypothesis testing.

For those that use R, below is the R code to find the binomial probability given in this video.

To find the probability that X takes on a value that is at least 28, where X has a binomial distribution with parameters n = 100 and p = 1/4:

1-pbinom(27,100,1/4)
[1] 0.2776195

To find the probability that X takes on a value that is at least 44, where X has a binomial distribution with parameters n = 100 and p = 1/4:

1-pbinom(43,100,1/4)
[1] 2.700295e-05
An Introduction to Hypothesis TestingAn Introduction to Paired-Difference ProceduresInference for One Variance: An Example of a Confidence Interval and a Hypothesis TestYou sir, are no normal distributionInference for Two Variances: An Example of a Confidence Interval and a Hypothesis TestHypothesis Tests on One Mean:  t or z?An Example of a Paired-Difference t Test and Confidence IntervalHypothesis tests on one mean:  t test or z test?Hypothesis Testing in 17 SecondsSimple Linear Regression:  An ExampleLeverage and Influential Points in Simple Linear Regression1000 normal QQ plots in 30 minutes (n = 25, sampling from N(10,5^2))
jbstatistics |

An Introduction to Hypothesis Testing

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER