Z-Score ಅನ್ನು ಹೇಗೆ ಲೆಕ್ಕ ಹಾಕುವುದು
Z-Score ಎಂದರೇನು?
A z-score (standard score) measures how many standard deviations a data point is from the mean. Z-scores normalise different datasets to the same scale, enabling comparisons.
ಹಂತ-ಹಂತದ ಮಾರ್ಗದರ್ಶಿ
- 1z = (x − μ) / σ
- 2x is the data point, μ is the mean, σ is the standard deviation
- 3z = 0 means at the mean; z = 1 means one std dev above
Worked Examples
ಇನ್ಪುಟ್
x=85, μ=75, σ=10
ಫಲಿತಾಂಶ
z = 1.0
85 is 1 std dev above average
ಇನ್ಪುಟ್
x=60, μ=75, σ=10
ಫಲಿತಾಂಶ
z = −1.5
60 is 1.5 std devs below average
ಲೆಕ್ಕಾಚಾರ ಮಾಡಲು ಸಿದ್ಧರಿದ್ದೀರಾ? ಉಚಿತ Z-Score ಕ್ಯಾಲ್ಕುಲೇಟರ್ ಅನ್ನು ಪ್ರಯತ್ನಿಸಿ
ನೀವೇ ಪ್ರಯತ್ನಿಸಿ →