Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ
提供: yonewiki
(→正規分布の公式) |
(→正規分布の公式) |
||
2行: | 2行: | ||
確率密度関数は以下のように定義されます。 | 確率密度関数は以下のように定義されます。 | ||
− | {| style = "width: 100% | + | {| style = "width: 100%;" |
− | | style= "background-color: #c2d7ff; white-space:nowrap; padding:10px; border | + | | style= "background-color: #c2d7ff; white-space:nowrap; padding:10px; border: dotted 1px black; border-radius: 10px;" | <big><big><ymath>$ f(x) = \frac{1}{\sqrt{2\pi } \sigma } \exp^{-\frac{1}{2\sigma }( x-\mu )^{2}} $ </ymath> </big></big> |
|} | |} | ||
この項目ではこの確率密度関数をpythonを使いつつ理解しようとすることを目指します。 | この項目ではこの確率密度関数をpythonを使いつつ理解しようとすることを目指します。 | ||
しばらくは工事中で、この説明に必要な数式を試す場所として利用します。 | しばらくは工事中で、この説明に必要な数式を試す場所として利用します。 |