LoginSignup
1
0

More than 5 years have passed since last update.

Python / numpy / statistics > difference > standard deviation > population / sample > 不偏分散の英語表記

Last updated at Posted at 2017-03-15
動作環境
Xeon E5-2620 v4 (8コア) x 2
32GB RAM
CentOS 6.8 (64bit)
openmpi-1.8.x86_64 とその-devel
mpich.x86_64 3.1-5.el6とその-devel
gcc version 4.4.7 (とgfortran)
NCAR Command Language Version 6.3.0
WRF v3.7.1を使用。

標準偏差の実装中に以下気になったリンク。

Standard deviation in numpy [duplicate] @ Stackoverflow

user1700890 Dec 2 '15 at 19:07
I think default of numpy is population standard deviation, which is N and sample standard deviation is N-1.

不偏分散と「そうでない(名称知らない)分散」の違いのようだ。

EXCEL > 関数 > STDEV > 不偏分散

誰かの記事でコメント欄に不偏分散のことが書かれていたが、どの記事だったか見つからない。
見つかった。
数式とプログラミングの関係

母分散 / 標本分散 / 不偏分散

用語として以下があるようだ。

  • 母分散
  • 標本分散
  • 不偏分散

population variance / sample variance / unbiased variance
がありそう。

wikipediaの「名称の混乱」も留意しておく事項。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0