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
0
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
60
仮説の取扱説明書/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
採用ピッチ資料/エアモビリティ株式会社
airmobility_jinji
0
2.3k
テオリア・テクノロジーズ:About Us
theoriatec2024
1
35k
株式会社デイトラ FACT BOOK 2025
daytra
0
310
IT子会社のグローバルトレンド #scrumsendai / Global Trends in IT Subsidiaries
kyonmm
PRO
3
1.1k
ペイジェント採用資料
paygent
0
19k
株式会社CINC 会社案内/Company introduction
cinchr
6
65k
バイブコーディング入門:ビジネスを加速させる迅速なプロトタイピング術
ncdc
0
160
ファブリカホールディングス_2026年3月期第1四半期説明資料
fabrica_com
1
4.2k
AIが実現するプロダクトオーナーと開発者の架け橋
bicstone
2
230
Product in an AI-first World
chandi
0
140
2011年 「ぼっちが懇親会でするべき97のこと」 #97bocchi から積み重ねた【令和7年最新】技術コミュニティ交流戦略2025
bash0c7
0
520
enechain company deck
enechain
PRO
9
130k
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Docker and Python
trallard
45
3.6k
Code Review Best Practice
trishagee
70
19k
Speed Design
sergeychernyshev
32
1.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
4 Signs Your Business is Dying
shpigford
184
22k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
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 うれしいこと 割合よりも豊かな情報 素早い判断、慎重な判断 簡単 明日から使える、説明しやすい