Are you on the latest chainladder version?
Describe the bug in words
the ful_expectation_ property of a predicted triangle erros
How can the bug be reproduced?
tri = cl.load_sample('raa')
dev = cl.Development().fit_transform(tri)
est = cl.Chainladder().fit(dev,sample_weight=None)
pred = est.predict(dev)
print(est.full_expectation_)
print(pred.full_expectation_)
What is the expected behavior?
tri = cl.load_sample('raa')
dev = cl.Development().fit_transform(tri)
est = cl.Chainladder().fit(dev,sample_weight=None)
pred = est.predict(dev)
assert est.full_expectation_ == pred.full_expectation_
Are you on the latest chainladder version?
Describe the bug in words
the ful_expectation_ property of a predicted triangle erros
How can the bug be reproduced?
What is the expected behavior?