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.
- A positive Z-score means the data point is above the average.
- A negative Z-score means the data point is below the average.
- A Z-score of 0 means the data point is exactly the average.
The Z-Score Formula
The formula to calculate a Z-score is:
z = (x - μ) / σ
Where:
- z is the Z-score.
- x is the raw data point.
- μ is the population mean.
- σ is the population standard deviation. You can calculate this with our Standard Deviation Calculator.
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.
- Left-Tailed P-Value (P(Z < z)): The probability of finding a value less than your data point.
- Right-Tailed P-Value (P(Z > z)): The probability of finding a value greater than your data point.
- Two-Tailed P-Value (2P(Z > |z|)): The probability of finding a value that is as far away from the mean (in either direction). This is often used to test if a value is simply "different" from the mean.
Understanding these probabilities is fundamental to statistics. You can explore more with our Probability Calculator.
Real-World Applications
- Education: To compare a student's score on a standardized test to the average score of all test-takers.
- Finance: To measure the performance of a stock relative to the market's average performance and volatility.
- Quality Control: To determine if a product's measurement (e.g., weight, length) is within an acceptable range of the standard.
- Medical Research: To see if a patient's lab result (e.g., blood pressure, cholesterol) is normal or unusual compared to the general population.