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
率の平均を求めてはいけない/Do_Not_Average_Rates
Search
florets1
June 07, 2024
Business
11
16k
率の平均を求めてはいけない/Do_Not_Average_Rates
florets1
June 07, 2024
Tweet
Share
More Decks by florets1
See All by florets1
Rで学ぶデータハンドリング入門/Introduction_to_Data_Handling_with_R
florets1
0
110
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
64
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
400
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
410
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.4k
直積は便利/direct_product_is_useful
florets1
3
430
butterfly_effect/butterfly_effect_in-house
florets1
1
250
データハンドリング/data_handling
florets1
2
240
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
300
Other Decks in Business
See All in Business
20251003-GENDA経営戦略チーム-Value-Upの全体像
geshi0820
0
2k
株式会社Cake.jp Company Deck
cakejpcorp
0
1.5k
Algomatic Works Company Deck
algomatic
PRO
1
1.1k
enechain company deck_english
enechain
PRO
0
110
MagicPodを使い倒すメドレーの活用術 / How to utilize of MagicPod
medley
1
190
malna-recruiting-pitch
malna
0
11k
株式会社ネイチャーズウェイ会社説明資料
naturesway
1
2.6k
佐賀県職員採用_ピッチスライド
sagasaiyou
0
5.5k
採用案内2025年ver2
hdn_tocci
0
230
メドピアグループ紹介資料
medpeer_recruit
10
140k
マネージャーの「責任」、サーバントリーダーの「精神」 スクラムマスターの「行動」
ichizin
2
120
2025年10月副業制度運用者の実態調査
fkske
0
150
Featured
See All Featured
Done Done
chrislema
185
16k
KATA
mclloyd
PRO
32
15k
Optimizing for Happiness
mojombo
379
70k
Practical Orchestrator
shlominoach
190
11k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
The Language of Interfaces
destraynor
162
25k
Speed Design
sergeychernyshev
32
1.2k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Transcript
1 2024.06.08 Tokyo.R #113 率の平均を求めてはいけない
2 利益率の平均を求めてはいけない (0.26+0.25+0.24) / 3 = 0.25 ↑ 間違いです
3 全社合計の利益率を計算しよう 151 / 600 = 0.252 ↑ 正しい
4 なぜ利益率の平均はダメ? 大きな支店の業績は、会社全体の業績への影響が大きい 東京支店の売上は名古屋支店の3倍 支店規模の大小は経営判断に大きな影響を与える 「利益率の平均」はそれを無視した指標なのです
5 おや?
6 調和平均
7 調和平均 率 調和平均 算術平均
8 調和平均 調和平均は率の平均とは言うけれど その正体は算術平均です 往路=復路の場合にxを消去できる 調和平均 算術平均
9 結論 率の平均を求めてはいけない 行きは時速60 帰りは時速80 平均時速は70 ではありません!