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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Kenji Saito
PRO
November 28, 2024
Technology
0
70
ヒストグラムと箱ひげ図 / 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
アカデミーキャンプ2026 冬「ウチらとヤツらのフューチャー・デザイン」DAY3 / Acadmy Camp 2026 Winter - Future Design by Us and Them DAY3
ks91
PRO
0
37
アカデミーキャンプ2026 冬「ウチらとヤツらのフューチャー・デザイン」DAY1 / Acadmy Camp 2026 Winter - Future Design by Us and Them
ks91
PRO
0
69
アカデミーキャンプ2026 冬「ウチらとヤツらのフューチャー・デザイン」DAY2 / Acadmy Camp 2026 Winter - Future Design by Us and Them DAY2
ks91
PRO
0
53
アナログAI からの逃走とメタ・ネイチャーポジティブ / Escape from Analog AI, and Meta-Nature Positive
ks91
PRO
0
32
AI 前提社会におけるトラスト / Trust in an AI-Driven Society
ks91
PRO
0
63
非営利組織の起業/発表と総括 / Starting up a Nonprofit Organization, Presentation and Summary
ks91
PRO
0
64
自己開発 / Self-Development
ks91
PRO
1
30
あなたは何によって憶えられたいですか? / What Do You Want to be Remembered for?
ks91
PRO
0
39
ボランティアと理事会 / Volunteers and Board of Directors
ks91
PRO
0
61
Other Decks in Technology
See All in Technology
生成AI素人でも玄人でもない私がセイセイAIチョットワカルために勉強したこと
wkm2
2
320
AI Coding Agentの地殻変動 ~ ai-coding.info の定点観測 ~
kotauchisunsun
0
410
Agent Ready になるためにデータ基盤チームが今年やること / How We're Making Our Data Platform Agent-Ready
zaimy
0
170
AIに視覚を与えモバイルアプリケーション開発をより円滑に行う
lycorptech_jp
PRO
1
550
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
840
全自動で回せ!Claude Codeマーケットプレイス運用術
yukyu30
3
140
使って学ぼう MCP (と GitHub Codespaces)
tsubakimoto_s
1
220
Intro SAGA Event Space
midnight480
0
160
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
130
マイグレーションガイドに書いてないRiverpod 3移行話
taiju59
0
260
AIで 浮いた時間で 何をする? 2026春 #devsumi
konifar
16
3.3k
論文検索を日本語でできるアプリを作ってみた
sailen2
0
120
Featured
See All Featured
BBQ
matthewcrist
89
10k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
110
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Designing Powerful Visuals for Engaging Learning
tmiket
0
250
How to Ace a Technical Interview
jacobian
281
24k
How to Talk to Developers About Accessibility
jct
2
140
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
930
How to train your dragon (web standard)
notwaldorf
97
6.5k
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