ニュース

少し前に統計的仮説検定の謎シミュレーターに関する記事を書きました。 そのシミュレーターでは、指定した確率分布から標本を作成し、その標本同士で検定計算を行うということをしております。 確率分布は複数個用意する必要があるため、全てを愚直 ...
今回は数値計算ライブラリNumpyをまとめていきます。そのなかでもndarrayを中心に学んでいきます。 Numpyとは Python で数値計算を効率よく、高速に行うことができるライブラリ。特に多次元配列を操作するための強力な機能と、さまざまな数値計算用の関数が ...
Converting an ndarray to the table structure often can be achieved using np.tile() and np.repeat() on the ndarray labels. If the data type in numpy is not zero copy to pyarrow, casting the expanded ...