Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードがあります。
ax1.hist(true_time, bins=500, edgecolor="none") ax2.hist(true_time_2, bins=500, edgecolor="none")
同じ数のビンを持つ 2 つのヒストが得られると思っていましたが、そうではありませんでした。
正しく行う方法は?
true_time に離れた外れ値がある場合は、それを含めるためにビンが非常に大きく作成された可能性があります。