Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

P-Value Method

An alternative to the critical value method.

Suitable test statistic is calculated. The probability of observing a test statistic as extreme as or more extreme than the one calculated from the sample data, assuming H0H_0 is true. If the probability is less than α\alpha, reject H0H_0.

Reject H0H_0 if the p-value is less than α\alpha.

When:

  • H0H_0: μ=μ0\mu = \mu_0
  • H1H_1: μμ0\mu \neq \mu_0

P-value is equal to 2×P(Z>z)2 \times P(Z \gt \left\lvert z \right\rvert).

When:

  • H0H_0: μμ0\mu \leq \mu_0
  • H1H_1: μ>μ0\mu \gt \mu_0

P-value is equal to P(Z>z)P(Z \gt z).

When:

  • H0H_0: μμ0\mu \geq \mu_0
  • H1H_1: μ<μ0\mu \lt \mu_0

P-value is equal to P(Z<z)P(Z \lt -z).