Skip to content

chainladder 0.7.7

Compare
Choose a tag to compare
@jbogaardt jbogaardt released this 13 Sep 14:36
· 887 commits to master since this release

Enhancements

  • #97, loc and iloc now support Ellipsis
  • Development can now take a float value for averaging. When float value is used, it corresponds to weight exponent (delta in Barnett/Zenwirth). Only special cases had previously existed - {"regression": 0.0, "volume": 1.0, "simple": 2.0}
  • Major improvements in slicing performance.

Bug fixes

  • #96, Fix for TailBase transform
  • #94, n_periods with asymmetric triangles fixed