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
150
ヒストグラムと箱ひげ図 / 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
発表と総括 / Presentations and Summary
ks91
PRO
0
6
サイバーフィジカル社会、金融の未来とアイデアソン / Cyber Physical Society, Future of Finance, and Ideathon
ks91
PRO
0
53
マニフェスト: 人類の知のフロンティアに向けた拡張的足場へ / Manifesto: Toward Expansive Scaffolding for Humanity's Knowledge Frontier
ks91
PRO
0
11
続・スマートコントラクトと分散ファイナンス / Smart Contracts and Decentralized Finance, Continued
ks91
PRO
0
50
スマートコントラクトと分散ファイナンス / Smart Contracts and Decentralized Finance
ks91
PRO
0
64
シン・ブロックチェーン / Truth of Blockchain
ks91
PRO
0
98
パスワード/パスフレーズと認証 / Password, Passphrase and Authentication
ks91
PRO
0
37
git と GitHub / git and GitHub
ks91
PRO
0
36
ソフトウェアの開発と保守 / Software Development and Maintenance
ks91
PRO
0
51
Other Decks in Business
See All in Business
事業計画及び成長可能性に関する事項 2025年6月25日
cynd
0
840
【DearOne】Dear Newest Member
hrm
2
10k
社会の中のわたしの技術 ─ 自分の地図の描き方 #wttjp
yotii23
0
680
エレコム株式会社 中途採用説明資料
elecom_hr
0
520
Sapeet Recruiting
sapeet
0
3.3k
GMOフィナンシャルHD 会社紹介資料
gmofh_hr_team
0
50k
15 Quick Ways to Connect: How to Reach a Human at QuickBooks Payroll Support
tonotej274
0
130
三菱商事ロジスティクス_コンサルティング事業紹介
mclogi
0
450
rsgt2025-hub-discount-guy
aokiplayer
0
260
VISASQ: ABOUT US
eikohashiba
15
510k
コミュニティでUGCを増やす技術
chlorine0528
1
280
採用ピッチ資料|SBペイメントサービス株式会社
sbps
0
30k
Featured
See All Featured
Designing for Performance
lara
610
69k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
A designer walks into a library…
pauljervisheath
207
24k
Being A Developer After 40
akosma
90
590k
Site-Speed That Sticks
csswizardry
10
700
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
700
Side Projects
sachag
455
42k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
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