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_16
Search
Utree
April 24, 2019
Education
0
45
math_16
Utree
April 24, 2019
Tweet
Share
More Decks by Utree
See All by Utree
command_line_3
utree
0
33
command_line_1
utree
0
27
command_line_2
utree
0
33
ml_1
utree
0
28
ml_2
utree
0
43
math_41
utree
0
29
math_45
utree
0
26
KHCoder
utree
0
70
hannari_python_lt
utree
1
240
Other Decks in Education
See All in Education
新卒研修に仕掛ける 学びのサイクル / Implementing Learning Cycles in New Graduate Training
takashi_toyosaki
1
160
計算情報学研究室 (数理情報学第7研究室)紹介スライド (2025)
tomonatu8
0
540
America and the World
oripsolob
0
510
2025年度春学期 統計学 第10回 分布の推測とは ー 標本調査,度数分布と確率分布 (2025. 6. 12)
akiraasano
PRO
0
150
モンテカルロ法(3) 発展的アルゴリズム / Simulation 04
kaityo256
PRO
7
1.3k
2025.05.10 技術書とVoicyとわたし #RPALT
kaitou
1
230
第1回大学院理工学系説明会|東京科学大学(Science Tokyo)
sciencetokyo
PRO
0
3.9k
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
190
プレゼンテーション実践
takenawa
0
6.6k
SkimaTalk Tutorial for Corporate Customers
skimatalk
0
290
Data Physicalisation - Lecture 9 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
450
OJTに夢を見すぎていませんか? ロールプレイ研修の試行錯誤/tryanderror-in-roleplaying-training
takipone
1
160
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Facilitating Awesome Meetings
lara
54
6.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Docker and Python
trallard
44
3.5k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
It's Worth the Effort
3n
185
28k
Become a Pro
speakerdeck
PRO
29
5.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Transcript
16 二項定理と組み合わせの数 統計学が最強の学問である 数学編
今回のトピック - 関数の次数と係数に注目する - 二項定理を導く
前回のおさらい 二次関数を平方完成 することで、特徴 (最大値、最小値)を見 つけ、グラフの形状 (xとyの関係性)を把握 できる
次数を増やす 次数が増える→増減の変化が増える →より複雑なxとyの関係性を表せる
三次以上のn次関数を代数学的な方法で解 くことは、統計学や機械学習を理解すること においてあまり役立たない y = (x − p)2 + q
ここに注目 抽象化 (x + y)n
n=2のとき n=3のとき
次数に注目 ①、②の2つの入れ物から、x,yをそれぞれ、 1つづつ選ぶとき、x,yの組み合わせの種類 (x + y)n = xny0 + xn−1y1
+ xn−2y2 + … + x0yn
係数に注目 それぞれの組み合わせは展開したとき 何回現れるか?
二項定理 cf) 多項定理: 二項定理を一般化したもの n Cx = ( n m)
= n! m!(n − m)! (a+b)n を展開したときの各項の係数を組み合 わせの数によって求める方法
展開公式 (x + y)n = ( n 0) xn +
( n 1) xn−1y + … + ( n n) yn
まとめ 関数を展開するとき、係数と次数には組み合 わせの数の関係性がある