द्विपदीय संभाव्यता गणक
या योजनेत ५० लाख रुपयांचा निधी उपलब्ध करून देण्यात आला आहे.
तुम्ही टाइप करतेवेळी परिणाम अद्ययावत केले जातात.
या कॅल्क्युलेटरविषयी
the probability of exactly k successes, P(X = k) = C(n, k)·pᵏ·(1 − p)ⁿ⁻ᵏ, along with the cumulative probabilities of at most k and at least k successes. It reports the distribution’s mean (n·p), variance (n·p·(1 − p)) and standard deviation, and shows the full probability distribution asatable andachart. The term C(n, k) is the number of ways to choose which k of the n trials succeed, pᵏ is the chance those k succeed and (1 − p)ⁿ⁻ᵏ the chance the rest fail. It also reports the distribution’s mean (n·p).TheWorked example:The term C(n, k) is the number of ways to choose which k of the n trials succeed, pᵏ is the chance those k succeed and (1 − p)ⁿ⁻ᵏ the chance the rest fail.The term C(n, k) is the number of ways to choose which k of the n trials succeed and (1 − p)ⁿ⁻ᵏ the chance the rest fail.The term C(n, k) is the number of ways to choose which k of the n trials succeed and (1 − p)ⁿ⁻ᵏ the chance the rest fail.The term C(n, k) is the number of ways to choose which k of the n trials succeed and (1 − p)ⁿ⁻ᵏ the number of heads that fail.The term C(n, k) is the number of ways to choose which k of the n trials succeed and the number of heads that fail.The term C(n, k)TheWorked example:TheWorked example:The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)The term C(n, k)
वारंवार विचारले जाणारे प्रश्न
याचा वापर कधी करता येईल?
प्रत्येक वेळी दोन पेक्षा जास्त व्यक्तींनी एकत्र येऊन एकच काम केले तर त्या कामाचे मूल्यांकन केले जाते (एकत्र येऊन काम केले तर त्या कामाचे मूल्यांकन केले जाते) आणि त्या कामाचे मूल्यांकन केल्यानंतर त्या कामाचे मूल्यांकन केले जाते.
P(X = k) आणि P(X ≤ k) दरम्यान फरक काय आहे?
P(X = k) ही खरोखरच k यशस्वी होण्याची शक्यता आहे, तर P(X ≤ k) ही0, 1,... च्या k यशस्वी होण्याची शक्यता जोडते.
"n निवड k" काय आहे?
याचा अर्थ असा की, जर n = 10 असेल तर, n = 100
या संकल्पनेचा अर्थ काय आणि त्याचे वैशिष्ट्य काय आहे?
याचा अर्थ असा की, 1000
यामुळे सामान्यतः ॲरिस्टॉटलच्या तत्त्वज्ञानाचा अभ्यास करताना त्याचे तत्त्वज्ञान कसे समजले जाते?
n मोठे असेल आणि n·p आणि n·(1 − p) हे दोन्ही किमान १० असतील तर द्विपदीय समीकरण सामान्य वितरणाने योग्यरित्या जवळपास केले जाते ज्यात समान सरासरी आणि मानक विचलन असते.
यामुळेच कदाचित या घटनेचा परिणाम म्हणून कदाचित ख्रिस्तजन्माचा दिवस कधीच येऊ शकला नाही.
P(X ≥ k) k, k+1,... च्या n यशस्वीतेपर्यंतच्या शक्यता जोडते. ते 1 − P(X ≤ k − 1) बरोबर आहे, आणि हे द्विपदीय शक्यता गणक ते "सर्वात जास्त" मूल्याबरोबर थेट रिपोर्ट करते.
API — कोड पासून हे कॅल्क्युलेटर वापरा
या कॅल्क्युलेटरला मोफत JSON अंतबिंदू म्हणून कॉल करा - कुठलीही कि आवश्यक नाही. खालील क्षेत्र मूल्ये क्वेरी पेरेन्ट किंवा JSON म्हणून पाठवा. पूर्ण API दस्तऐवजीकरण वाचा →
अंतबिंदू
GET https://calculator.free/api/v1/binomial-probability/
curl
curl "https://calculator.free/api/v1/binomial-probability/?n=10&k=3&p=50"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/binomial-probability/?" + new URLSearchParams({
"n": "10",
"k": "3",
"p": "50"
}));
const data = await r.json();
console.log(data.results);
याचे परिणाम केवळ सामान्य मार्गदर्शनासाठी आहेत, आर्थिक, वैद्यकीय किंवा कर सल्लागार नाही.