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 Plots
Search
Kenji Saito
PRO
November 28, 2023
Business
0
140
ヒストグラムと箱ひげ図 / Histograms and Box-and-Whisker Plots
早稲田大学大学院経営管理研究科「企業データ分析」2023 冬のオンデマンド教材 第4回で使用したスライドです。
Kenji Saito
PRO
November 28, 2023
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
78
パスワード/パスフレーズと認証 / 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 Business
See All in Business
会社紹介資料
mhrp
0
140
【全ポジション共通】㈱エグゼクション/会社紹介資料
exe_recruit
1
1.3k
【Progmat】Monthly-ST-Market-Report-2025-Jun.
progmat
0
120
LayerX AI・LLM Division Deck
layerx
PRO
1
36k
relay インパクトレポート2025
relaytown
0
700
プレイドのGo-To-Market活動
plaid
PRO
0
330
特別講義 理系のための法学入門
seko_shuhei
2
2.2k
SSP Company Deck
susstap
0
140
VISASQ: ABOUT DEV TEAM
eikohashiba
4
30k
セーフィー株式会社(Safie Inc.) 会社紹介資料
safie_recruit
6
350k
【Progmat】受益証券発行信託に係る税制改正の背景と今後のST市場
progmat
0
120
エクセレントグループ採用ピッチ[介護事業]
excare
0
1.2k
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
KATA
mclloyd
29
14k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
What's in a price? How to price your products and services
michaelherold
246
12k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Scaling GitHub
holman
459
140k
Designing Experiences People Love
moore
142
24k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
670
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
Transcript
generated by Stable Diffusion XL v1.0 2023 4 (WBS) 2023
4 — 2023-11 – p.1/11
https://speakerdeck.com/ks91 2023 4 — 2023-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/14 ) / (2 ) OK / 2023 4 — 2023-11 – p.3/11
( ) 2023 4 — 2023-11 – p.4/11
( ) (histogram) x ( : 10 ) y (
) 2023 4 — 2023-11 – p.5/11
“ .txt” # > <- read.table(" .txt", header=T) > attach(
) # ( ) > hist( ) # > hist( ) # # > hist( , xlab=" ", ylab=" ", main=" ") ‘hist( . . . )’ ‘xlab’ ‘ylab’ x y ‘main’ 2023 4 — 2023-11 – p.6/11
ֶͷͷ ᩘᏛࡢᚓⅬ ᗘᩘ 0 20 40 60 80 100 0
5 10 15 2023 4 — 2023-11 – p.7/11
(box plot / box-and-whisker plot) ( ; box) 1 2
( ) 3 1 −1 . 5× 3 +1 . 5× ◦ 2023 4 — 2023-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)) 2023 4 — 2023-11 – p.9/11
ⱥㄒ ᩘᏛ 0 20 40 60 80 100 2023 4
— 2023-11 – p.10/11
2023 4 — 2023-11 – p.11/11