SciPyに関すること

ipywidgets

[SciPy] 9. フィッティング範囲をipywidgetsでインタラクティブに変化させてcurve_fit

scipy.optimizeのcurve_fitで行うカーブフィットのフィッティング範囲をipywidgetsのIntRangeSliderで調整して、インタラクティブにカーブフィットした例を紹介する。
matplotlib

[SciPy] 8. np.polyfit, curve_fit, lmfitによる線形近似の実行速度比較

np.polyfit, scipy.optimizeのcurve_fit, lmfitによる線形近似の実行速度の比較をmatplotlibのエラーバー付き棒グラフで表示する。
matplotlib

[matplotlib animation] 88. imshowでのcmap変化アニメーション

plt.imshowで表示した画像のカラーマップを変化させたときの色の変化をmatplotlibのFuncAnimationによるアニメーションで表示する。
matplotlib 3D

[SciPy] 7. ndimage.morphology.distance_transform_edtによる背景からの距離計算

ndimage.morphologyのdistance_transform_edtにより、背景からのユークリッド距離を計算する。
ipywidgets

[ipywidgets] 3. RadioButtonsで任意の補間方法を選択する

jupyter notebookでは対話的にパラメータを調整できる機能(ipywidgets)がある。ここでは、その機能の一つであるRadioButtonsを使って、Scipyのinterpolate interp1dの補間方法を選択する方法について説明する。
ipywidgets

[ipywidgets] 2. interactで補間データの間隔を調整

jupyter notebookでは対話的にパラメータを調整できる機能(ipywidgets)がある。ここでは、その機能の一つであるinteractを使って、Scipyのinterpolate interp1dによる補間でのデータ間隔を調整する方法について説明する。
matplotlib

[SciPy] 6. interpolate interp1dによるデータの補間

Scipyのinterpolate interp1dにより、データ間の空白区間を補間する方法について説明する。
python

[SciPy] 5. ndimageのmeasurements, morphologyで実生サボテンのラベリングとサイズ計測

SciPy, ndimageのmeasurements, morphology を用いてサボテンのラベリングとサイズ計測などを行った例についてに説明する。