[edit] just style related changes
This commit is contained in:
parent
3ee221b8eb
commit
e7b454bae8
@ -15,6 +15,7 @@ def create_axis(x0, incr, npts):
|
|||||||
ax[i] = x0 + incr * i
|
ax[i] = x0 + incr * i
|
||||||
return ax
|
return ax
|
||||||
|
|
||||||
|
|
||||||
def find_nearest_index(array, value):
|
def find_nearest_index(array, value):
|
||||||
return (np.abs(array-value)).argmin()
|
return (np.abs(array-value)).argmin()
|
||||||
|
|
||||||
@ -135,7 +136,7 @@ class ProbabilityDensityFunction(object):
|
|||||||
# x0, incr, npts, pdf_self, pdf_other = self.rearrange(other)
|
# x0, incr, npts, pdf_self, pdf_other = self.rearrange(other)
|
||||||
#
|
#
|
||||||
# pdf = np.convolve(pdf_self, pdf_other, 'same') * incr
|
# pdf = np.convolve(pdf_self, pdf_other, 'same') * incr
|
||||||
#
|
#
|
||||||
# # shift axis values for correct plotting
|
# # shift axis values for correct plotting
|
||||||
# midpoint = npts / 2
|
# midpoint = npts / 2
|
||||||
# x0 = incr * midpoint
|
# x0 = incr * midpoint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user