Re-introduced barycentre in pdf object.
This commit is contained in:
parent
6ff8069fe0
commit
1b92d88403
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user