今回は、前回導入したNumpy、 そしてグラフを描画するmatplotlibを使って、 いくつかの代表的な分布を紹介していきます。 第5回 「 「よく使う分布」 はどうしてよく使う?」 の項でも代表的な分布が紹介されていました。そこでは、 “⁠この状況 (モデル ...
In my last few articles, I looked at several different Python modules that are useful for doing computations. But, what tools are available to help you analyze the results from those computations?
That line is only for jupyter notebooks, if you are using another editor, you'll use: plt.show() at the end of all your plotting commands to have the figure pop up in another window. There are two ...