Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
math_17
Search
Utree
April 24, 2019
Education
0
35
math_17
Utree
April 24, 2019
Tweet
Share
More Decks by Utree
See All by Utree
command_line_3
utree
0
34
command_line_1
utree
0
28
command_line_2
utree
0
34
ml_1
utree
0
29
ml_2
utree
0
44
math_41
utree
0
31
math_45
utree
0
28
KHCoder
utree
0
71
hannari_python_lt
utree
1
240
Other Decks in Education
See All in Education
生成AI活用セミナー/GAI-workshop
gnutar
0
110
登壇未経験者のための登壇戦略~LTは設計が9割!!!~
masakiokuda
3
670
CHARMS-HP-Banner
weltraumreisende
0
800
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
170
日本の情報系社会人院生のリアル -JAIST 修士編-
yurikomium
1
120
大学院進学について(2025年度版)
imash
0
120
2025年度春学期 統計学 第15回 分布についての仮説を検証する ー 仮説検定(2) (2025. 7. 17)
akiraasano
PRO
0
110
令和政経義塾第2期説明会
nxji
0
200
今までのやり方でやってみよう!?~今までのやり方でやってみよう!?~
kanamitsu
0
170
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
140
Портфолио - Шынар Ауелбекова
shynar
0
110
サンキッズゾーン 春日井駅前 ご案内
sanyohomes
0
940
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Writing Fast Ruby
sferik
628
62k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Become a Pro
speakerdeck
PRO
29
5.5k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Building Adaptive Systems
keathley
43
2.7k
Embracing the Ebb and Flow
colly
87
4.8k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Transcript
17 二項定理と組み合わせの数から複雑な確率計算へ 統計学が最強の学問である 数学編
今回のトピック - 二項定理を使って確率のばらつきが分かる - 例題
前回のおさらい 二項定理とは、(a+b)n を展開したときの各項 の係数を組み合わせの数によって求める方法 n Cx = ( n m)
= n! m!(n − m)!
確率分布 (a+b)^nのa,bにそれぞれ確率を当てはめること で、確率のばらつきを求めることができる (a + b)n = ( n 0)
an + ( n 1) an−1b + … + ( n n) bn
(a + b)n = ( n 0) an + (
n 1) an−1b + … + ( n n) bn n回繰り返す a: 期待通りになる確率 b: 期待が外れる確率 a+b=1 確率のばらつき
( n 0) an + ( n 1) an−1b +
… + ( n n) bn = 1 確率のばらつき
例題 100回中36件契約が取れる ↓ 成功率0.36、失敗率0.64 ↓ 10回中、契約成立回数が2件以下の確率は?
まとめ ある実験を繰り返し行うとき、期待する出来 事が何回起きるかを予測することができる