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
Worked Examples
इनपुट
μ = 100, σ = 15, x = 115
परिणाम
z = 1, P(Z ≤ 1) ≈ 0.841
Standard normal lookup
Common Mistakes to Avoid
- ✕Confusing z-score with probability
- ✕Using population vs sample standard deviation
गणना करण्यास तयार आहात? विनामूल्य Normal Distribution कॅल्क्युलेटर वापरून पहा
ते स्वतः वापरून पहा →