Re-introduced barycentre in pdf object.

This commit is contained in:
Ludger Küperkoch 2017-02-22 16:23:19 +01:00
parent 6ff8069fe0
commit 1b92d88403

View File

@ -286,7 +286,7 @@ class ProbabilityDensityFunction(object):
pdf = branches[type] pdf = branches[type]
# return the object # return the object
return ProbabilityDensityFunction(x0, incr, npts, pdf, return ProbabilityDensityFunction(x0, incr, npts, pdf, barycentre,
params, decfact) params, decfact)
def broadcast(self, pdf, si, ei, data): def broadcast(self, pdf, si, ei, data):