수학
Z-Score Calculator
Calculate the z-score (standard score) and p-value from a raw data point, mean, and standard deviation.
사용 방법
- Enter the Raw Data Value you want to evaluate.
- Enter the Mean of your population.
- Enter the Standard Deviation of your population.
- The calculator will determine your Z-Score, which tells you how many standard deviations your value is from the mean. It will also calculate the P-Values (probabilities) for the normal distribution.
공식
Z-Score Formula:
Z = (x - μ) / σ
Where:
x = Raw value
μ = Population mean
σ = Population standard deviation
Z = (x - μ) / σ
Where:
x = Raw value
μ = Population mean
σ = Population standard deviation
A Z-Score (or standard score) indicates how many standard deviations an element is from the mean. Calculating a Z-score allows you to compare results from two different tests or populations by standardizing them onto a normal distribution curve.