কীভাবে 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 ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →