Z-Score Calculator

Calculate the z-score of a raw data point and find the corresponding p-value (the area under the standard normal curve).

Results

Enter your data and click "Calculate".

Understanding the Z-Score and P-Value

The Z-score is a powerful statistical concept that allows you to standardize data and understand how a specific data point relates to the rest of its group. This calculator not only finds the Z-score but also the associated p-values, which are crucial for hypothesis testing.


What is a Z-Score?

A Z-score (or standard score) measures how many standard deviations a data point is from the population mean. It allows you to compare values from different normal distributions.


The Z-Score Formula

The formula to calculate a Z-score is:

z = (x - μ) / σ

Where:


What is a P-Value?

The p-value represents the probability of observing a value as extreme as, or more extreme than, your data point, assuming the null hypothesis is true. In the context of a Z-score, it's the area under the standard normal curve corresponding to that Z-score.

Understanding these probabilities is fundamental to statistics. You can explore more with our Probability Calculator.


Real-World Applications