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
110
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
66
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
410
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
420
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.4k
直積は便利/direct_product_is_useful
florets1
3
430
butterfly_effect/butterfly_effect_in-house
florets1
1
250
データハンドリング/data_handling
florets1
2
240
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
300
Other Decks in Business
See All in Business
DAPPI サービス資料
masa0917
0
330
採用ピッチ資料
mimirin
0
170
2025.10_中途採用資料.pdf
superstudio
PRO
2
86k
生成AI×個人情報保護法 ― 改正動向から読み解く実務の行方
seko_shuhei
4
1.2k
株式会社ステラセキュリティ会社紹介資料/sterrasec-introduction
tkmru
0
480
株式会社トリビュー|エンジニア向け会社説明資料
tribeau
0
7.1k
採用ピッチ資料
awesome22
0
480
気がついたら エンジニアになっていた??? 新卒エンジニアになるまで編
koinunopochi
0
110
エンジニア用 Photosynth 会社説明資料
photosynth_career
PRO
0
400
人が辞めても困らない職場へ - AIでノウハウがたまる仕組み、文化を作る実践術
nkajihara
4
1.2k
CREFIL Inc. / Company Profile
crefil
0
370
SRE は管理職に向いている
yoshiiryo1
6
4.7k
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
950
Building Adaptive Systems
keathley
44
2.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Producing Creativity
orderedlist
PRO
348
40k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Designing for Performance
lara
610
69k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
8k
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 うれしいこと 割合よりも豊かな情報 素早い判断、慎重な判断 簡単 明日から使える、説明しやすい