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
54
ヒストグラムと箱ひげ図 / 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
スマートコントラクトと分散ファイナンス / Smart Contracts and Decentralized Finance
ks91
PRO
0
50
シン・ブロックチェーン / Truth of Blockchain
ks91
PRO
0
77
パスワード/パスフレーズと認証 / Password, Passphrase and Authentication
ks91
PRO
0
32
git と GitHub / git and GitHub
ks91
PRO
0
32
ソフトウェアの開発と保守 / Software Development and Maintenance
ks91
PRO
0
46
インターネットの特徴 / Features of the Internet
ks91
PRO
0
31
インターネットのガバナンス / Governance of the Internet
ks91
PRO
0
29
暗号学的ハッシュ関数 / Cryptographic Hash Function
ks91
PRO
0
35
デジタル署名 / Digital Signature
ks91
PRO
0
30
Other Decks in Technology
See All in Technology
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
220
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
200
BrainPadプログラミングコンテスト記念LT会2025_社内イベント&問題解説
brainpadpr
1
160
Azure AI Foundryでマルチエージェントワークフロー
seosoft
0
180
ローカルLLMでファインチューニング
knishioka
0
150
20250623 Findy Lunch LT Brown
3150
0
850
“社内”だけで完結していた私が、AWS Community Builder になるまで
nagisa53
1
370
AWS テクニカルサポートとエンドカスタマーの中間地点から見えるより良いサポートの活用方法
kazzpapa3
2
530
解析の定理証明実践@Lean 4
dec9ue
0
170
Postman AI エージェントビルダー最新情報
nagix
0
110
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
220
Amazon ECS & AWS Fargate 運用アーキテクチャ2025 / Amazon ECS and AWS Fargate Ops Architecture 2025
iselegant
16
5.4k
Featured
See All Featured
Statistics for Hackers
jakevdp
799
220k
Typedesign – Prime Four
hannesfritz
42
2.7k
Become a Pro
speakerdeck
PRO
28
5.4k
How STYLIGHT went responsive
nonsquared
100
5.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Designing Experiences People Love
moore
142
24k
The Cost Of JavaScript in 2023
addyosmani
51
8.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