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
【Entrance Book】新卒営業職向け
givery_recruit
0
920
【27新卒フィールドセールス職採用】BuySell Technologies会社紹介資料
buyselltechnologies
0
250k
QUANDO,INC.
quandohr
1
120
test_taiju
tami134
0
210
株式会社パブリックテクノロジーズ | Company Deck 2025
takuhosakai
0
110
opt recruit
digitalholdings
0
54k
at FOREST_recruit_pitch deck202510
atforest
0
330
malna-recruiting-pitch
malna
0
11k
転職せずに 仕事の満足度を上げる方法:ジョブ・クラフティング入門
megumikeda
0
180
就職せずに自己資本でクラスメソッドを起業して21年掛けて年商950億円になった話
satoshi7
38
41k
「つくる」から「考える」へ ― PdMの重⼼をシフトさせるために
itsukikacky
0
930
Things - Company Deck
things2109
0
3.1k
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
GraphQLとの向き合い方2022年版
quramy
49
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Rails Girls Zürich Keynote
gr2m
95
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
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 うれしいこと 割合よりも豊かな情報 素早い判断、慎重な判断 簡単 明日から使える、説明しやすい