One Sample Z Test

One Sample Z Test

One Sample Z Test

Description

One-sample z-test is a statistical test used to determine if the mean of a single sample is significantly different, from a hypothesized population mean, when the population standard deviation is known. 

Why to use

Comparing sample mean to a known population mean 

When to use

  • Normally distributed population
  • Known Population Standard deviation

When not to use

  • Unknown population standard deviation
  • Small sample size
  • Non-normal population distribution

Prerequisites

  • Random sampling
  • Independence
  • Known population standard deviation
  • Large sample size 

Input

Any dataset containing numerical variables.

Output

It provides information about the statistical significance and confidence intervals associated with the test.

Statistical Methods Used

  • z-statistics
  • Calculate the p-value

Limitations

  • Normality assumption
  • Large sample size requirement
  • Sensitivity to outliers
  • Normality assumption
  • Limited scope


One sample z test is a statistical test to verify whether the sample mean differs from the population mean. This test is used when we know the population standard deviation.
The formula for one sample z-test is given below.

Where,
σ = Population Standard Deviation
n = Number of elements in Sample
μ = Sample mean
    • Related Articles

    • One Sample Proportion Test

      One Sample Proportion Test Description A one-sample proportion test is a statistical test used to determine if a single proportion (or percentage) of a population is statistically different from a hypothesized value. Why to use To determine if a ...
    • One Sample T Test

      One Sample T Test Description A one-sample t-test is a statistical test for determining if the mean of a single sample varies significantly from a hypothesized population mean. Why to use To determine if there is statistical difference between sample ...
    • One Sample Wilcoxon Signed Rank Test

      Description One Sample Wilcoxon Signed Rank Test is a non-parametric version of a one-sample t-test. It is used to determine if the median of the sample value is equal to the known standard or theoretical value. Why to use To determine if a single ...
    • One-Way ANOVA

      One-Way ANOVA Description It compares the mean values of three or more independent groups in order to determine the statistical evidence that the associated population means are significantly different. Why to use To perform analysis of variance. ...
    • One Class SVM

      One-Class SVM Transformation Description One-Class Support Vector Machine (One Class SVM) is an unsupervised variation of SVM used for anomaly detection. One-Class SVM is an unsupervised algorithm for outlier detection. It detects whether a new data ...