Binomial Distribution ची गणना कशी करावी
Binomial Distribution म्हणजे काय?
The binomial distribution models the number of successes in n independent trials with fixed probability p per trial. P(X=k) = C(n,k) × pᵏ × (1−p)^(n−k). Mean = np; variance = np(1−p).
चरण-दर-चरण मार्गदर्शक
- 1P(X=k) = C(n,k) × pᵏ × (1−p)^(n−k)
- 2C(n,k) = n! / (k! × (n−k)!) — combinations
- 3Applies when: fixed n, binary outcome, constant p, independent trials
Worked Examples
इनपुट
Coin flip n=10 · P(exactly 5 heads)
परिणाम
P = C(10,5)×0.5¹⁰ = 24.6%
Most likely single outcome, but still only ~25%
गणना करण्यास तयार आहात? विनामूल्य Binomial Distribution कॅल्क्युलेटर वापरून पहा
ते स्वतः वापरून पहा →