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
math_09
Search
Utree
April 17, 2019
Education
0
33
math_09
Utree
April 17, 2019
Tweet
Share
More Decks by Utree
See All by Utree
command_line_3
utree
0
34
command_line_1
utree
0
28
command_line_2
utree
0
34
ml_1
utree
0
29
ml_2
utree
0
44
math_41
utree
0
31
math_45
utree
0
28
KHCoder
utree
0
71
hannari_python_lt
utree
1
240
Other Decks in Education
See All in Education
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
170
20250807_がんばらないコミュニティ運営
ponponmikankan
0
170
技術勉強会 〜 OAuth & OIDC 入門編 / 20250528 OAuth and OIDC
oidfj
5
1.8k
社外コミュニティと「学び」を考える
alchemy1115
2
180
American Airlines® USA Contact Numbers: The Ultimate 2025 Guide
lievliev
0
250
[FUN Open Campus 2025] 何でもセンシングしていいですか?
pman0214
0
240
SISTEMA DE MEMORIA Y SU IMPACTO EN LAS DECISIONES.
jvpcubias
0
130
20250910_エンジニアの成長は自覚するところから_サポーターズ勉強会
ippei0923
0
240
ARアプリを活用した防災まち歩きデータ作成ハンズオン
nro2daisuke
0
180
2025年度春学期 統計学 第13回 不確かな測定の不確かさを測る ー 不偏分散とt分布 (2025. 7. 3)
akiraasano
PRO
0
120
OpenSourceSummitJapanを運営してみた話
kujiraitakahiro
0
790
登壇未経験者のための登壇戦略~LTは設計が9割!!!~
masakiokuda
3
670
Featured
See All Featured
A better future with KSS
kneath
239
17k
What's in a price? How to price your products and services
michaelherold
246
12k
Code Review Best Practice
trishagee
71
19k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Rails Girls Zürich Keynote
gr2m
95
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
BBQ
matthewcrist
89
9.8k
The Invisible Side of Design
smashingmag
301
51k
Typedesign – Prime Four
hannesfritz
42
2.8k
Transcript
09 数と数の関係を見よう 統計学が最強の学問である 数学編
今回のトピック • - 統計学 • - 比例 • - 関数
• - 単回帰分析
統計学 • 調査や実験を通して、データの関係性を見つけた り、検証したりする学問
比例 • 2つの異なるものがあるとき、一方が他方の定数倍 になる因果関係
関数 • 数学、統計学において、関係性を表すための道具 y=f(x) xの値が決まるとyの値が決まる関係 例) • 抽象化して、関数で表す
関数に置き換える • 平均客数をx(人)、利益額をy(万円)とおく • 1章(P30)より、利益=9000x-1020000がわかっているので、 • 10000y = 9000x-1020000 •
yについて求めると • y= 0.9x - 102
関数を使う • y= 0.9x - 102より、 • 平均客数10人のとき、利益は-93万円 • 平均客数20人のとき、利益は-84万円
• -> 一対一対応で個別の値の組み合わせがわかる
座標 • 関数の全体像を把握する道具 • 細かく、プロットしていくことで、線が現れ、形状を見ることで、 直感的に関数の全体像を把握できる • 参照) P88 図表2-3
• 図表2-3 に見られるような直線的な関係を線形と表現す る
単回帰分析 • xとyの線形な関係を考える統計手法 • 一般に y=a + bxで表される
まとめ • 統計学は関係性をみる学問 • 比例という関係性がある • 関数は関係性を抽象化できる • 単回帰分析は関係性の全体像を直線で知ること