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
ヒストグラムと箱ひげ図 / Histograms and box-and-whisker di...
Search
Kenji Saito
PRO
November 28, 2024
Technology
0
36
ヒストグラムと箱ひげ図 / Histograms and box-and-whisker diagrams
早稲田大学大学院経営管理研究科「企業データ分析」2024 冬のオンデマンド教材 第4回で使用したスライドです。
Kenji Saito
PRO
November 28, 2024
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
続・インクルーシブな社会へ / Continuing Towards an Inclusive Society
ks91
PRO
0
16
AGI (人工一般知能) と創る新しく奇妙な社会 / New and Stranger Society built with AGI
ks91
PRO
0
63
回帰分析/大規模言語モデルと統計 / Regression Analysis, Large Language Models and Statistics
ks91
PRO
0
68
多重比較/相関分析 / Multiple Comparison and Correlation Analysis
ks91
PRO
0
64
アカデミーキャンプ 2025冬「考えるのは奴らだ」 / Academy Camp 2025 Winter - Live and Let Think DAY 3
ks91
PRO
0
60
アカデミーキャンプ 2025冬「考えるのは奴らだ」 / Academy Camp 2025 Winter - Live and Let Think DAY 2
ks91
PRO
0
47
アカデミーキャンプ 2025冬「考えるのは奴らだ」 / Academy Camp 2025 Winter - Live and Let Think DAY 1
ks91
PRO
1
73
インクルーシブな社会へ / Toward an Inclusive Society
ks91
PRO
0
21
P 値と有意差/分散分析 / P-value, Significant Difference and Analysis of Variance
ks91
PRO
0
70
Other Decks in Technology
See All in Technology
ウォンテッドリーのデータパイプラインを支える ETL のための analytics, rds-exporter / analytics, rds-exporter for ETL to support Wantedly's data pipeline
unblee
0
110
プロダクトエンジニア 360°フィードバックを実施した話
hacomono
PRO
0
140
JavaにおけるNull非許容性
skrb
1
1.7k
遷移の高速化 ヤフートップの試行錯誤
narirou
6
940
1行のコードから社会課題の解決へ: EMの探究、事業・技術・組織を紡ぐ実践知 / EM Conf 2025
9ma3r
7
2.4k
スキルだけでは満たせない、 “組織全体に”なじむオンボーディング/Onboarding that fits “throughout the organization” and cannot be satisfied by skills alone
bitkey
0
140
NFV基盤のOpenStack更新 ~9世代バージョンアップへの挑戦~
vtj
0
330
利用終了したドメイン名の最強終活〜観測環境を育てて、分析・供養している件〜 / The Ultimate End-of-Life Preparation for Discontinued Domain Names
nttcom
2
360
OpenID Connect for Identity Assurance の概要と翻訳版のご紹介 / 20250219-BizDay17-OIDC4IDA-Intro
oidfj
0
470
Pwned Labsのすゝめ
ken5scal
0
260
Iceberg Meetup Japan #1 : Iceberg and Databricks
databricksjapan
0
290
Snowflakeの開発・運用コストをApache Icebergで効率化しよう!~機能と活用例のご紹介~
sagara
1
340
Featured
See All Featured
BBQ
matthewcrist
87
9.5k
Site-Speed That Sticks
csswizardry
4
400
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
10
500
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Code Review Best Practice
trishagee
67
18k
Docker and Python
trallard
44
3.3k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
How STYLIGHT went responsive
nonsquared
98
5.4k
Transcript
Boxes and whiskers — generated by Stable Diffusion XL v1.0
2024 4 (WBS) 2024 4 — 2024-11 – p.1/11
https://speakerdeck.com/ks91/collections/corporate-data-analysis-2024-winter 2024 4 — 2024-11 – p.2/11
( 20 ) 1 • 2 R • 3 •
4 • 5 6 ( ) 7 (1) 8 (2) 9 R ( ) (1) 10 R ( ) (2) 11 R ( ) (1) 12 R ( ) (2) 13 GPT-4 14 GPT-4 15 ( ) LaTeX Overleaf 8 (12/16 ) / (2 ) OK / 2024 4 — 2024-11 – p.3/11
( ) 2024 4 — 2024-11 – p.4/11
( ) (histogram) x ( : 10 ) y (
) 2024 4 — 2024-11 – p.5/11
“ .txt” # > <- read.table(" .txt", header=T) > attach(
) # ( ) > hist( ) # > hist( ) # # > hist( , xlab=" ", ylab=" ", main=" ") ‘hist( . . . )’ ‘xlab’ ‘ylab’ x y ‘main’ 2024 4 — 2024-11 – p.6/11
ֶͷͷ ᩘᏛࡢᚓⅬ ᗘᩘ 0 20 40 60 80 100 0
5 10 15 2024 4 — 2024-11 – p.7/11
(box plot / box-and-whisker plot) ( ; box) 1 2
( ) 3 1 −1 . 5× 3 +1 . 5× ◦ 2024 4 — 2024-11 – p.8/11
“ .txt” # attach( ) > boxplot( ) # >
boxplot( ) # > boxplot( , ) # > boxplot( ) # > boxplot( , ylim=c(0, 100)) # 0 100 ‘boxplot( . . . )’ ( ) ( ) boxplot( [2:3], ylim=c(0, 100)) 2024 4 — 2024-11 – p.9/11
ⱥㄒ ᩘᏛ 0 20 40 60 80 100 2024 4
— 2024-11 – p.10/11
2024 4 — 2024-11 – p.11/11