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
950
割合を見かけたらベータ分布を/using_beta_distribution_for_more_flexible_statistical_analysis
florets1
March 03, 2023
Tweet
Share
More Decks by florets1
See All by florets1
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
380
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.3k
直積は便利/direct_product_is_useful
florets1
3
370
butterfly_effect/butterfly_effect_in-house
florets1
1
180
データハンドリング/data_handling
florets1
2
220
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
280
率の平均を求めてはいけない/Do_Not_Average_Rates
florets1
11
15k
請求と支払を照合する技術/using_full_join_in_r
florets1
2
260
応用セッション_同じデータでもP値が変わる話/key_considerations_in_NHST_2
florets1
1
1.2k
Other Decks in Business
See All in Business
【DearOne】Dear Newest Member
hrm
2
9.6k
TSI_会社案内
tsi_saiyou
1
100k
Mico Career Deck_English
micoinc
0
310
SREの技術力を評価させる技術
kesompochy
0
430
セーフィー株式会社(Safie Inc.) 会社紹介資料
safie_recruit
6
350k
航空機設計者がResearcherを社内に広めてみた
aonomasahiro
1
310
メモ帳マニュアル
takamiyata
0
100
_iSM_採用ピッチ資料_改訂版_20250605.pdf
ism_terada
0
100
構造化すれば怖くない 画像検索から始める木を見て森に入る勉強法
cuebic9bic
2
330
Google ADK実用例:Travel Concierge徹底解説
mickey_kubo
0
250
株式会社Beer and Tech/HitoHana(ひとはな) 採用資料 2025.0527
beerandtech_recruiter
1
18k
Mico Career Deck_Japan
micoinc
0
3.4k
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Adopting Sorbet at Scale
ufuk
77
9.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
770
Scaling GitHub
holman
459
140k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
670
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
It's Worth the Effort
3n
184
28k
The Invisible Side of Design
smashingmag
299
50k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Six Lessons from altMBA
skipperchong
28
3.8k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
42
2.4k
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 うれしいこと 割合よりも豊かな情報 素早い判断、慎重な判断 簡単 明日から使える、説明しやすい