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
割合を見かけたらベータ分布を/using_beta_distribution_for_more...
Search
florets1
March 03, 2023
Business
0
960
割合を見かけたらベータ分布を/using_beta_distribution_for_more_flexible_statistical_analysis
florets1
March 03, 2023
Tweet
Share
More Decks by florets1
See All by florets1
Rで学ぶデータハンドリング入門/Introduction_to_Data_Handling_with_R
florets1
0
2
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
61
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
380
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
410
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.3k
直積は便利/direct_product_is_useful
florets1
3
410
butterfly_effect/butterfly_effect_in-house
florets1
1
240
データハンドリング/data_handling
florets1
2
240
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
290
Other Decks in Business
See All in Business
家族アルバム みてね 事業紹介 / Our Business
familyalbum
6
46k
sample
mamiko
0
420
新規投資家向け資料
digitalgrid
0
410
定義のない仕事 / Undefined Work
nrslib
10
4.3k
IT子会社のグローバルトレンド #scrumsendai / Global Trends in IT Subsidiaries
kyonmm
PRO
3
1.1k
『ふりかえる力』を育み、メンバーの自走力を高める 1 on 1 / 1-on-1 sessions to foster self-reflection
tbpgr
1
1.1k
エンジニア採用を引き継いだあなたへ〜EMが採用に向き合うとき、まず知っておきたいこと〜
kkun_22
PRO
1
560
「みんな、笑顔になぁれ」を実現する 職種混合開発組織の目標設定・評価の改善事例
daitasu
0
250
株式会社アドバンテッジリスクマネジメント会社紹介資料
arm0020
0
54k
エニグモ_会社紹介資料
enigmo_hr
0
1.7k
Steal This Stack: Automate Your Learning Campaigns
tmiket
0
130
広報もすなるVibe Codingといふもの /
kai_pn
0
220
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Done Done
chrislema
185
16k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Thoughts on Productivity
jonyablonski
70
4.8k
Making Projects Easy
brettharned
117
6.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
930
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
It's Worth the Effort
3n
187
28k
How GitHub (no longer) Works
holman
315
140k
Transcript
1 2023.03.04 Tokyo.R #104 割合を見かけたらベータ分布を
2 コイン投げ 表が3回 裏が7回 表が出る割合は 3/10 Beta(3+1, 7+1)
3 コイン投げ 表が30回 裏が70回 表が出る割合は 3/10 Beta(30+1, 70+1)
4 Beta(3+1, 7+1) Beta(30+1, 70+1)
5 コイン投げ 表がm回 裏がn回 表が出る割合の分布は Beta(m+1, n+1)
6
7 R
8 Python
9 Excel
10 うれしいこと 割合よりも豊かな情報 素早い判断、慎重な判断 簡単 明日から使える、説明しやすい