Normal Distributionని ఎలా లెక్కించాలి
Normal Distribution అంటే ఏమిటి?
The normal distribution (bell curve) is the most common probability distribution in statistics. It's defined by mean μ and standard deviation σ, describing many natural phenomena.
సూత్రం
f(x) = (1 / (σ√(2π))) × e^(-(x-μ)²/(2σ²))
దశల వారీ గైడ్
- 1Enter mean μ, standard deviation σ, and value x
- 2Calculate the z-score: (x - μ) / σ
- 3Look up cumulative probability or use the formula
పరిష్కరించిన ఉదాహరణలు
ఇన్పుట్
μ = 100, σ = 15, x = 115
ఫలితం
z = 1, P(Z ≤ 1) ≈ 0.841
Standard normal lookup
నివారించాల్సిన సాధారణ తప్పులు
- ✕Confusing z-score with probability
- ✕Using population vs sample standard deviation
లెక్కించడానికి సిద్ధంగా ఉన్నారా? ఉచిత Normal Distribution కాలిక్యులేటర్ని ప్రయత్నించండి
దీన్ని మీరే ప్రయత్నించండి →