Confusion with bandwidth on seaborn's kdeplot
问题 lineslist, below, represents a set of lines (for some chemical spectrum, let's say), in MHz. I know the linewidth of the laser used to probe these lines to be 5 MHz. So, naively, the kernel density estimate of these lines with a bandwidth of 5 should give me the continuous distribution that would be produced in an experiment using the aforementioned laser. The following code: import seaborn as sns import numpy as np import matplotlib.pyplot as plt lineslist=np.array([-153.3048645 , -75